Updated body_parser

This commit is contained in:
thomashii 2021-09-12 13:10:53 +08:00
parent 03a2a9385c
commit 49ccccabf2
4 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Change Log
## 2.1.2
* Final release. Replaced by `belatuk_body_parser` package.
## 2.1.1
* Fixed calling deprecated methods in unit test

View file

@ -1,12 +1,12 @@
# Angel3 Body Parser
[![version](https://img.shields.io/badge/pub-v2.1.1-brightgreen)](https://pub.dartlang.org/packages/angel3_body_parser)
[![version](https://img.shields.io/badge/pub-v2.1.2-brightgreen)](https://pub.dartlang.org/packages/angel3_body_parser)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/body_parser/LICENSE)
**Forked from `body_parser` to support NNBD**
**DEPRECATED: Replaced by [`belatuk_body_parser`](https://pub.dartlang.org/packages/belatuk_body_parser) package**
Parse request bodies and query strings in Dart, as well multipart/form-data uploads. No external dependencies required.

View file

@ -1,5 +1,5 @@
name: angel3_body_parser
version: 2.1.1
version: 2.1.2
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/body_parser

View file

@ -1,3 +1,3 @@
# Angel3 CLI
Moved to [`Angel3 CLI Repo`](https://github.com/dukefirehawk/angel3-cli)
Moved to [`Angel3 CLI Repository`](https://github.com/dukefirehawk/angel3-cli)