Skip to content

v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 10:05
· 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 and isBoolean and auto cast it to Java Boolean 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 the getMemento() to turn on/off this feature for that call only.