Publish framework and auth updates
This commit is contained in:
parent
05a45bee4f
commit
2a0f32c89e
7 changed files with 11 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
* Added merge_map and migrated to 2.0.0 (6/6 tests passed)
|
||||
* Added mock_request and migrated to 2.0.0 (0/0 tests)
|
||||
* Migrated angel_framework to 4.0.0 (149/150 tests passed)
|
||||
* Migrated angel_auth to 4.0.0 (25/30 tests passed)
|
||||
* Migrated angel_auth to 4.0.0 (27/30 tests passed)
|
||||
* Migrated angel_configuration to 4.0.0 (6/8 testspassed)
|
||||
* Migrated angel_validate to 4.0.0 (6/7 tests passed)
|
||||
* Migrated json_god to 4.0.0 (13/13 tests passed)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# 4.0.3
|
||||
* Fixed "failureRedirect" test case
|
||||
|
||||
# 4.0.2
|
||||
* Added MirrorsReflector to test cases
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# angel3_auth
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.2-brightgreen)](https://pub.dartlang.org/packages/angel3_auth)
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.3-brightgreen)](https://pub.dartlang.org/packages/angel3_auth)
|
||||
[![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)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: angel3_auth
|
||||
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
|
||||
version: 4.0.2
|
||||
version: 4.0.3
|
||||
#publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# 4.0.4
|
||||
* Fixed response returning incorrect status code
|
||||
|
||||
# 4.0.3
|
||||
* Fixed "Primitive after parsed param injection" test case
|
||||
* Fixed "Cannot remove all unless explicitly set" test case
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# angel3_framework
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.3-brightgreen)](https://pub.dartlang.org/packages/angel3_framework)
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.4-brightgreen)](https://pub.dartlang.org/packages/angel3_framework)
|
||||
[![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)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel3_framework
|
||||
version: 4.0.3
|
||||
version: 4.0.4
|
||||
description: A high-powered HTTP server with dependency injection, routing and much more.
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/framework
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue