Skip to content

Tags: albinkc/ash_phoenix

Tags

v2.3.11

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

[v2.3.11](ash-project/ash_phoenix@v2.3.10...v2.3.11) (2025-07-17)
Improvements:
* Add `to_form/2` in usage rules and improve error message when accessing a form without `to_form/2` (ash-project#390) by Kenneth Kostrešević

v2.3.10

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

[v2.3.10](ash-project/ash_phoenix@v2.3.9...v2.3.10) (2025-07-09)
Bug Fixes:
* handle `value_is_key` forms by [@zachdaniel](https://github.com/zachdaniel)

v2.3.9

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

[v2.3.9](ash-project/ash_phoenix@v2.3.8...v2.3.9) (2025-06-28)
Improvements:
* update usage rules with info on `raw_errors` by [@zachdaniel](https://github.com/zachdaniel)

v2.3.8

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

[v2.3.8](ash-project/ash_phoenix@v2.3.7...v2.3.8) (2025-06-25)
Bug Fixes:
* resolve warning about map key access as function call by [@zachdaniel](https://github.com/zachdaniel)
Improvements:
* add `AshPhoenix.Form.raw_errors/2` by [@zachdaniel](https://github.com/zachdaniel)

v2.3.7

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

[v2.3.7](ash-project/ash_phoenix@v2.3.6...v2.3.7) (2025-06-18)
Bug Fixes:
* access proper form field for nested argument inputs by [@zachdaniel](https://github.com/zachdaniel)
* handle case where last item in add form path is an integer by [@zachdaniel](https://github.com/zachdaniel)

v2.3.6

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

[v2.3.6](ash-project/ash_phoenix@v2.3.5...v2.3.6) (2025-06-10)
Bug Fixes:
* merge overridden params with original params in code interfaces by [@zachdaniel](https://github.com/zachdaniel)

v2.3.5

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

[v2.3.5](ash-project/ash_phoenix@v2.3.4...v2.3.5) (2025-05-31)
Bug Fixes:
* live route instructions (ash-project#371)

v2.3.4

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

[v2.3.4](ash-project/ash_phoenix@v2.3.3...v2.3.4) (2025-05-30)
Bug Fixes:
* reenable migrate task

v2.3.3

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

[v2.3.3](ash-project/ash_phoenix@v2.3.2...v2.3.3) (2025-05-30)
Bug Fixes:
* new generators, use actor when getting resource
* new generators, close Layouts.app tag
* new generators, remove handle_params and apply_action, since this no longer handles create/update
* new generators, remove handle params + title, since this no longer handles update
Improvements:
* implement new codegen status plug
* support `Ash.Scope`
* resolve igniter task deprecation warning
* new generator tweaks (ash-project#368)
* explain importants of positional arguments in usage rules

v2.3.2

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

[v2.3.2](ash-project/ash_phoenix@v2.3.1...v2.3.2) (2025-05-21)
Bug Fixes:
* support old phoenix generators (ash-project#365)
Improvements:
* update igniter, remove inflex
* add usage-rules.md