Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

History.md 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. 3.2.1 / 2018-08-24
  2. ==================
  3. * chore: upgrade deps
  4. 3.2.0 / 2018-08-24
  5. ==================
  6. * feat: add $useProjection to opt in to using `projection` instead of `fields` re: MongoDB deprecation warnings Automattic/mongoose#6880
  7. 3.1.2 / 2018-08-01
  8. ==================
  9. * chore: move eslint to devDependencies #110 [jakesjews](https://github.com/jakesjews)
  10. 3.1.1 / 2018-07-30
  11. ==================
  12. * chore: add eslint #107 [Fonger](https://github.com/Fonger)
  13. * docs: clean up readConcern docs #106 [Fonger](https://github.com/Fonger)
  14. 3.1.0 / 2018-07-29
  15. ==================
  16. * feat: add `readConcern()` helper #105 [Fonger](https://github.com/Fonger)
  17. * feat: add `maxTimeMS()` as alias of `maxTime()` #105 [Fonger](https://github.com/Fonger)
  18. * feat: add `collation()` helper #105 [Fonger](https://github.com/Fonger)
  19. 3.0.1 / 2018-07-02
  20. ==================
  21. * fix: parse sort array options correctly #103 #102 [Fonger](https://github.com/Fonger)
  22. 3.0.0 / 2018-01-20
  23. ==================
  24. * chore: upgrade deps and add nsp
  25. 3.0.0-rc0 / 2017-12-06
  26. ======================
  27. * BREAKING CHANGE: remove support for node < 4
  28. * BREAKING CHANGE: remove support for retainKeyOrder, will always be true by default re: Automattic/mongoose#2749
  29. 2.3.3 / 2017-11-19
  30. ==================
  31. * fixed; catch sync errors in cursor.toArray() re: Automattic/mongoose#5812
  32. 2.3.2 / 2017-09-27
  33. ==================
  34. * fixed; bumped debug -> 2.6.9 re: #89
  35. 2.3.1 / 2017-05-22
  36. ==================
  37. * fixed; bumped debug -> 2.6.7 re: #86
  38. 2.3.0 / 2017-03-05
  39. ==================
  40. * added; replaceOne function
  41. * added; deleteOne and deleteMany functions
  42. 2.2.3 / 2017-01-31
  43. ==================
  44. * fixed; throw correct error when passing incorrectly formatted array to sort()
  45. 2.2.2 / 2017-01-31
  46. ==================
  47. * fixed; allow passing maps to sort()
  48. 2.2.1 / 2017-01-29
  49. ==================
  50. * fixed; allow passing string to hint()
  51. 2.2.0 / 2017-01-08
  52. ==================
  53. * added; updateOne and updateMany functions
  54. 2.1.0 / 2016-12-22
  55. ==================
  56. * added; ability to pass an array to select() #81 [dciccale](https://github.com/dciccale)
  57. 2.0.0 / 2016-09-25
  58. ==================
  59. * added; support for mongodb driver 2.0 streams
  60. 1.12.0 / 2016-09-25
  61. ===================
  62. * added; `retainKeyOrder` option re: Automattic/mongoose#4542
  63. 1.11.0 / 2016-06-04
  64. ===================
  65. * added; `.minDistance()` helper and minDistance for `.near()` Automattic/mongoose#4179
  66. 1.10.1 / 2016-04-26
  67. ===================
  68. * fixed; ensure conditions is an object before assigning #75
  69. 1.10.0 / 2016-03-16
  70. ==================
  71. * updated; bluebird to latest 2.10.2 version #74 [matskiv](https://github.com/matskiv)
  72. 1.9.0 / 2016-03-15
  73. ==================
  74. * added; `.eq` as a shortcut for `.equals` #72 [Fonger](https://github.com/Fonger)
  75. * added; ability to use array syntax for sort re: https://jira.mongodb.org/browse/NODE-578 #67
  76. 1.8.0 / 2016-03-01
  77. ==================
  78. * fixed; dont throw an error if count used with sort or select Automattic/mongoose#3914
  79. 1.7.0 / 2016-02-23
  80. ==================
  81. * fixed; don't treat objects with a length property as argument objects #70
  82. * added; `.findCursor()` method #69 [nswbmw](https://github.com/nswbmw)
  83. * added; `_compiledUpdate` property #68 [nswbmw](https://github.com/nswbmw)
  84. 1.6.2 / 2015-07-12
  85. ==================
  86. * fixed; support exec cb being called synchronously #66
  87. 1.6.1 / 2015-06-16
  88. ==================
  89. * fixed; do not treat $meta projection as inclusive [vkarpov15](https://github.com/vkarpov15)
  90. 1.6.0 / 2015-05-27
  91. ==================
  92. * update dependencies #65 [bachp](https://github.com/bachp)
  93. 1.5.0 / 2015-03-31
  94. ==================
  95. * fixed; debug output
  96. * fixed; allow hint usage with count #61 [trueinsider](https://github.com/trueinsider)
  97. 1.4.0 / 2015-03-29
  98. ==================
  99. * added; object support to slice() #60 [vkarpov15](https://github.com/vkarpov15)
  100. * debug; improved output #57 [flyvictor](https://github.com/flyvictor)
  101. 1.3.0 / 2014-11-06
  102. ==================
  103. * added; setTraceFunction() #53 from [jlai](https://github.com/jlai)
  104. 1.2.1 / 2014-09-26
  105. ==================
  106. * fixed; distinct assignment in toConstructor() #51 from [esco](https://github.com/esco)
  107. 1.2.0 / 2014-09-18
  108. ==================
  109. * added; stream() support for find()
  110. 1.1.0 / 2014-09-15
  111. ==================
  112. * add #then for co / koa support
  113. * start checking code coverage
  114. 1.0.0 / 2014-07-07
  115. ==================
  116. * Remove broken require() calls until they're actually implemented #48 [vkarpov15](https://github.com/vkarpov15)
  117. 0.9.0 / 2014-05-22
  118. ==================
  119. * added; thunk() support
  120. * release 0.8.0
  121. 0.8.0 / 2014-05-15
  122. ==================
  123. * added; support for maxTimeMS #44 [yoitsro](https://github.com/yoitsro)
  124. * updated; devDependency (driver to 1.4.4)
  125. 0.7.0 / 2014-05-02
  126. ==================
  127. * fixed; pass $maxDistance in $near object as described in docs #43 [vkarpov15](https://github.com/vkarpov15)
  128. * fixed; cloning buffers #42 [gjohnson](https://github.com/gjohnson)
  129. * tests; a little bit more `mongodb` agnostic #34 [refack](https://github.com/refack)
  130. 0.6.0 / 2014-04-01
  131. ==================
  132. * fixed; Allow $meta args in sort() so text search sorting works #37 [vkarpov15](https://github.com/vkarpov15)
  133. 0.5.3 / 2014-02-22
  134. ==================
  135. * fixed; cloning mongodb.Binary
  136. 0.5.2 / 2014-01-30
  137. ==================
  138. * fixed; cloning ObjectId constructors
  139. * fixed; cloning of ReadPreferences #30 [ashtuchkin](https://github.com/ashtuchkin)
  140. * tests; use specific mongodb version #29 [AvianFlu](https://github.com/AvianFlu)
  141. * tests; remove dependency on ObjectId #28 [refack](https://github.com/refack)
  142. * tests; add failing ReadPref test
  143. 0.5.1 / 2014-01-17
  144. ==================
  145. * added; deprecation notice to tags parameter #27 [ashtuchkin](https://github.com/ashtuchkin)
  146. * readme; add links
  147. 0.5.0 / 2014-01-16
  148. ==================
  149. * removed; mongodb driver dependency #26 [ashtuchkin](https://github.com/ashtuchkin)
  150. * removed; first class support of read preference tags #26 (still supported though) [ashtuchkin](https://github.com/ashtuchkin)
  151. * added; better ObjectId clone support
  152. * fixed; cloning objects that have no constructor #21
  153. * docs; cleaned up [ashtuchkin](https://github.com/ashtuchkin)
  154. 0.4.2 / 2014-01-08
  155. ==================
  156. * updated; debug module 0.7.4 [refack](https://github.com/refack)
  157. 0.4.1 / 2014-01-07
  158. ==================
  159. * fixed; inclusive/exclusive logic
  160. 0.4.0 / 2014-01-06
  161. ==================
  162. * added; selected()
  163. * added; selectedInclusively()
  164. * added; selectedExclusively()
  165. 0.3.3 / 2013-11-14
  166. ==================
  167. * Fix Mongo DB Dependency #20 [rschmukler](https://github.com/rschmukler)
  168. 0.3.2 / 2013-09-06
  169. ==================
  170. * added; geometry support for near()
  171. 0.3.1 / 2013-08-22
  172. ==================
  173. * fixed; update retains key order #19
  174. 0.3.0 / 2013-08-22
  175. ==================
  176. * less hardcoded isNode env detection #18 [vshulyak](https://github.com/vshulyak)
  177. * added; validation of findAndModify varients
  178. * clone update doc before execution
  179. * stricter env checks
  180. 0.2.7 / 2013-08-2
  181. ==================
  182. * Now support GeoJSON point values for Query#near
  183. 0.2.6 / 2013-07-30
  184. ==================
  185. * internally, 'asc' and 'desc' for sorts are now converted into 1 and -1, respectively
  186. 0.2.5 / 2013-07-30
  187. ==================
  188. * updated docs
  189. * changed internal representation of `sort` to use objects instead of arrays
  190. 0.2.4 / 2013-07-25
  191. ==================
  192. * updated; sliced to 0.0.5
  193. 0.2.3 / 2013-07-09
  194. ==================
  195. * now using a callback in collection.find instead of directly calling toArray() on the cursor [ebensing](https://github.com/ebensing)
  196. 0.2.2 / 2013-07-09
  197. ==================
  198. * now exposing mongodb export to allow for better testing [ebensing](https://github.com/ebensing)
  199. 0.2.1 / 2013-07-08
  200. ==================
  201. * select no longer accepts arrays as parameters [ebensing](https://github.com/ebensing)
  202. 0.2.0 / 2013-07-05
  203. ==================
  204. * use $geoWithin by default
  205. 0.1.2 / 2013-07-02
  206. ==================
  207. * added use$geoWithin flag [ebensing](https://github.com/ebensing)
  208. * fix read preferences typo [ebensing](https://github.com/ebensing)
  209. * fix reference to old param name in exists() [ebensing](https://github.com/ebensing)
  210. 0.1.1 / 2013-06-24
  211. ==================
  212. * fixed; $intersects -> $geoIntersects #14 [ebensing](https://github.com/ebensing)
  213. * fixed; Retain key order when copying objects #15 [ebensing](https://github.com/ebensing)
  214. * bump mongodb dev dep
  215. 0.1.0 / 2013-05-06
  216. ==================
  217. * findAndModify; return the query
  218. * move mquery.proto.canMerge to mquery.canMerge
  219. * overwrite option now works with non-empty objects
  220. * use strict mode
  221. * validate count options
  222. * validate distinct options
  223. * add aggregate to base collection methods
  224. * clone merge arguments
  225. * clone merged update arguments
  226. * move subclass to mquery.prototype.toConstructor
  227. * fixed; maxScan casing
  228. * use regexp-clone
  229. * added; geometry/intersects support
  230. * support $and
  231. * near: do not use "radius"
  232. * callbacks always fire on next turn of loop
  233. * defined collection interface
  234. * remove time from tests
  235. * clarify goals
  236. * updated docs;
  237. 0.0.1 / 2012-12-15
  238. ==================
  239. * initial release