Skip to content

Releases: rdohms/dms-filter

v5.0.0

26 Sep 16:09
v5.0.0
3e703a5
Compare
Choose a tag to compare

v4.0.2

04 Sep 11:18
v4.0.2
5979a96
Compare
Choose a tag to compare
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Dependencies

CI,Dependencies

v4.0.1

11 Oct 08:31
v4.0.1
2ca1a5f
Compare
Choose a tag to compare
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4

Bug,Feature

Bug

Dependencies

v4.0.0: PHP8 Compat

28 Jul 11:06
v4.0.0
7d75750
Compare
Choose a tag to compare
  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 1

CI,Dependencies

BC-Break,Dependencies

Refactoring

PHP 7 Compat.

01 Mar 09:58
Compare
Choose a tag to compare

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.

Refactor

17 Jan 16:31
Compare
Choose a tag to compare

This release improves the code for the whole library and also adds new filters.