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

Tags: ash-project/ash_phoenix

Tags

v2.3.9

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

[v2.3.9](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](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](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](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](v2.3.4...v2.3.5) (2025-05-31)
Bug Fixes:
* live route instructions (#371)

v2.3.4

Toggle v2.3.4's c A23B ommit message
release v2.3.4

[v2.3.4](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](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 (#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](v2.3.1...v2.3.2) (2025-05-21)
Bug Fixes:
* support old phoenix generators (#365)
Improvements:
* update igniter, remove inflex
* add usage-rules.md

v2.3.1

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

[v2.3.1](v2.3.0...v2.3.1) (2025-05-15)
Bug Fixes:
* Initialize :raw_params field of for_action() Form (#362)
* for action params option (#359)
* Accept Phoenix.LiveView.Socket in SubdomainPlug (#355)
Improvements:
* Document `:params` option for `for_action` (#361)
* Rework gen.live (#353)
* support `AshPhoenix.Form` in error subject

v2.3.0

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

[v2.3.0](v2.2.0...v2.3.0) (2025-04-29)
Features:
* Add Inertia.Errors impl for Ash.Error types (#352)
Bug Fixes:
* properly route inertia errors to implementation
* handle invalid query error different formats
0