View Source Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v2.0.0 (2024-04-30)
The changelog is being restarted. See /documentation/1.0-CHANGELOG.md in GitHub for the old changelog.
Improvements:
- [AshPhoenix.Form] better error message with hints for accepted/non accepted missing forms
Bug Fixes:
[AshPhoenix.Form] don't use
public_attributes?, check for all accepted attributes. In Ash 3.0, private attributes can be accepted[AshPhoenix.Form]
Pass the tenant to
Ash.can/3andAsh.can?/3. (#165)Pass the tenant to
Ash.can/3andAsh.can?/3.