platform-common-utilities/packages/body_parser/CHANGELOG.md

70 lines
974 B
Markdown
Raw Normal View History

# Change Log
2024-05-21 15:08:07 +00:00
## 5.3.0
* Require Dart >= 3.3
* Updated `belatuk_http_server` to 4.4.0
* Upgraded `lints` to 4.0.0
2023-12-12 02:10:10 +00:00
## 5.2.0
* Updated `lints` to 3.0.0
2024-05-21 15:08:07 +00:00
* Updated `belatuk_http_server` to 4.2.0
2023-12-12 02:10:10 +00:00
2023-05-26 15:05:21 +00:00
## 5.1.0
* Updated `belatuk_http_server` to 4.1.1
* Updated `http` to 1.0.0
2023-05-15 16:04:04 +00:00
## 5.0.0
* Require Dart >= 3.0
2023-03-26 01:21:14 +00:00
## 5.0.0-beta.1
* Require Dart >= 3.0
2023-03-26 01:28:47 +00:00
* Updated `belatuk_http_server` to 4.0.0
2023-03-26 01:21:14 +00:00
2022-08-28 14:11:10 +00:00
## 4.0.1
* Updated `belatuk_http_server` to 3.0.0
2022-07-06 14:04:09 +00:00
## 4.0.0
* Require Dart >= 2.17
2021-09-12 03:07:10 +00:00
## 3.0.1
* Fixed boken license link
## 3.0.0
* Upgraded from `pendantic` to `lints` linter
* Published as `belatuk_body_parser` package
* Fixed linter warnings
## 2.1.1
* Fixed calling deprecated methods in unit test
## 2.1.0
* Replaced `http_server` with `belatuk_http_server`
## 2.0.1
* Fixed source code formating warning
* Updated README
## 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD
## 1.1.1
* Dart 2 updates; should fix Angel in Travis.
## 1.1.0
* Add `parseBodyFromStream`