Releases: coldbox-modules/mementifier
Releases · coldbox-modules/mementifier
v2.3.0
v2.2.0
v2.0.0
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.