Updated body_parser
This commit is contained in:
parent
ab7c3dc952
commit
d3946f479a
3 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
## 5.1.0
|
||||
|
||||
* Updated `belatuk_http_server` to 4.1.1
|
||||
* Updated `http` to 1.0.0
|
||||
|
||||
## 5.0.0
|
||||
|
||||
* Require Dart >= 3.0
|
||||
|
|
|
@ -30,7 +30,7 @@ A benefit of this is that primitive types are automatically deserialized correct
|
|||
To install Body Parser for your Dart project, simply add body_parser to your pub dependencies.
|
||||
|
||||
dependencies:
|
||||
belatuk_body_parser: ^5.0.0
|
||||
belatuk_body_parser: ^5.1.0
|
||||
|
||||
### Usage
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
name: belatuk_body_parser
|
||||
version: 5.0.0
|
||||
version: 5.1.0
|
||||
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
|
||||
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/body_parser
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
dependencies:
|
||||
http_parser: ^4.0.0
|
||||
belatuk_http_server: ^4.0.0
|
||||
belatuk_http_server: ^4.1.0
|
||||
mime: ^1.0.0
|
||||
dev_dependencies:
|
||||
http: ^0.13.0
|
||||
http: ^1.0.0
|
||||
test: ^1.24.0
|
||||
lints: ^2.0.0
|
||||
lints: ^2.1.0
|
Loading…
Reference in a new issue