DMS Filter v3.0.0 Release Notes
Release Date: 2016-03-01 // almost 9 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
inRegExp
filter was returning the original value not the new updated one, this seems to be a change in PHP, so we now usestatic
which makes it more friendly to extensions.
- Int, Float and Boolean filters and annotations get
Previous changes from v2.0.0
-
🚀 This release improves the code for the whole library and also adds new filters.