Current section

Files

Jump to
ma_crud CHANGELOG.md
Raw

CHANGELOG.md

## v0.1.2 (2023-03-19)
* [fix] `resource_name_change` function was using an empty struct, and not the argument
* [chore] make the generated AST a bit cleaner by caching the repo lookup logic
## v0.1.1 (2023-03-19)
* [feature] generate `resource_name_change` function to stay conform with the Phoenix generators
## v0.1.0 (2023-03-19)
### First release
* No dependency on Absinthe
* Update dev dependencies
* Fix compilation warnings
* Add an example project to test-drive features from the user perspective