Tags: zorn/ash
Tags
release v2.11.7 [v2.11.7](ash-project/ash@v2.11.6...v2.11.7) (2023-07-13) Improvements: * `exists` type aggregate
release v2.11.6 [v2.11.6](ash-project/ash@v2.11.5...v2.11.6) (2023-07-12) Improvements: * add `at/2` function
release v2.11.5 [v2.11.5](ash-project/ash@v2.11.4...v2.11.5) (2023-07-12) Bug Fixes: * incorrect error for casting binary UUID (ash-project#653) * fix and improve policy breakdown logs * incorrect typespec for `bulk_create/5`. (ash-project#646) Improvements: * add `string_split` expression * add field_policy_bypass * optimize field selection/loading when possible * deselect fields we know statically are not visible
release v2.11.4 [v2.11.4](ash-project/ash@v2.11.3...v2.11.4) (2023-07-10) Bug Fixes: * add `handle_change/3` and `prepare_change/3` to `Ash.Type.Union` (ash-project#642)
release v2.11.3 [v2.11.3](ash-project/ash@v2.11.2...v2.11.3) (2023-07-06) Bug Fixes: * properly detect selected attributes for changeset field policies * run before_action after authorization Improvements: * Add `Negate` validation (ash-project#636)
release v2.11.2 [v2.11.2](ash-project/ash@v2.11.1...v2.11.2) (2023-07-04) Bug Fixes: * return accumulator to correct state after altering exists * typo in at_most validation message (ash-project#640)
release v2.11.1 [v2.11.1](ash-project/ash@v2.11.0...v2.11.1) (2023-07-04) Bug Fixes: * select attributes in load statement
release v2.11.0 [v2.11.0](ash-project/ash@v2.11.0-rc.3...v2.11.0) (2023-07-04) Bug Fixes: * don't loan unless we need to for runtime filters
release v2.11.0-rc.3 [v2.11.0-rc.3](ash-project/ash@v2.11.0-rc.2...v2.11.0-rc.3) (2023-06-29) Bug Fixes: * load after all hooks have completed * don't allow `is_nil` as an expression operator * proper source field loading on related data * reselect all selected attributes on action loading * don't deselect fields on loading for changesets Improvements: * better behavior for invalid filter value errors
release v2.11.0-rc.2 [v2.11.0-rc.2](ash-project/ash@v2.11.0-rc.1...v2.11.0-rc.2) (2023-06-28) Features: * Adds Ash.Changeset around_transaction (ash-project#632) Bug Fixes: * select after setting notification data Improvements: * support partial eager evaluation of functions