Skip to content

Releases: coldbox-modules/mementifier

v2.3.0

17 Nov 21:51
Compare
Choose a tag to compare

[2.3.0] => 2020-NOV-17

Added

  • Thanks to @elpete you can now add date/time formatting rules at the getmemento() level and the this.memento level. Please see the readme for further information.

v2.2.0

06 Nov 18:41
Compare
Choose a tag to compare

[2.2.0] => 2020-NOV-05

Added

  • Allow defaults to be null thanks to @elpete
  • Updated changelog to new keepachangelog.com standards
  • Added new release recipe according to new module template
  • Added new formating rules
  • Added github auto publishing on releases

v2.0.0

22 Jan 16:45
Compare
Choose a tag to compare

2.0.0

Features

  • Enabled wildcard default includes (*) to retrieve inherited object properties instead of doing wacky things for inherited defaults to work.
  • New setting to chose a default value to expose when getters return null: nullDefaultValue
  • ORM Auto includes now ONLY includes properties to avoid bi-directional recursive exceptions. This is also a compatiblity, where before EVERYTHING was included. Now, only properties are included.

Improvements

  • Updated to cborm2 for testing harness
  • Updated to TestBox 3

Compatibility

  • Removed ACF 11 Support
  • ORM Auto includes only marshalls properties instead of everything.