This changelog references the relevant changes (bug and security fixes) done in 1.x versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.4.0...v2.4.1
- 1.4.2 (2014-07-31)
- feature add chain support (9ea74a9937)
- fix issue with invalid ref in db (cfbe12c3a8)
- fix various issues identified from sl-insights (03d0db2882, bfb7f455e2)
- fix acceptance of known values (74b1ce05d2)
- 1.4.1 (2014-03-19)
- add distinct feature (440f8b4120)
- fix issue with undefined fields which are of known type being ignored
- 1.4.0 (2014-03-06)
- feature to get model's MongoCollection instance (72b4e851a7)
- feature add MongoAggregate (f1aab0e619)
- feature set model to not use __type (ad9635bc3f)
- feature map fields for retrieve fields and sort (34fa582a91)
- feature Model::has() query to if collection has (b7c9aa43b7)
- enhance change some methods from private to protected
- enhance Model::toArray() to support recursive and depth for DBRefs (f915eab57d)
- fix many bugs
- fix some tests
- chore add Travis CI PHP 5.5 test
- chore refactored code to keep DRY
- chore add lots of tests (da5c88ed27)
Much thanks to @andreychuk, @bperel, @purekid, @timothy-r, @tusharvikky @jrschumacher
- 1.3.0 (2013-12-17)
- style #31 Move code style to PSR-2