Skip to content

Releases: spider-gazelle/active-model

v4.3.2

10 Oct 20:27
Compare
Choose a tag to compare

fix Model#assign_attributes where model was initialized from_json

v4.3.1: Merge pull request #36 from spider-gazelle/feat/json_ann

17 Apr 06:11
032e13a
Compare
Choose a tag to compare

Added support for including fields in JSON serde when persistence flag is off

v4.3.0

09 Mar 11:02
Compare
Choose a tag to compare

Adds support for crystal-db and additional JSON / YAML field tags

v4.2.3

18 Oct 23:32
Compare
Choose a tag to compare
fix(model): ensure assignment flag is triggered

v4.2.2: fix(model): don't use accessor on assignment checks

26 Sep 05:12
Compare
Choose a tag to compare

v4.2.1: fix(model): to_struct was missing fields

25 Sep 23:59
Compare
Choose a tag to compare

fixes issue with generating structs

v4.2.0: feat(model): allow attribute assignment from another model

25 Sep 10:58
Compare
Choose a tag to compare

allows attribute assignment from another model

v4.1.0

23 Sep 17:26
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v4.1.0

v2.0.4

22 Mar 22:40
Compare
Choose a tag to compare

adds support for crystal 1.0.0

v1.8.2

19 Feb 23:51
Compare
Choose a tag to compare
  • refactor(validation): preserve field name in error