3.3.1 (2018-02-27):
    * TingDriverDataCollector is now compatible with Symfony 4

3.3.0 (2018-01-15):
    * MetadataWarmer is now compatible with Symfony 4

3.2.3 (2017-12-07):
    * Rewrite path of views to allow using bundle without templating component

3.2.2 (2017-12-01):
    * Compatible Symfony 4

3.2.1 (2017-09-28):
    * Fix composer library type

3.2.0 (2017-01-31):
    * Add an "identityFields" option to the unique entity validator to prevent an entity from blocking itself.
    * Version of cache updated, because Ting 3.2 has now a new structure

3.1.0 (2016-12-16):
    * Add feature unique entity validator.

3.0.1 (2016-03-21):
    * Initialization of Metadata is done in a new "RepositoryFactory", at instanciation time

3.0.0 (2016-01-26):
    * Compatibility with ting 3.0
    * Added requirement to doctrine/doctrine-cache-bundle to provide a configuration layer for doctrine/cache (provided by Ting)
    * Removed configuration for memcached (Memcached support was provided by Ting but has been replaced with doctrine/cache)

2.2.0 (2016-01-19):
    * You can now add extra options in configuration ting.repositories.App.options.default.extra

2.1.0 (2015-11-25):
    * The configuration can be resolved before MetadataInitialisation

2.0.5 (2015-07-03):
    * Fix fatal error in the cacheCollector view when no hits on a page

2.0.4 (2015-03-12):
    * Fix ting cache loading

2.0.3 (2015-02-13) :
    * Fix problem about options not saved in cache

2.0.2 (2015-02-06) :
    * Charset option misconfigured

2.0.1 (2015-02-06) :
    * add again charset option (charset option was accidently removed)

2.0.0 (2015-02-05) :
    * initMetada can now receive database name and connection name into options
