Migrated to Dart 3

This commit is contained in:
thomashii@dukefirehawk.com 2023-03-26 09:21:14 +08:00
parent b439c90970
commit 0bf0c487bc
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
# Change Log
## 5.0.0-beta.1
* Require Dart >= 3.0
* Updated `belatuk_http_server` to 3.0.0
## 4.0.1
* Updated `belatuk_http_server` to 3.0.0

View file

@ -1,12 +1,12 @@
name: belatuk_body_parser
version: 4.0.1
version: 5.0.0-beta.1
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: '>=2.17.0 <3.0.0'
sdk: '>=3.0.0-290.3.beta <4.0.0'
dependencies:
http_parser: ^4.0.0
belatuk_http_server: ^3.0.0
belatuk_http_server: ^4.0.0-beta.1
mime: ^1.0.0
dev_dependencies:
http: ^0.13.0