ash_phoenix/CHANGELOG.md

147 lines
2.3 KiB
Markdown
Raw Normal View History

2020-10-21 07:38:50 +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 -->
2021-03-20 07:37:51 +13:00
## [v0.4.1](https://github.com/ash-project/ash_phoenix/compare/v0.4.0...v0.4.1) (2021-03-19)
### Bug Fixes:
* properly set params on related create changeset
2021-03-19 17:11:46 +13:00
## [v0.4.0](https://github.com/ash-project/ash_phoenix/compare/v0.3.2...v0.4.0) (2021-03-19)
### Features:
* add initial support for relationships in `inputs_for`
2021-03-17 15:50:19 +13:00
## [v0.3.2](https://github.com/ash-project/ash_phoenix/compare/v0.3.1...v0.3.2) (2021-03-17)
### Bug Fixes:
* bump ash version
2021-03-17 15:47:23 +13:00
## [v0.3.1](https://github.com/ash-project/ash_phoenix/compare/v0.3.0...v0.3.1) (2021-03-17)
### Improvements:
* remove `value` option
* don't render NotLoaded
2021-03-05 17:26:08 +13:00
## [v0.3.0](https://github.com/ash-project/ash_phoenix/compare/v0.2.3...v0.3.0) (2021-03-05)
### Features:
* support queries as form targets
* new helpers in `AshPhoenix`
### Bug Fixes:
* various fixes
* a whole new error paradigm
* don't assume action is set
### Improvements:
* don't filter errors based on params
* support latest ash version
2021-02-09 06:34:01 +13:00
## [v0.2.3](https://github.com/ash-project/ash_phoenix/compare/v0.2.2...v0.2.3) (2021-02-08)
### Improvements:
* add `params_only` for form helpers
* add `SubdomainPlug`
2021-01-25 20:16:08 +13:00
## [v0.2.2](https://github.com/ash-project/ash_phoenix/compare/v0.2.1...v0.2.2) (2021-01-25)
### Improvements:
* store changeset params in form
2021-01-25 08:13:30 +13:00
## [v0.2.1](https://github.com/ash-project/ash_phoenix/compare/v0.2.0...v0.2.1) (2021-01-24)
### Bug Fixes:
* better error messages
### Improvements:
* support ci_string in html
2021-01-23 11:34:13 +13:00
## [v0.2.0](https://github.com/ash-project/ash_phoenix/compare/v0.1.2...v0.2.0) (2021-01-22)
### Features:
* support arguments in changeset
### Improvements:
* support the latest ash
* support arguments in form_data
2020-12-29 07:09:16 +13:00
## [v0.1.2](https://github.com/ash-project/ash_phoenix/compare/v0.1.1...v0.1.2) (2020-12-28)
### Bug Fixes:
* various improvements
2020-10-21 14:56:15 +13:00
## [v0.1.1](https://github.com/ash-project/ash_phoenix/compare/v0.1.0...v0.1.1) (2020-10-21)
2020-10-21 14:48:48 +13:00
## [v0.1.0](https://github.com/ash-project/ash_phoenix/compare/v0.1.0...v0.1.0) (2020-10-21)
2020-10-21 07:38:50 +13:00
### Features:
2020-10-21 14:48:48 +13:00
* general cleanup, ready for initial release
2020-10-21 07:38:50 +13:00
2020-10-21 14:48:48 +13:00
* init
2020-10-21 07:38:50 +13:00
2020-10-21 14:48:48 +13:00
### Improvements:
2020-10-21 07:38:50 +13:00
2020-10-21 14:48:48 +13:00
* setup project