Published validate and test

This commit is contained in:
thomashii@dukefirehawk.com 2023-11-05 18:07:52 +08:00
parent ae60a4f3e2
commit 0ce4741a49
3 changed files with 9 additions and 5 deletions

View file

@ -14,14 +14,14 @@ dependencies:
angel3_mock_request: ^8.0.0 angel3_mock_request: ^8.0.0
angel3_container: ^8.0.0 angel3_container: ^8.0.0
http: ^1.0.0 http: ^1.0.0
matcher: ^0.12.16 matcher: ^0.12.0
web_socket_channel: ^2.4.0 web_socket_channel: ^2.4.0
dev_dependencies: dev_dependencies:
test: ^1.24.0 test: ^1.24.0
lints: ^2.1.0 lints: ^2.1.0
dependency_overrides: # dependency_overrides:
angel3_validate: # angel3_validate:
path: ../validate # path: ../validate
# angel3_framework: # angel3_framework:
# path: ../framework # path: ../framework
# angel3_http_exception: # angel3_http_exception:

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 8.0.2
* Fixed incorrect mismatch message handling
## 8.0.1 ## 8.0.1
* Fixed missing mismatch errors * Fixed missing mismatch errors

View file

@ -1,6 +1,6 @@
name: angel3_validate name: angel3_validate
description: Cross-platform HTTP request body validator library based on `matcher`. description: Cross-platform HTTP request body validator library based on `matcher`.
version: 8.0.1 version: 8.0.2
homepage: https://angel3-framework.web.app/ homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/validate repository: https://github.com/dukefirehawk/angel/tree/master/packages/validate
environment: environment: