Skip to content

Releases: marcqualie/mongominify

Minor Bug Fix and Cleanup

09 Aug 10:47
Compare
Choose a tag to compare

This release mainly addresses the issue with update commands using the wrong class for internal compression (thanks @scottymeuk). Issues occurred with multiple nested updates and $inc commands.

This version is also the last code cleanup before working towards 1.1. The codebase is now fully PSR-2 compliant and these standards are tested via Travis.

Numerical Key Compression Fix

04 Aug 21:15
Compare
Choose a tag to compare

This release is mainly for building upon the last patch for numerical keys. It appears nested numerical array that weren't sequential didn't compress/decompress properly, causing extra storage in the server.

Numerical Key Bug Fix

17 Jul 15:05
Compare
Choose a tag to compare

A small patch to handle numeric but none sequential keys within complex queries.

Better Aggregation Support

09 Jul 18:19
Compare
Choose a tag to compare

This is a small patch onto the 1.0.x pipeline, mainly for better aggregation support.

  • Travis now fully tests PHP 5.5
  • Better Aggregation Framework support (thanks @scottymeuk)

Stable 1.0

09 Jul 17:58
Compare
Choose a tag to compare

MongoMInify has been running in large production systems for over 6 months so it's time for a stable, supported release!

  • 100% Code Coverage
  • JSON Schema Support
  • Full native library mapping
  • asArray() helper on cursors
  • Aggregation Framework support