Skip to content

1.0.0

Compare
Choose a tag to compare
@palkan palkan released this 17 Mar 15:38
· 48 commits to master since this release

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.