Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Apr 3, 2022
1 parent e060f5d commit a8318a0
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [v3.0.0] - 22-04-03
### Added
- `actix-web: 4.0.1` support [#30]
- `actix-web: 4.0.1` support #30


## [v3.0.0-beta.6] - 2022-01-08
### Added
- Support custom types for permissions/roles [#25](https://github.com/DDtKey/actix-web-grants/pull/25)
- `actix-web: 4.0.0-beta.19` support [#27](https://github.com/DDtKey/actix-web-grants/pull/27)
- Support custom types for permissions/roles #25
- `actix-web: 4.0.0-beta.19` support #27

## [v3.0.0-beta.5] - 2021-12-30
### Added
- `actix-web: 4.0.0-beta.18` support [#24](https://github.com/DDtKey/actix-web-grants/pull/24)
- `actix-web: 4.0.0-beta.18` support #24

## [v3.0.0-beta.4] - 2021-11-17
### Added
- `actix-web: 4.0.0-beta.11` support [#22](https://github.com/DDtKey/actix-web-grants/pull/22)
- `actix-web: 4.0.0-beta.11` support #22
### Changed
- Remove unused `Config` type [#20](https://github.com/DDtKey/actix-web-grants/pull/20)
- Remove unused `Config` type #20

## [v3.0.0-beta.3] - 2021-10-11
### Added
- Allow extractor to receive mutable requests [#17](https://github.com/DDtKey/actix-web-grants/pull/17)
- How to use section to readme [#18](https://github.com/DDtKey/actix-web-grants/pull/18)
- Allow extractor to receive mutable requests #17
- How to use section to readme #18

## [v2.2.0] - 2021-10-11
### Added
- Allow extractor to receive mutable requests [#17](https://github.com/DDtKey/actix-web-grants/pull/17)
- How to use section to readme [#18](https://github.com/DDtKey/actix-web-grants/pull/18)
- Allow extractor to receive mutable requests #17
- How to use section to readme #18

## [v3.0.0-beta.2] - 2021-08-11
### Changed
- Pull incoming changes from [v2.1.0]
- Update `actix-web` to `4.0.0-beta.8`
- Remove RefCell in middleware [#11](https://github.com/DDtKey/actix-web-grants/pull/11)
- Remove RefCell in middleware #11

## [v2.1.0] - 2021-08-11
### Added
- Add support for ABAC-like model to procedural macro [#14](https://github.com/DDtKey/actix-web-grants/issues/14)

### Changed
- Change Arc to Rc in middleware [#12](https://github.com/DDtKey/actix-web-grants/pull/12)
- Change Arc to Rc in middleware #12

## [v3.0.0-beta.1] - 2021-04-07
### Changed
Expand All @@ -74,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Github Actions: Add CI pipeline

### Changed
- Breaking change(!): remove Arc usage in `PermissionsExtractor` [#1](https://github.com/DDtKey/actix-web-grants/pull/1)
- Breaking change(!): remove Arc usage in `PermissionsExtractor` #1

## [v0.1.6] - 2021-01-18
### Changed
Expand All @@ -87,9 +87,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v2.0.1]: https://crates.io/crates/actix-web-grants/2.0.1
[v2.1.0]: https://crates.io/crates/actix-web-grants/2.1.0
[v2.2.0]: https://crates.io/crates/actix-web-grants/2.2.0
[v2.3.0]: https://crates.io/crates/actix-web-grants/2.3.0
[v3.0.0-beta.1]: https://crates.io/crates/actix-web-grants/3.0.0-beta.1
[v3.0.0-beta.2]: https://crates.io/crates/actix-web-grants/3.0.0-beta.2
[v3.0.0-beta.3]: https://crates.io/crates/actix-web-grants/3.0.0-beta.3
[v3.0.0-beta.4]: https://crates.io/crates/actix-web-grants/3.0.0-beta.4
[v3.0.0-beta.5]: https://crates.io/crates/actix-web-grants/3.0.0-beta.5
[v3.0.0-beta.6]: https://crates.io/crates/actix-web-grants/3.0.0-beta.6
[v3.0.0]: https://crates.io/crates/actix-web-grants/3.0.0

0 comments on commit a8318a0

Please sign in to comment.