Skip to content

Latest commit

 

History

History
124 lines (86 loc) · 2.95 KB

File metadata and controls

124 lines (86 loc) · 2.95 KB

0.4.2 / 2014-01-08

  • updated; debug module 0.7.4 refack

0.4.1 / 2014-01-07

  • fixed; inclusive/exclusive logic

0.4.0 / 2014-01-06

  • added; selected()
  • added; selectedInclusively()
  • added; selectedExclusively()

0.3.3 / 2013-11-14

0.3.2 / 2013-09-06

  • added; geometry support for near()

0.3.1 / 2013-08-22

  • fixed; update retains key order #19

0.3.0 / 2013-08-22

  • less hardcoded isNode env detection #18 vshulyak
  • added; validation of findAndModify varients
  • clone update doc before execution
  • stricter env checks

0.2.7 / 2013-08-2

  • Now support GeoJSON point values for Query#near

0.2.6 / 2013-07-30

  • internally, 'asc' and 'desc' for sorts are now converted into 1 and -1, respectively

0.2.5 / 2013-07-30

  • updated docs
  • changed internal representation of sort to use objects instead of arrays

0.2.4 / 2013-07-25

  • updated; sliced to 0.0.5

0.2.3 / 2013-07-09

  • now using a callback in collection.find instead of directly calling toArray() on the cursor ebensing

0.2.2 / 2013-07-09

  • now exposing mongodb export to allow for better testing ebensing

0.2.1 / 2013-07-08

  • select no longer accepts arrays as parameters ebensing

0.2.0 / 2013-07-05

  • use $geoWithin by default

0.1.2 / 2013-07-02

  • added use$geoWithin flag ebensing
  • fix read preferences typo ebensing
  • fix reference to old param name in exists() ebensing

0.1.1 / 2013-06-24

  • fixed; $intersects -> $geoIntersects #14 ebensing
  • fixed; Retain key order when copying objects #15 ebensing
  • bump mongodb dev dep

0.1.0 / 2013-05-06

  • findAndModify; return the query
  • move mquery.proto.canMerge to mquery.canMerge
  • overwrite option now works with non-empty objects
  • use strict mode
  • validate count options
  • validate distinct options
  • add aggregate to base collection methods
  • clone merge arguments
  • clone merged update arguments
  • move subclass to mquery.prototype.toConstructor
  • fixed; maxScan casing
  • use regexp-clone
  • added; geometry/intersects support
  • support $and
  • near: do not use "radius"
  • callbacks always fire on next turn of loop
  • defined collection interface
  • remove time from tests
  • clarify goals
  • updated docs;

0.0.1 / 2012-12-15

  • initial release