UNPKG

32.7 kBMarkdownView Raw
1# Changelog
2
3## [v6.2.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v6.2.0) (2020-09-27)
4
5[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v6.1.0...v6.2.0)
6
7**Closed issues:**
8
9- $geoNear, $near, and $nearSphere are not allowed in this context [\#185](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/185)
10- Support for bulkWrite [\#183](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/183)
11- An in-range update of @types/mongodb is breaking the build 🚨 [\#177](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/177)
12- An in-range update of dtslint is breaking the build 🚨 [\#173](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/173)
13- An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 [\#172](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/172)
14
15**Merged pull requests:**
16
17- Properly return items on patch methods [\#188](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/188) ([DaddyWarbucks](https://github.com/DaddyWarbucks))
18- feat: Added useEstimatedDocumentCount option [\#186](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/186) ([claustres](https://github.com/claustres))
19- Update all dependencies [\#180](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/180) ([daffl](https://github.com/daffl))
20- chore\(package\): update @types/mongodb to version 3.5.3 [\#179](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/179) ([daffl](https://github.com/daffl))
21- Update dtslint to the latest version 🚀 [\#176](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/176) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
22- chore\(package\): update mongodb to version 3.5.3 [\#175](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/175) ([daffl](https://github.com/daffl))
23- Update all dependencies and Types version [\#174](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/174) ([daffl](https://github.com/daffl))
24
25## [v6.1.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v6.1.0) (2019-11-21)
26
27[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v6.0.0...v6.1.0)
28
29**Closed issues:**
30
31- RegExp in $in inside query does not get passed to server properly. [\#170](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/170)
32- An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 [\#163](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/163)
33
34**Merged pull requests:**
35
36- Add disableObjectify option to use normal strings as id [\#171](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/171) ([ydeshayes](https://github.com/ydeshayes))
37- Update dtslint to the latest version 🚀 [\#168](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/168) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
38- Update dtslint to version 1.0.2 [\#166](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/166) ([daffl](https://github.com/daffl))
39- Greenkeeper/@feathersjs/adapter commons 4.3.8 [\#164](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/164) ([daffl](https://github.com/daffl))
40
41## [v6.0.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v6.0.0) (2019-10-07)
42
43[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v5.0.1...v6.0.0)
44
45**Fixed bugs:**
46
47- find with string \_id randomly stops working [\#151](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/151)
48
49**Merged pull requests:**
50
51- Update all dependencies [\#162](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/162) ([daffl](https://github.com/daffl))
52- Remove automated ObjectID conversion [\#161](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/161) ([daffl](https://github.com/daffl))
53
54## [v5.0.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v5.0.1) (2019-09-29)
55
56[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v5.0.0...v5.0.1)
57
58**Closed issues:**
59
60- how to wait for all models to be ready? [\#158](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/158)
61- An in-range update of run-rs is breaking the build 🚨 [\#155](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/155)
62- An in-range update of @types/mongodb is breaking the build 🚨 [\#147](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/147)
63- Update data using custom identifier [\#146](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/146)
64
65**Merged pull requests:**
66
67- Pass entity type to AdapterService\<T\> and update dependencies [\#160](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/160) ([daffl](https://github.com/daffl))
68- Update run-rs to the latest version 🚀 [\#159](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/159) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
69- Greenkeeper/run rs 0.5.5 [\#157](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/157) ([daffl](https://github.com/daffl))
70- Greenkeeper/mongodb 3.3.1 [\#153](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/153) ([daffl](https://github.com/daffl))
71- Update semistandard to the latest version 🚀 [\#149](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/149) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
72- Greenkeeper/mongodb 3.3.0 [\#148](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/148) ([daffl](https://github.com/daffl))
73- Update dtslint to the latest version 🚀 [\#145](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/145) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
74
75## [v5.0.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v5.0.0) (2019-07-06)
76
77[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v4.0.4...v5.0.0)
78
79**Closed issues:**
80
81- An in-range update of mongodb is breaking the build 🚨 [\#142](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/142)
82- BadRequest: Invalid query parameter $geoWithin [\#141](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/141)
83- An in-range update of mocha is breaking the build 🚨 [\#139](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/139)
84
85**Merged pull requests:**
86
87- Update all dependencies and compatible Node version [\#143](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/143) ([daffl](https://github.com/daffl))
88- Update run-rs to the latest version 🚀 [\#140](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/140) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
89- Update mocha to the latest version 🚀 [\#138](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/138) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
90
91## [v4.0.4](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v4.0.4) (2019-01-12)
92
93[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v4.0.3...v4.0.4)
94
95## [v4.0.3](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v4.0.3) (2019-01-12)
96
97[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v4.0.2...v4.0.3)
98
99**Merged pull requests:**
100
101- Make sure ids in queries are respected [\#137](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/137) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
102
103## [v4.0.2](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v4.0.2) (2019-01-03)
104
105[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v4.0.1...v4.0.2)
106
107**Closed issues:**
108
109- An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 [\#135](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/135)
110- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#134](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/134)
111
112**Merged pull requests:**
113
114- Add a Model setter [\#136](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/136) ([daffl](https://github.com/daffl))
115
116## [v4.0.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v4.0.1) (2018-12-29)
117
118[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v4.0.0...v4.0.1)
119
120**Closed issues:**
121
122- An in-range update of @feathersjs/adapter-commons is breaking the build 🚨 [\#132](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/132)
123
124**Merged pull requests:**
125
126- Add default params to hook-less service methods [\#133](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/133) ([daffl](https://github.com/daffl))
127
128## [v4.0.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v4.0.0) (2018-12-17)
129
130[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v3.4.0...v4.0.0)
131
132**Implemented enhancements:**
133
134- \[Feature request\] increase performances using bulk write [\#123](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/123)
135
136**Fixed bugs:**
137
138- Update method shows deprecation warning [\#122](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/122)
139
140**Closed issues:**
141
142- Still seeing the deprecation messages even after updating to 3.4.0 [\#128](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/128)
143
144**Merged pull requests:**
145
146- Add TypeScript definitions and upgrade tests to Feathers 4 [\#144](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/144) ([daffl](https://github.com/daffl))
147- Upgrade to @feathersjs/adapter-commons and latest common service features [\#131](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/131) ([daffl](https://github.com/daffl))
148- Use run-rs to install local MongoDB [\#130](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/130) ([daffl](https://github.com/daffl))
149- Add hint support [\#129](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/129) ([EliSadaka](https://github.com/EliSadaka))
150
151## [v3.4.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v3.4.0) (2018-11-15)
152
153[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v3.3.0...v3.4.0)
154
155**Implemented enhancements:**
156
157- \[enhancement\] use `findOneAndUpdate`, `findOneAndDelete` to speed up `patch`, `update` and `remove` [\#104](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/104)
158
159**Merged pull requests:**
160
161- Fix Deprecation warning issue \#122 with create, update, patch [\#126](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/126) ([Gerigot](https://github.com/Gerigot))
162- Update semistandard to the latest version 🚀 [\#125](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/125) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
163
164## [v3.3.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v3.3.0) (2018-08-05)
165
166[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v3.2.0...v3.3.0)
167
168**Merged pull requests:**
169
170- Update all dependencies [\#121](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/121) ([daffl](https://github.com/daffl))
171- using countDocuments\(\) instead of count\(\) [\#119](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/119) ([v1p](https://github.com/v1p))
172- Update mocha to the latest version 🚀 [\#109](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/109) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
173
174## [v3.2.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v3.2.0) (2018-06-03)
175
176[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v3.1.0...v3.2.0)
177
178**Closed issues:**
179
180- export data to csv file [\#117](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/117)
181- $addToSet not working [\#116](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/116)
182
183**Merged pull requests:**
184
185- Update uberproto to the latest version 🚀 [\#118](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/118) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
186
187## [v3.1.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v3.1.0) (2018-05-01)
188
189[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v3.0.1...v3.1.0)
190
191**Closed issues:**
192
193- Perfom an aggregation pipline [\#114](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/114)
194- field constraint [\#113](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/113)
195
196**Merged pull requests:**
197
198- Allow $modifiers to be used in patch [\#115](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/115) ([VincentExpoTech](https://github.com/VincentExpoTech))
199
200## [v3.0.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v3.0.1) (2018-02-04)
201
202[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v3.0.0...v3.0.1)
203
204**Closed issues:**
205
206- $select query field doesn't work in find\(\) method [\#110](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/110)
207- How save date type string as ISODate type field? [\#108](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/108)
208- Query $in doesn't works with \_id [\#106](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/106)
209- Gettting Page not found, Initial connect to db do not work? [\#105](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/105)
210- npm install download incompatible MongoClient version [\#102](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/102)
211
212**Merged pull requests:**
213
214- Update $select query [\#111](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/111) ([jansel369](https://github.com/jansel369))
215- Update semistandard to the latest version 🚀 [\#107](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/107) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
216- Upgrade to mongo driver 3.0.0-rc0 [\#103](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/103) ([davidnussio](https://github.com/davidnussio))
217
218## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v3.0.0) (2017-12-03)
219
220[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.9.1...v3.0.0)
221
222**Merged pull requests:**
223
224- Update to Feathers Buzzard \(v3\) [\#100](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/100) ([daffl](https://github.com/daffl))
225- Update to new plugin infrastructure [\#99](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/99) ([daffl](https://github.com/daffl))
226
227## [v2.9.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.9.1) (2017-10-19)
228
229[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.9.0...v2.9.1)
230
231**Closed issues:**
232
233- An in-range update of feathers-errors is breaking the build 🚨 [\#95](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/95)
234- An in-range update of feathers is breaking the build 🚨 [\#94](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/94)
235- Can't set properties on custom adapter extended from feathers-mongodb [\#93](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/93)
236- \_objectifyId / ObjectID.isValid converts legit string IDs to Mongo ObjectId [\#92](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/92)
237- the latest npm package is not updated? [\#89](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/89)
238
239**Merged pull requests:**
240
241- Coerce stringified ObjectIDs in find if present [\#98](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/98) ([adamvr](https://github.com/adamvr))
242- Update mocha to the latest version 🚀 [\#97](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/97) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
243- Remove MongoDB service to force apt addon [\#96](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/96) ([daffl](https://github.com/daffl))
244- Update chai to the latest version 🚀 [\#91](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/91) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
245- Update feathers-socketio to the latest version 🚀 [\#90](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/90) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
246
247## [v2.9.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.9.0) (2017-05-09)
248
249[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.8.0...v2.9.0)
250
251**Closed issues:**
252
253- An in-range update of mongodb is breaking the build 🚨 [\#85](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/85)
254
255**Merged pull requests:**
256
257- Update feathers-service-tests to the latest version 🚀 [\#88](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/88) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
258- Update semistandard to the latest version 🚀 [\#86](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/86) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
259- Update feathers-hooks to the latest version 🚀 [\#84](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/84) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
260- Update dependencies to enable Greenkeeper 🌴 [\#83](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/83) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
261
262## [v2.8.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.8.0) (2017-01-19)
263
264[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.7.0...v2.8.0)
265
266**Merged pull requests:**
267
268- Allow setting the model later [\#82](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/82) ([daffl](https://github.com/daffl))
269
270## [v2.7.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.7.0) (2017-01-07)
271
272[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.6.0...v2.7.0)
273
274**Merged pull requests:**
275
276- mongodb@2.2.19 breaks build 🚨 [\#81](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/81) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
277- Add support for MongoDB collation. [\#79](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/79) ([JoshuaToenyes](https://github.com/JoshuaToenyes))
278
279## [v2.6.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.6.0) (2016-11-12)
280
281[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.5.1...v2.6.0)
282
283**Closed issues:**
284
285- How to unset a property of document [\#72](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/72)
286
287**Merged pull requests:**
288
289- Update feathers-service-tests to version 0.9.0 🚀 [\#78](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/78) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
290- babel-core@6.18.1 breaks build 🚨 [\#76](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/76) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
291- babel-preset-es2015@6.18.0 breaks build 🚨 [\#75](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/75) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
292- jshint —\> semistandard [\#71](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/71) ([marshallswain](https://github.com/marshallswain))
293- adding code coverage reporting [\#69](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/69) ([ekryski](https://github.com/ekryski))
294
295## [v2.5.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.5.1) (2016-09-21)
296
297[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.5.0...v2.5.1)
298
299**Closed issues:**
300
301- Unique index on idField? [\#46](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/46)
302
303**Merged pull requests:**
304
305- Properly assign generated id when creating multiple [\#64](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/64) ([daffl](https://github.com/daffl))
306- Properly patch multiple [\#63](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/63) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
307
308## [v2.5.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.5.0) (2016-09-08)
309
310[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.4.2...v2.5.0)
311
312**Closed issues:**
313
314- TypeError: errors.handler is not a function [\#57](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/57)
315
316**Merged pull requests:**
317
318- Update service tests, id and events option [\#62](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/62) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
319- Update example in README.md [\#60](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/60) ([kulakowka](https://github.com/kulakowka))
320- Update mocha to version 3.0.0 🚀 [\#54](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/54) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
321
322## [v2.4.2](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.4.2) (2016-07-21)
323
324[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.4.1...v2.4.2)
325
326**Merged pull requests:**
327
328- Update feathers-query-filters to version 2.0.0 🚀 [\#53](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/53) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
329
330## [v2.4.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.4.1) (2016-07-09)
331
332[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.4.0...v2.4.1)
333
334**Merged pull requests:**
335
336- feathers-service-tests@0.6.2 breaks build 🚨 [\#51](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/51) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
337
338## [v2.4.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.4.0) (2016-07-08)
339
340[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.3.0...v2.4.0)
341
342**Fixed bugs:**
343
344- We shouldn't remove properties from original objects [\#49](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/49)
345
346**Merged pull requests:**
347
348- feathers-service-tests@0.6.1 breaks build 🚨 [\#50](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/50) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
349
350## [v2.3.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.3.0) (2016-06-17)
351
352[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.2.0...v2.3.0)
353
354**Closed issues:**
355
356- Support $search [\#33](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/33)
357
358**Merged pull requests:**
359
360- Update feathers-service-tests to version 0.6.0 🚀 [\#47](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/47) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
361- Update test app to use ES6 imports. [\#45](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/45) ([joshuajabbour](https://github.com/joshuajabbour))
362- mocha@2.5.0 breaks build 🚨 [\#44](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/44) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
363- Remove unnecessary param from \_multiOptions [\#43](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/43) ([joshuajabbour](https://github.com/joshuajabbour))
364
365## [v2.2.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.2.0) (2016-05-07)
366
367[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.1.3...v2.2.0)
368
369**Closed issues:**
370
371- objectifyId only converting for \_id field [\#40](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/40)
372- make yo service use this package instead of mongoose [\#30](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/30)
373
374**Merged pull requests:**
375
376- Move utility functions to service instance [\#42](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/42) ([joshuajabbour](https://github.com/joshuajabbour))
377- Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#41](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/41) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
378- babel-polyfill@6.7.4 breaks build 🚨 [\#39](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/39) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
379- Move ID handling logic into separate method. [\#36](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/36) ([joshuajabbour](https://github.com/joshuajabbour))
380- nsp@2.3.2 breaks build 🚨 [\#35](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/35) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
381
382## [v2.1.3](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.1.3) (2016-02-24)
383
384[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.1.2...v2.1.3)
385
386**Merged pull requests:**
387
388- bumping feathers-errors version [\#29](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/29) ([ekryski](https://github.com/ekryski))
389
390## [v2.1.2](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.1.2) (2016-02-23)
391
392[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.1.1...v2.1.2)
393
394**Merged pull requests:**
395
396- enforcing that you shouldn't be able to change ids [\#28](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/28) ([ekryski](https://github.com/ekryski))
397
398## [v2.1.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.1.1) (2016-02-23)
399
400[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v2.1.0...v2.1.1)
401
402**Closed issues:**
403
404- Update/patch \(PUT/PATCH\) strips "id" from saved object [\#25](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/25)
405- Isn't update, patch, and remove supposed to support query like behavior? [\#21](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/21)
406- Upgrade to mongo-native 2.1 [\#20](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/20)
407- Update to ES6 and the Feathers 2.0 [\#16](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/16)
408
409**Merged pull requests:**
410
411- building on @joshuajabbour's pr. Adding support for patch. Closes \#25 [\#27](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/27) ([ekryski](https://github.com/ekryski))
412- Always set "id" field during PUT updates [\#26](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/26) ([joshuajabbour](https://github.com/joshuajabbour))
413
414## [v2.1.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v2.1.0) (2016-02-22)
415
416[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v1.1.1...v2.1.0)
417
418**Closed issues:**
419
420- how to insert? [\#23](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/23)
421- Replacing "\_id" isn't possible, despite docs [\#22](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/22)
422
423**Merged pull requests:**
424
425- ES6 [\#24](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/24) ([ekryski](https://github.com/ekryski))
426- Adding nsp check [\#19](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/19) ([marshallswain](https://github.com/marshallswain))
427
428## [v1.1.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v1.1.1) (2016-01-21)
429
430[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v1.1.0...v1.1.1)
431
432**Closed issues:**
433
434- Migrate to feathers-errors \>= 1.1.x [\#17](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/17)
435
436**Merged pull requests:**
437
438- Migrate to latest feathers-errors [\#18](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/18) ([daffl](https://github.com/daffl))
439
440## [v1.1.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v1.1.0) (2015-11-08)
441
442[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v1.0.2...v1.1.0)
443
444**Closed issues:**
445
446- need help extending mongodb [\#14](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/14)
447
448**Merged pull requests:**
449
450- Migrating to shared service tests [\#15](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/15) ([daffl](https://github.com/daffl))
451
452## [v1.0.2](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v1.0.2) (2015-10-25)
453
454[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v1.0.1...v1.0.2)
455
456**Closed issues:**
457
458- Passing config parameter to mongoService not working [\#12](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/12)
459
460## [v1.0.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v1.0.1) (2015-10-12)
461
462[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v1.0.0...v1.0.1)
463
464**Merged pull requests:**
465
466- Fix mongoService construction, now accept the options parameter [\#13](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/13) ([PaGury](https://github.com/PaGury))
467
468## [v1.0.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v1.0.0) (2015-07-28)
469
470[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v0.3.3...v1.0.0)
471
472**Closed issues:**
473
474- No Open Connections [\#8](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/8)
475
476**Merged pull requests:**
477
478- Plugin consistency [\#11](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/11) ([ekryski](https://github.com/ekryski))
479
480## [v0.3.3](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v0.3.3) (2015-05-12)
481
482[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v0.3.2...v0.3.3)
483
484## [v0.3.2](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v0.3.2) (2015-04-29)
485
486[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/v0.3.1...v0.3.2)
487
488## [v0.3.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/v0.3.1) (2015-04-29)
489
490[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/0.3.1...v0.3.1)
491
492## [0.3.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/0.3.1) (2015-04-06)
493
494[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/0.3.0...0.3.1)
495
496**Merged pull requests:**
497
498- Allow services to share a common db connection. [\#9](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/9) ([marshallswain](https://github.com/marshallswain))
499
500## [0.3.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/0.3.0) (2014-06-23)
501
502[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/0.2.1...0.3.0)
503
504**Closed issues:**
505
506- Add better documentation [\#6](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/6)
507- Should support `patch` service method [\#5](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/5)
508- Need to return proper errors [\#3](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/3)
509- MongoDB query needs to be flattened [\#2](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/2)
510- MongoDB .update should merge data [\#1](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/1)
511
512**Merged pull requests:**
513
514- MongoDB service update [\#7](https://github.com/feathersjs-ecosystem/feathers-mongodb/pull/7) ([daffl](https://github.com/daffl))
515
516## [0.2.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/0.2.1) (2014-06-13)
517
518[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/0.2.0...0.2.1)
519
520**Closed issues:**
521
522- Use Yeoman generator to initialize this repository [\#4](https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/4)
523
524## [0.2.0](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/0.2.0) (2014-06-05)
525
526[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/0.1.1...0.2.0)
527
528## [0.1.1](https://github.com/feathersjs-ecosystem/feathers-mongodb/tree/0.1.1) (2014-04-11)
529
530[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-mongodb/compare/5208b94fa94e39864a27503a31a0084b37e01070...0.1.1)
531
532
533
534\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*