Skip to content

2.1.0 Release

Compare
Choose a tag to compare
@Sammaye Sammaye released this 28 Aug 20:24
· 265 commits to master since this release

This release which has undergone a couple of bugs fixes and some substantial cleaning of code:

  • #108 protected variables are no longer accepted into the document cache and as such will not be saved to the database.
  • #107 getAttributeLabel used the old Yii code for getting related label names
  • #106 Comments and code cleanup by @Rathil including refactoring the EMongoCriteria class
  • I did not follow semantic versioning when I added findAllByPk in 2.0.4 by bumping up a minor verison, fixed by bumping this to 2.1.0

Unit tests have passed for this release and it is considered for production environments.

As an added note, there will be future releases for code cleaning and documenting, this is the first; decided to push the changes out incrementally.