DMS Filter v3.0.0 Release Notes

Release Date: 2016-03-01 // about 8 years ago
  • ๐Ÿš€ This release updates the library to be fully used with PHP7.

    [3.0.0] - 2016-02-28

    ๐Ÿ”„ Changed

    • Int, Float and Boolean filters and annotations get Scalar suffix to not clash with reserved words

    ๐Ÿ›  Fixed

    • โšก๏ธ The use of self in RegExp filter was returning the original value not the new updated one, this seems to be a change in PHP, so we now use static which makes it more friendly to extensions.

Previous changes from v2.0.0

  • ๐Ÿš€ This release improves the code for the whole library and also adds new filters.