Releases: coldbox-modules/mementifier
Releases · coldbox-modules/mementifier
3.4.0
v3.3.1
Fixed
autoCastBooleans
ongetMemento()
was always set totrue
.
v3.3.0
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.
v3.2.0
Fixed
- 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
andtimeMask
arguments where not being params by defaultgh-release
action had the wrong code
Improvements
- Updated all the GHA actions to newest levels and compatible Java builds.
v3.1.0
v3.0.0
[3.0.0] => 2022-SEP-22
Added
- New github action workflows
- New module template files
- Faster approach to dealing with loading and processing of entities by eager loading Java classes that are used always
Fixed
- Prevent argument modification and duplicate includes processing: #26
Changed
- Dropped ACF2016