v1.5.0 - Jul 22, 2017

This release bumps the minimum required PHP version to 7.1.0.

In addition to that, official HHVM support has been dropped.

Strict comparison has been added to the ClosureExpressionVisitor,
and numerous documentation fixes were merged.

Total issues resolved: 10

    97: Enable strict comparison for arrays thanks to @vlastv
    104: Removes support for PHP 5.x thanks to @railto
    108: Removed unsupported versions from travis config thanks to @mikeSimonson
    110: Add hhvm in the allowed failures thanks to @mikeSimonson
    112: Fix DocBlock for derived classes thanks to @ostrolucky
    118: Drop HHVM support thanks to @lcobucci
    119: Require PHP 7.1 thanks to @lcobucci
    122: Add missing PHP version bumping to 7.1 thanks to @Soullivaneuh
    124: Updated the return typehint docblock of partition thanks to @gmponos
    126: Converted the docblocks of ArrayCollection to short type hints thanks to @gmponos

v1.4 - 3 Jan 2017

Fixed

    63: Fix the branch alias for master
    64: Arraycollection matching method multiple ordering fix
    73: Fix: Assert expression is set when none has before
    83: Spelling - comparision should be comparison
    90: Do not target unbound PHP version contraint
    92: Update ArrayCollection.php

Changed

    58: Remove the hhvm-nightly job from the matrix
    72: Fix: Ignore composer.lock
    74: Refactoring the method for better readability.
    79: Add .gitattributes to remove unneeded files
    105: bumped phpunit to 5.7 and fixed deprecated methods

Added

    57: non-camel-case variable code conventions (with extra tests)
    75: Removing php 7 from the allowed failure as it's stable now
    76: Adding some code coverage configuration
    77: Adding scrutinizer config
    78: Rebase of the Comparison startsWith, endsWith PR #55
    91: Added ArrayCollection::createFrom.
    98: Increase code coverage
    102: Contributing guideline
    103: Contributing guide

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
