Skip to content

v0.1.6 🌈

Choose a tag to compare

@fcoury fcoury released this 27 Aug 22:00
· 10 commits to master since this release

New Discord server! Join us here - https://discord.gg/f7RwsbWEVh

This release includes a lot of new features, mainly driven by attempting to run a Meteor application. The whole discussion started on this thread:

meteor/meteor#12150

Thanks @wreiske for reporting the issues you were finding and allowing me to fix the issues found on this use case.

Changes 🎉

  • Match arrays when searching for nested fields @fcoury (#69)
  • Add support for $addToSet on updates @fcoury (#65)
  • Add count command @fcoury (#63)
  • Allow creating indexes on nested fields using parent.child notation @fcoury (#61)
  • Adds $regex operator support @fcoury (#55)

Bugfixes 🐛

  • Fix $addToSet updates with Bson::DateTime values @fcoury (#68)
  • Fix findAndModify upsert with new flag returns the document in value @fcoury (#59)
  • Fix updates with non-string values @fcoury (#58)
  • Fix queries with object id @fcoury (#57)
  • Fix error when existing indexes are created @fcoury (#56)