ash_authentication/CHANGELOG.md

60 lines
1.3 KiB
Markdown
Raw Normal View History

2022-09-28 10:05:16 +13:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2022-11-02 18:44:36 +13:00
## [v0.4.0](https://github.com/team-alembic/ash_authentication/compare/v0.3.0...v0.4.0) (2022-11-02)
### Features:
* PasswordReset: allow users to request and reset their password. (#22)
2022-10-31 16:56:53 +13:00
## [v0.3.0](https://github.com/team-alembic/ash_authentication/compare/v0.2.1...v0.3.0) (2022-10-31)
### Features:
* Ash.PlugHelpers: Support standard actor configuration. (#16)
* Ash.PlugHelpers: Support standard actor configuration.
### Improvements:
* docs: change all references to `actor` to `user`.
2022-10-26 13:01:54 +13:00
## [v0.2.1](https://github.com/team-alembic/ash_authentication/compare/v0.2.0...v0.2.1) (2022-10-26)
### Bug Fixes:
* deprecation warnings caused by use of `Macro.expand_literal/2`.
### Improvements:
* move subject_name uniqueness validation to compile time.
* remove `generated: true` from macros.
2022-10-25 11:21:49 +13:00
## [v0.2.0](https://github.com/team-alembic/ash_authentication/compare/v0.1.0...v0.2.0) (2022-10-24)
### Features:
* PasswordAuthentication: Registration and authentication with local credentials (#4)
2022-09-28 10:05:16 +13:00
## [v0.1.0](https://github.com/team-alembic/ash_authentication/compare/v0.1.0...v0.1.0) (2022-09-27)