Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.44 KB

History.md

File metadata and controls

47 lines (36 loc) · 1.44 KB

2.3.0 / 2020-01-20

  • fix: upgrade mongodb -> 3.5.x

2.2.0 / 2019-06-15

  • chore: upgrade mongodb -> 3.2.x

2.1.1 / 2019-02-06

  • fix: add back mistakenly removed databaseName parameter #66 #64 ramicohen303

2.1.0 / 2019-02-05

2.0.8 / 2019-02-03

  • fix: use archetype to cast options

2.0.7 / 2019-01-23

  • docs: replace assert with console.log() to make example copy/pastable #63 Roeefl

2.0.6 / 2018-12-04

  • fix: use deleteOne() and deleteMany() instead of deprecated remove() #60 #59 ramicohen303

2.0.5 / 2018-11-17

  • fix: use updateOne() instead of deprecated update() #58 #57 johannordin

2.0.4 / 2018-11-12

  • fix: upgrade mongodb driver -> 3.1.8 and set useNewUrlParser by default #55 ddtraceweb

2.0.3 / 2018-06-06

  • fix: expose store.client property so you can disconnect properly #52

2.0.2 / 2018-03-27

  • fix: use client.db() syntax to support getting db name from URI with replica set #50

2.0.1 / 2018-03-13

  • fix: pull databaseName from URI by default for backwards compat #51 #50