You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Issue occurs where the iso8601Format flag is only being applied to the top level object properties and does not cascade, resulting in child date properties not being properly formatted. #33
datemask and timeMask arguments where not being params by default
gh-release action had the wrong code
Improvements
Updated all the GHA actions to newest levels and compatible Java builds.