Releases: coldbox-modules/cbmessagebox
Releases · coldbox-modules/cbmessagebox
v4.0.0
[4.0.0] => 2021-MAR-11
Added
- The
message
argument can now be astring
or anarray
- Added the new
prepend()
method instead of theprependArray
- Updated changelog to new changelog standard
- Upgraded to new ColdBox 5 module standards
COMPATIBILITY
- New formatting and linting rules
- New packages scripts for build process
- A lot more scenarios to our test specs
Fixed
Deprecated
- The
messageArray
argument is now deprecated in favor of passing either a string or array to themessage
argument and simplifying the API
Removed
appendArray()
dropped in favor of multi type argumentprependArray()
dropped in favor of multi type argument- Dropped ACF11 and Lucee4.5 Support
- Dropped ColdBox 4 support