Releases: madeintandem/jsonb_accessor
Releases · madeintandem/jsonb_accessor
v1.4
Dropped support for old Ruby and Rails versions and a bug fix when using an array of date times.
v1.3.10
No changes compared to 1.3.8. There was a problem with RubyGems and Java versions 1.3.8 and 1.3.9 were corrupted.
v1.3.8
Fix support for ActiveRecord::Enum.
v1.3.6
Bug fix: Datetime attributes were not correctly serialized
v1.3.5
Attributes defined outside of jsonb_accessor are not written.
Fixes #148
v1.3.4
Bug fix: Raised ActiveModel::MissingAttributeError when model was initialized without the jsonb_accessor field
v1.3.3
DateTime objects are now correctly converted to strings
v1.3.2
Fixes the direct assignment of a jsonb field when store keys are used #134
v1.3.1
Prevent initialization of the store hash with nil values
#133
v1.3.0
Support for Ruby 3 and ActiveRecord 6.1