ash/documentation/dsls
Zach Daniel cb3facb519 fix: we cannot assume that after_action/1 can be done atomically
The reason for this is that a given change may access `changeset.data`
which will not be available. This may introduce compile errors for some users
unfortunately, there is nothing we can do about this. They will need to change
to writing custom changes w/ the `atomic/3` callback that adds an after action
hook

improvement: honor a `_union_type` type param when casting unions
2024-09-11 09:57:22 -04:00
..
DSL:-Ash.DataLayer.Ets.md improvement: support tenancy on manual actions 2023-12-16 10:33:10 -05:00
DSL:-Ash.DataLayer.Mnesia.md improvement: support tenancy on manual actions 2023-12-16 10:33:10 -05:00
DSL:-Ash.Domain.md docs: add alternatives guide 2024-05-16 09:38:31 -05:00
DSL:-Ash.Notifier.PubSub.md docs: more restructuring, reviewing of guides 2024-04-08 13:39:45 -04:00
DSL:-Ash.Policy.Authorizer.md feat: add policy groups 2024-08-09 16:48:54 -04:00
DSL:-Ash.Reactor.md feat(Ash.Reactor): Add load option to existing actions, and add new step type. (#1435) 2024-09-05 13:59:22 +12:00
DSL:-Ash.Resource.md fix: we cannot assume that after_action/1 can be done atomically 2024-09-11 09:57:22 -04:00