Updated security

This commit is contained in:
thomashii 2021-06-26 19:41:35 +08:00
parent 92d3000033
commit 5dbc9b5044
5 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
# Change Log
## 3.0.1
* Run `dartfmt -w .` to correct the formating
* Updated example
## 3.0.0
* Migrated to support Dart SDK 2.12.x NNBD

View file

@ -1,6 +1,6 @@
# Angel3 Security
[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_security)
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_security)
[![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)

View file

@ -2,4 +2,4 @@ export 'src/cookie_signer.dart';
export 'src/in_memory_rate_limiter.dart';
export 'src/rate_limiter.dart';
export 'src/rate_limiting_window.dart';
export 'src/service_rate_limiter.dart';
export 'src/service_rate_limiter.dart';

View file

@ -1,5 +1,5 @@
name: angel3_security
version: 3.0.0
version: 3.0.1
description: Angel infrastructure for improving security, rate limiting, and more
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/security
environment: