Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 6c9d291

Browse files
committedMay 5, 2018
2.1.0
1 parent c1378ee commit 6c9d291

File tree

2 files changed

+80
-7
lines changed

2 files changed

+80
-7
lines changed
 

‎CHANGELOG.md

+79-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
<a name="2.1.0"></a>
2+
# [2.1.0](https://github.com/jspizziri/sequelize-connect/compare/v2.0.0...v2.1.0) (2018-05-05)
3+
4+
5+
16
<a name="2.0.0"></a>
27
# [2.0.0](https://github.com/jspizziri/sequelize-connect/compare/v1.3.0...v2.0.0) (2016-05-21)
38

4-
* Refactored lib as es2015
5-
* Applied dependency injection pattern
6-
* Removed logger dependency
7-
* Disabled logging by default
8-
* Redesigned interface
9-
* Updated documentation
9+
10+
### Features
11+
12+
* **lib:** Rethrow error after logging it ([02ee4b2](https://github.com/jspizziri/sequelize-connect/commit/02ee4b2)), closes [#8](https://github.com/jspizziri/sequelize-connect/issues/8)
13+
14+
1015

1116
<a name="1.2.2"></a>
1217
## [1.2.2](https://github.com/jspizziri/sequelize-connect/compare/v1.2.1...v1.2.2) (2016-04-01)
@@ -15,3 +20,71 @@
1520
### Features
1621

1722
* **lib:** Make discover property accept string or array ([f5855a3](https://github.com/jspizziri/sequelize-connect/commit/f5855a3))
23+
24+
25+
26+
<a name="1.2.1"></a>
27+
## [1.2.1](https://github.com/jspizziri/sequelize-connect/compare/v1.2.0...v1.2.1) (2016-03-19)
28+
29+
30+
### Bug Fixes
31+
32+
* **connect:** Expose models ([cc94da9](https://github.com/jspizziri/sequelize-connect/commit/cc94da9))
33+
34+
35+
36+
<a name="1.2.0"></a>
37+
# [1.2.0](https://github.com/jspizziri/sequelize-connect/compare/v1.1.0...v1.2.0) (2015-10-25)
38+
39+
40+
41+
<a name="1.1.0"></a>
42+
# [1.1.0](https://github.com/jspizziri/sequelize-connect/compare/v1.0.0...v1.1.0) (2015-10-25)
43+
44+
45+
46+
<a name="1.0.0"></a>
47+
# [1.0.0](https://github.com/jspizziri/sequelize-connect/compare/v0.2.5...v1.0.0) (2015-10-24)
48+
49+
50+
51+
<a name="0.2.5"></a>
52+
## [0.2.5](https://github.com/jspizziri/sequelize-connect/compare/v0.2.4...v0.2.5) (2015-10-17)
53+
54+
55+
56+
<a name="0.2.4"></a>
57+
## [0.2.4](https://github.com/jspizziri/sequelize-connect/compare/v0.2.3...v0.2.4) (2015-03-18)
58+
59+
60+
61+
<a name="0.2.2"></a>
62+
## [0.2.2](https://github.com/jspizziri/sequelize-connect/compare/v0.2.1...v0.2.2) (2015-03-02)
63+
64+
65+
66+
<a name="0.2.1"></a>
67+
## [0.2.1](https://github.com/jspizziri/sequelize-connect/compare/v0.2.0...v0.2.1) (2015-02-06)
68+
69+
70+
71+
<a name="0.1.4"></a>
72+
## [0.1.4](https://github.com/jspizziri/sequelize-connect/compare/v0.1.3...v0.1.4) (2015-01-21)
73+
74+
75+
76+
<a name="0.1.3"></a>
77+
## [0.1.3](https://github.com/jspizziri/sequelize-connect/compare/v0.1.2...v0.1.3) (2015-01-21)
78+
79+
80+
81+
<a name="0.1.2"></a>
82+
## [0.1.2](https://github.com/jspizziri/sequelize-connect/compare/v0.1.1...v0.1.2) (2015-01-20)
83+
84+
85+
86+
<a name="0.1.0"></a>
87+
# 0.1.0 (2015-01-20)
88+
89+
90+

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequelize-connect",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "Jacob Spizziri <jacob.spizziri@gmail.com> (https://github.com/jspizziri)",
55
"license": "BSD-2-Clause",
66
"description": "A simple connection wrapper for the sequelize ORM, making it easier to configure and build models & connections.",

0 commit comments

Comments
 (0)
This repository has been archived.