Skip to content

Releases: madeintandem/jsonb_accessor

v1.4

15 Oct 13:51
31df316
Compare
Choose a tag to compare

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

v1.3.10

31 May 07:37
b3a63ed
Compare
Choose a tag to compare

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

29 May 10:02
dda83b1
Compare
Choose a tag to compare

Fix support for ActiveRecord::Enum.

v1.3.6

23 Sep 07:20
Compare
Choose a tag to compare

Bug fix: Datetime attributes were not correctly serialized

v1.3.5

23 Jul 14:55
Compare
Choose a tag to compare

Attributes defined outside of jsonb_accessor are not written.

Fixes #148

v1.3.4

02 Feb 15:07
Compare
Choose a tag to compare

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

v1.3.3

30 Jan 14:21
Compare
Choose a tag to compare

DateTime objects are now correctly converted to strings

v1.3.2

12 May 19:20
Compare
Choose a tag to compare

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

v1.3.1

12 May 15:32
Compare
Choose a tag to compare

Prevent initialization of the store hash with nil values

#133

v1.3.0

12 May 09:35
Compare
Choose a tag to compare

Support for Ruby 3 and ActiveRecord 6.1