Releases: FidMe/active_mappers
Releases · FidMe/active_mappers
v1.5.0
v1.2.1
- Scopes improvements
- a few bug fixes
v1.1.1
Minor improvement
- allow to call a mapper with a nil value
v0.2.0
Ability to return json objects with root prefix :
{
"user": {
"firstName": "lol"
}
}
instead of
{
"firstName": "lol"
}
v0.1.1
First working version of the lib