Jsonb Accessor Versions Save

Adds typed jsonb backed fields to your ActiveRecord models.

v1.4

7 months ago

Dropped support for old Ruby and Rails versions and a bug fix when using an array of date times.

v1.3.10

11 months ago

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

11 months ago

Fix support for ActiveRecord::Enum.

v1.3.6

1 year ago

Bug fix: Datetime attributes were not correctly serialized

v1.3.5

1 year ago

Attributes defined outside of jsonb_accessor are not written.

Fixes https://github.com/madeintandem/jsonb_accessor/issues/148

v1.3.4

2 years ago

Bug fix: Raised ActiveModel::MissingAttributeError when model was initialized without the jsonb_accessor field

v1.3.3

2 years ago

DateTime objects are now correctly converted to strings

v1.3.2

3 years ago

Fixes the direct assignment of a jsonb field when store keys are used #134

v1.3.1

3 years ago

Prevent initialization of the store hash with nil values

#133

v1.3.0

3 years ago

Support for Ruby 3 and ActiveRecord 6.1