Releases: toptal/granite
Releases · toptal/granite
v0.12.1
v0.12.0
- Support for Rails 6.1 (via https://github.com/toptal/active_data fork)
- Support for Rails 7.0
- Fix
represents
withdefault: false
not seeing any changes in model
v0.11.1
v0.11.0
- [Breaking] Implemented assign_data, which replaces
before_validation
as a way to set data for models before validations. - Converted represents to use assign_data
- Fix dispatcher not working correctly with blank routes (e.g.
post :perform, as: ''
)