Skip to content

Latest commit

 

History

History
224 lines (134 loc) · 9.22 KB

CHANGELOG.md

File metadata and controls

224 lines (134 loc) · 9.22 KB

Change log

master

3.0.0 (2024-06-01)

  • Make StoreModel.config.serialize_enums_using_as_json = true default
  • PR #171 Fix issue with serialization options not applied to nested objects (@osanay)
  • PR #169 Restore behavior to always store unknown attributes in the database (@osanay)

2.4.0 (2024-03-15)

2.3.0 (2024-03-02)

2.2.0 (2024-01-06 🎄)

  • PR #162 Improve inspect readability (@neilvcarvalho)
  • PR #161 Addresses error deserializing malformed json string (@agiveygives)
  • PR #163 Fix accepts_nested_attributes_for with allow_destroy: true raising error when database is not initialized or table for model doesnt exist (@dush)

2.1.2 (2023-10-07)

  • PR #156 Override of accepts_nested_attributes_for breaks app start when connection to db is not available (@Supernich)

2.1.1 (2023-08-29)

2.1.0 (2023-06-31)

2.0.1 (2023-05-09)

2.0.0 (2023-05-06)

  • PR #146 Serializing and deserializing values during save. Fixes lockbox but changes the way dates are stored (this might be a breaking change) (@RudskikhIvan)

1.6.2 (2023-03-17)

1.6.1 (2023-03-10)

1.6.0 (2023-02-19)

1.5.1 (2023-01-21)

1.5.0 (2023-01-17)

1.3.0 (2022-10-21)

1.2.0 (2022-08-18)

1.1.0 (2022-07-31)

1.0.0 (2022-06-27)

0.13.0 (2022-02-11)

0.12.0 (2021-10-03)

0.11.1 (2021-09-09)

0.11.0 (2021-09-08)

0.10.0 (2021-07-06)

0.9.0 (2021-04-21)

0.8.2 (2021-02-10)

0.8.1 (2021-01-25)

0.8.0 (2020-06-12)

0.7.0 (2019-11-19)

0.6.2 (2019-11-17)

0.6.1 (2019-10-14)

0.6.0 (2019-09-19)

0.5.3 (2019-09-05)

  • PR #34 Fix #unknown_attributes assignment for ArrayType (@iarie)

0.5.2 (2019-08-23)

0.5.1 (2019-08-06)

0.5.0 (2019-08-05)

0.4.1 (2019-07-31)

0.4.0 (2019-07-26)

0.3.2 (2019-06-13)

0.3.1 (2019-06-13)

0.3.0 (2019-05-06)

0.2.0 (2019-04-30)

0.1.2 (2019-03-14)

  • :store_model validation should not allow nil by default

0.1.1 (2019-02-21)

0.1.0 (2019-02-20)