Skip to content

Commit 1ff0509

Browse files
committed
add changelog
1 parent ce8a342 commit 1ff0509

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

CHANGELOG.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<a name="1.4.0"></a>
2+
# [1.4.0](https://github.com/db-migrate/mongodb/compare/v1.3.0...v1.4.0) (2018-01-08)
3+
4+
5+
### Features
6+
7+
* **getDbInstance:** Added check before driver is closed when getDbInstance method is called ([87c8170](https://github.com/db-migrate/mongodb/commit/87c8170))
8+
* **getDbInstance:** Added getDbInstance method ([cfe208c](https://github.com/db-migrate/mongodb/commit/cfe208c))
9+
* **getDbInstance:** Fixed typo ([e31465d](https://github.com/db-migrate/mongodb/commit/e31465d))
10+
* **getDbInstance:** moved from string based check to promise call ([0a86931](https://github.com/db-migrate/mongodb/commit/0a86931))
11+
12+
13+
14+
<a name="1.3.0"></a>
15+
# [1.3.0](https://github.com/db-migrate/mongodb/compare/v1.2.3...v1.3.0) (2017-10-25)
16+
17+
18+
19+
<a name="1.2.3"></a>
20+
## [1.2.3](https://github.com/db-migrate/mongodb/compare/v1.2.2...v1.2.3) (2017-08-14)
21+
22+
23+
### Bug Fixes
24+
25+
* **switchdb:** switching db caused issue due to non async function ([b426ce3](https://github.com/db-migrate/mongodb/commit/b426ce3))
26+
27+
28+
29+
<a name="1.2.2"></a>
30+
## [1.2.2](https://github.com/db-migrate/mongodb/compare/v1.2.1...v1.2.2) (2017-06-25)
31+
32+
33+
34+
<a name="1.2.1"></a>
35+
## [1.2.1](https://github.com/db-migrate/mongodb/compare/v1.2.0...v1.2.1) (2017-01-13)
36+
37+
38+
39+
<a name="1.2.0"></a>
40+
# [1.2.0](https://github.com/db-migrate/mongodb/compare/v1.1.4...v1.2.0) (2017-01-12)
41+
42+
43+
### Features
44+
45+
* **tests:** move tests into the repo of the driver ([5cbabce](https://github.com/db-migrate/mongodb/commit/5cbabce))
46+
47+
48+
49+
<a name="1.1.4"></a>
50+
## [1.1.4](https://github.com/db-migrate/mongodb/compare/v1.1.3...v1.1.4) (2016-02-05)
51+
52+
53+
54+
<a name="1.1.3"></a>
55+
## [1.1.3](https://github.com/db-migrate/mongodb/compare/v1.1.2...v1.1.3) (2016-02-03)
56+
57+
58+
### Bug Fixes
59+
60+
* **upstream:** bump upstream package to fix dropTable bug ([9841177](https://github.com/db-migrate/mongodb/commit/9841177))
61+
62+
63+
64+
<a name="1.1.2"></a>
65+
## [1.1.2](https://github.com/db-migrate/mongodb/compare/v1.1.1...v1.1.2) (2016-01-27)
66+
67+
68+
### Bug Fixes
69+
70+
* **api:** drop table overwrite options on promises ([ed7774a](https://github.com/db-migrate/mongodb/commit/ed7774a))
71+
72+
73+
74+
<a name="1.1.1"></a>
75+
## [1.1.1](https://github.com/db-migrate/mongodb/compare/v1.1.0...v1.1.1) (2016-01-12)
76+
77+
78+
79+
<a name="1.1.0"></a>
80+
# [1.1.0](https://github.com/db-migrate/mongodb/compare/v1.0.2...v1.1.0) (2016-01-07)
81+
82+
83+
### Features
84+
85+
* **configruation:** Add possiblity to specify a host array ([bc6fea2](https://github.com/db-migrate/mongodb/commit/bc6fea2))
86+
87+
88+
89+
<a name="1.0.2"></a>
90+
## [1.0.2](https://github.com/db-migrate/mongodb/compare/v1.0.1...v1.0.2) (2015-12-27)
91+
92+
93+
94+
<a name="1.0.1"></a>
95+
## 1.0.1 (2015-09-08)
96+
97+
98+

0 commit comments

Comments
 (0)