v1.4 - 3 Jan 2017

v1.3.0 - 14 Apr 2015

Total issues resolved: 9

    26: Explicit casting of first and max results
    30: typo fix.
    31: CS fixes and tidy up of tests
    36: Tidy up and CS fixes
    42: small style changes to comply with PSR2
    47: Added build status
    49: Keep keys when using array collection's matching()
    52: Made initialized protected for extensibility.
    56: travis: PHP 7.0 nightly added + few improvements

v1.2 - 3 Feb 2014

* Add a new ``AbstractLazyCollection``

v1.1 - 17 Mar 2013

* Deprecated ``Comparison::IS``, because it's only there for SQL semantics.
  These are fixed in the ORM instead.
* Add ``Comparison::CONTAINS`` to perform partial string matches:

        $criteria->andWhere($criteria->expr()->contains('property', 'Foo'));

v1.0 - 12 Jan 2013
