v3.3.0
·
46 commits
to development
since this release
Added
- New global settings
autoCastBooleans
which allows you to turn this feature on or off. By default we inspect if a value is not numeric andisBoolean
and auto cast it to JavaBoolean
so it translated to a boolean in json. - New
this.memento.autoCastBooleans
so you can turn on/off this feature at an entity level. - New
autoCastBooleans
argument to thegetMemento()
to turn on/off this feature for that call only.