Skip to content

Releases: FidMe/active_mappers

v1.5.0

26 Jan 11:30
Compare
Choose a tag to compare

Add inheritance_column

v1.2.1

29 Mar 10:41
Compare
Choose a tag to compare
  • Scopes improvements
  • a few bug fixes

v1.1.1

06 Mar 16:29
Compare
Choose a tag to compare

Minor improvement

  • allow to call a mapper with a nil value

v0.2.0

30 Nov 14:07
Compare
Choose a tag to compare

Ability to return json objects with root prefix :

{
  "user":  {
    "firstName": "lol"
  }
}

instead of

{
  "firstName": "lol"
}

v0.1.1

15 Oct 13:04
Compare
Choose a tag to compare

First working version of the lib