ash_phoenix/CHANGELOG.md

312 lines
5 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-05-11 09:45:20 +12:00
## [v0.4.18](https://github.com/ash-project/ash_phoenix/compare/v0.4.17...v0.4.18) (2021-05-10)
### Improvements:
* track `manage_relationship_source`, as a utility
2021-05-11 05:19:55 +12:00
## [v0.4.17](https://github.com/ash-project/ash_phoenix/compare/v0.4.16...v0.4.17) (2021-05-10)
### Bug Fixes:
* ensure error message is always a string
2021-04-28 06:19:32 +12:00
## [v0.4.16](https://github.com/ash-project/ash_phoenix/compare/v0.4.15...v0.4.16) (2021-04-27)
### Bug Fixes:
* support embeds in relationships
2021-04-18 07:33:02 +12:00
## [v0.4.15](https://github.com/ash-project/ash_phoenix/compare/v0.4.14...v0.4.15) (2021-04-17)
### Bug Fixes:
* remove IO.inspect (facepalm)
2021-04-18 07:25:17 +12:00
## [v0.4.14](https://github.com/ash-project/ash_phoenix/compare/v0.4.13...v0.4.14) (2021-04-17)
### Bug Fixes:
* support proper nested embedded appends
2021-04-17 05:04:59 +12:00
## [v0.4.13](https://github.com/ash-project/ash_phoenix/compare/v0.4.12...v0.4.13) (2021-04-16)
### Improvements:
* add `add_value/4` and `remove_value/3` helpers
2021-04-15 05:34:37 +12:00
## [v0.4.12](https://github.com/ash-project/ash_phoenix/compare/v0.4.11...v0.4.12) (2021-04-14)
### Bug Fixes:
* check for managed relationship before embedded input
2021-04-07 02:13:07 +12:00
## [v0.4.11](https://github.com/ash-project/ash_phoenix/compare/v0.4.10...v0.4.11) (2021-04-06)
### Bug Fixes:
* handle empty error fields
### Improvements:
* support invalid argument errors
2021-03-30 18:35:33 +13:00
## [v0.4.10](https://github.com/ash-project/ash_phoenix/compare/v0.4.9...v0.4.10) (2021-03-30)
### Bug Fixes:
* fix remove from path with indices
* append values to maps properly
2021-03-29 11:34:30 +13:00
## [v0.4.9](https://github.com/ash-project/ash_phoenix/compare/v0.4.8...v0.4.9) (2021-03-28)
### Bug Fixes:
* handle adding to array paths bettter
2021-03-29 07:06:13 +13:00
## [v0.4.8](https://github.com/ash-project/ash_phoenix/compare/v0.4.7...v0.4.8) (2021-03-28)
### Bug Fixes:
* add to path when is a map should be a list
2021-03-29 06:12:35 +13:00
## [v0.4.7](https://github.com/ash-project/ash_phoenix/compare/v0.4.6...v0.4.7) (2021-03-28)
### Bug Fixes:
* fix doubly nested forms and various other issues
### Improvements:
* added various utility functions
2021-03-26 06:05:06 +13:00
## [v0.4.6](https://github.com/ash-project/ash_phoenix/compare/v0.4.5...v0.4.6) (2021-03-25)
### Improvements:
* many fixes around relationship forms
2021-03-23 10:39:42 +13:00
## [v0.4.5](https://github.com/ash-project/ash_phoenix/compare/v0.4.4...v0.4.5) (2021-03-22)
### Bug Fixes:
* transform error order of operations
2021-03-22 14:51:21 +13:00
## [v0.4.4](https://github.com/ash-project/ash_phoenix/compare/v0.4.3...v0.4.4) (2021-03-22)
### Bug Fixes:
* set `impl` correctly
2021-03-22 05:06:50 +13:00
## [v0.4.3](https://github.com/ash-project/ash_phoenix/compare/v0.4.2...v0.4.3) (2021-03-21)
### Improvements:
* improve pagination helpers
* update ash dep
2021-03-20 11:21:12 +13:00
## [v0.4.2](https://github.com/ash-project/ash_phoenix/compare/v0.4.1...v0.4.2) (2021-03-19)
### Improvements:
* readability refactor + additional docs
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