Skip to content

[3.0.0-alpha1] - 2018-07-06

Compare
Choose a tag to compare
@athos7933 athos7933 released this 06 Jul 12:30
· 23 commits to master since this release

Added

  • Add new method getOriginalDictionary on TraceableDictionary
  • New feature: if you use the CategoryDictionaryInterface you'll be able to sort dictionaries by using
    the registry.
  • The RegistryDictionary has now a new filter method.

Changed

  • Upgrade php-cs-fixer package from ^1.11 to ^2.11 && update .php_cs rules
  • PHP 7.1 is now the minimum version requirement
  • Add composer package in Dockerfile
  • Add support for arguments for the callable dictionary
  • Makes command output more readable than before:
    • Nicer tables
    • Avoid too long tables by showing only 15 keys

Fixed

  • Dictionary validator now accept arrays if you specify "multiple" option at true