Skip to content

v2.0.0

Compare
Choose a tag to compare
@Nek- Nek- released this 12 Dec 12:58
· 79 commits to master since this release
267bf6b

Added

  • Add tag knp_dictionary.factory for DI services so you can add dictionary factories
  • Add tag knp_dictionary.dictionary for DI services so you can add dictionary as service
  • Add knp_dictionary.data_collector.dictionary_data_collector service so you can trace what dictionnary is available
  • New factory interface Knp\DictionaryBundle\Dictionary\Factory
  • New interface Knp\DictionaryBundle\Dictionary
  • This changelog is also new :)

Changed

  • Some namespace changes for SimpleDictionary and ValueTransformer
  • Add add method on DictionaryRegistry
  • New view in the web profiler of Symfony

Removed

  • service and method nodes from configuration: dictionnaries are now loaded automatically by factories registered as it with the new tag