Skip to content

Releases: madeintandem/jsonb_accessor

v1.4.2

20 Mar 09:48
v1.4.2
cef7a81

Choose a tag to compare

fix regressions from 1.4.1 by @mmarusyk in #234

  • fix: preserve default option for virtual attributes in jsonb_accessor (reported by @rromanchuk)
  • fix: Add backward compatibility, where definitions are passed as a plain hash (reported by @ashkulz)

v1.4.1

22 Jan 06:24
v1.4.1
5f2e705

Choose a tag to compare

  • #173 - support prefix/suffix for attribute names (PR #182 by @mmarusyk)
  • lots of CI housekeeping so that all recent Ruby / Rails / PostgreSQL versions are tested

v1.4

15 Oct 13:51
31df316

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

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

Choose a tag to compare

Fix support for ActiveRecord::Enum.

v1.3.6

23 Sep 07:20

Choose a tag to compare

Bug fix: Datetime attributes were not correctly serialized

v1.3.5

23 Jul 14:55

Choose a tag to compare

Attributes defined outside of jsonb_accessor are not written.

Fixes #148

v1.3.4

02 Feb 15:07

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

Choose a tag to compare

DateTime objects are now correctly converted to strings

v1.3.2

12 May 19:20

Choose a tag to compare

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