1.0.0
This release bring major improvements to the way we interact with ActiveRecord:
- Use existing Attributes API and Store API instead of duplicating and monkey-patching
- Dirty-tracking, accessors and prefixes/suffixes are now handled by Rails—we're no longer trying to re-implement this.
Thus, we only provide type coercions for stores. That's it.
P.S. The only internal patch that's left is the MutationTracker patch which allows you to have granular #changes
for stores.