Releases: traderinteractive/filter-php
Releases · traderinteractive/filter-php
Version 3.2.0: Allow value placeholder in custom error messages
Major Features
- Allow value placeholder in custom error messages [PR #79]
Version 3.1.0: Add Strings::stripTags alias
Major Features
- Add alias for Strings::stripTags [PR #78]
Version 3.0.1
Bug Fixes
- Fix bug with custom error [PR #77]
Version 3.0.0: Partial Meta Package
Backwards Compatibility Breakers
- Version 3 [PR #76]
- Separated filters into separate packages.
- Update LICENSE file
- Change package owner to
traderinteractive - Change Namespace to
TraderInteractive - Add .github files CODEOWNERS, PULL_REQUEST_TEMPLATE, ISSUE_TEMPLATE & CONTRIBUTING
- Remove support for PHP < 7
- Switch to PSR2 coding standard
- Update README
- Remove composer.lock from version control
- Update Scrutinizer config
- Update Coveralls config
- Update to PHPUnit 6
- Switch to phpunit.xml.dist config
- Add parameter and return type hints where possible
Version 2.2.0
Major Features
- Throw custom exception [PR #74]
Version 2.1.1
Minor Features
- Allow Null for URL Filter [PR #73]
Version 2.1.0
Version 2.0.1
Version 1.6.3: Custom Error Messages
Minor Features
- Allow custom error messages to be passed in filter spec [PR #65]
Version 2.0.0
Backwards Compatibility Breakers
- Dev/php7 [PR #63]