Skip to content

Latest commit

 

History

History
78 lines (42 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

78 lines (42 loc) · 2.08 KB

Change log

master

  • Register store_attributes as attributes. (@rickcsong)

1.0.2 (2022-07-29)

  • Fix possible conflicts with Active Model objects. (@palkan)

  • Fix passing suffix/prefix to store_accessor without types. (@palkan)

1.0.1 (2022-05-05)

  • Fixed suffix/prefix for predicates. (@Alan-Marx)

1.0.0 (2022-03-17)

  • Ruby 2.6+ and Rails 6+ is required.

  • Refactored internal implementation to use Rails Store implementation as much as possible. (@palkan)

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 only provide type coercions for stores.

0.9.3 (2021-11-17)

See PR#22.

0.9.2 (2021-10-13)

  • Fix bug with store mutation during changes calculation. (@palkan)

0.9.1

  • Fix bug with dirty nullable stores. (@palkan)

0.9.0 (2021-08-17) 📉

0.8.1 (2020-12-03)

  • Fix adding dirty tracking methods for store_attribute. (@palkan)

0.8.0

  • Add Rails 6.1 compatibility. (@palkan)

  • Add support for prefix and suffix options. (@palkan)

0.7.1

  • Fixed bug with store called without accessors. (@ioki-klaus)

    See #10.

0.7.0 (2020-03-23)

0.6.0 (2019-07-24)