Releases: rdohms/dms-filter
Releases · rdohms/dms-filter
v6.0.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
BC-Break,CI,Feature,Refactoring
v5.0.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
CI,Dependencies
- 94: Bump actions/checkout from 2 to 4 thanks to https://github.com/dependabot[bot]
- 93: Spring cleaning. thanks to @rdohms
Feature
Dependencies
v4.0.2
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
Dependencies
- 67: Bump phpunit/phpunit from 9.5.10 to 9.5.19 thanks to https://github.com/dependabot[bot]
- 62: Bump laminas/laminas-filter from 2.11.1 to 2.14.0 thanks to https://github.com/dependabot[bot]
CI,Dependencies
- 64: PHP 8.1 thanks to @tobias-trozowski
v4.0.1
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 4
Bug,Feature
- 52: PHP 8 fixes thanks to @kdadler
Bug
Dependencies
- 50: Bump phpunit/phpunit from 9.5.7 to 9.5.10 thanks to @dependabot[bot]
- 47: Bump doctrine/annotations from 1.13.1 to 1.13.2 thanks to @dependabot[bot]
v4.0.0: PHP8 Compat
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 1
CI,Dependencies
- 45: Bump to PHP8 thanks to @rdohms
BC-Break,Dependencies
- 43: Update Deps and PHP to 7.4 thanks to @rdohms
Refactoring
- 42: Upgrade to dms/coding-standard:^8 thanks to @rdohms
PHP 7 Compat.
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.