8000 Tags · zorn/ash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zorn/ash

Tags

v2.11.7

Toggle v2.11.7's commit message
release v2.11.7

[v2.11.7](ash-project/ash@v2.11.6...v2.11.7) (2023-07-13)
Improvements:
* `exists` type aggregate

v2.11.6

Toggle v2.11.6's commit message
release v2.11.6

[v2.11.6](ash-project/ash@v2.11.5...v2.11.6) (2023-07-12)
Improvements:
* add `at/2` function

v2.11.5

Toggle v2.11.5's commit message
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

v2.11.4

Toggle v2.11.4's commit message
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)

v2.11.3

Toggle v2.11.3's commit message
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)

v2.11.2

Toggle v2.11.2's commit message
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)

v2.11.1

Toggle v2.11.1's commit message
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

v2.11.0

Toggle v2.11.0's commit message
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

v2.11.0-rc.3

Toggle v2.11.0-rc.3's commit message
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

v2.11.0-rc.2

Toggle v2.11.0-rc.2's commit message
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
0