Skip to content

Releases: coldbox-modules/cbmessagebox

v4.0.0

11 Mar 22:21
Compare
Choose a tag to compare

[4.0.0] => 2021-MAR-11

Added

  • The message argument can now be a string or an array
  • Added the new prepend() method instead of the prependArray
  • 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

  • Missing dark,light from type hints
  • Delete the metadata added also on clearData=true #15 (#15)

Deprecated

  • The messageArray argument is now deprecated in favor of passing either a string or array to the message argument and simplifying the API

Removed

  • appendArray() dropped in favor of multi type argument
  • prependArray() dropped in favor of multi type argument
  • Dropped ACF11 and Lucee4.5 Support
  • Dropped ColdBox 4 support