Skip to content

Releases: traderinteractive/filter-php

Version 3.2.0: Allow value placeholder in custom error messages

16 Jan 15:51
fad882b

Choose a tag to compare

Major Features

  • Allow value placeholder in custom error messages [PR #79]

Version 3.1.0: Add Strings::stripTags alias

21 Dec 15:20
7a68263

Choose a tag to compare

Major Features

  • Add alias for Strings::stripTags [PR #78]

Version 3.0.1

12 Dec 14:43
a9949d3

Choose a tag to compare

Bug Fixes

  • Fix bug with custom error [PR #77]

Version 3.0.0: Partial Meta Package

07 Mar 15:06
3118272

Choose a tag to compare

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

12 Feb 19:55
1e30f75

Choose a tag to compare

Major Features

  • Throw custom exception [PR #74]

Version 2.1.1

11 Oct 15:29

Choose a tag to compare

Minor Features

  • Allow Null for URL Filter [PR #73]

Version 2.1.0

08 Feb 22:01

Choose a tag to compare

Major Features

  • Allow String::Filter to accept scalars and objects with __tostring [PR #72]
  • Add DateTime::format() [PR #55]
  • Add Bool::convert() [PR #56]

Developer Changes

  • Update version depedencies. [PR #69]

Version 2.0.1

23 Aug 00:41

Choose a tag to compare

Minor Features

  • Allow custom error messages to be passed in filter spec [PR #67]

Bug Fixes

  • Ensure only arrays are passed to Arrays::ofArrays() [PR #71]

Developer Changes

  • Disambiguate class names in tests. [PR #68]
  • Update README to use proper class names [PR #64]

Version 1.6.3: Custom Error Messages

14 Jul 18:51

Choose a tag to compare

Minor Features

  • Allow custom error messages to be passed in filter spec [PR #65]

Version 2.0.0

25 May 19:38

Choose a tag to compare

Backwards Compatibility Breakers

  • Dev/php7 [PR #63]