This repository was archived by the owner on Feb 25, 2022. It is now read-only.
File tree 2 files changed +80
-7
lines changed
2 files changed +80
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
6
<a name =" 2.0.0 " ></a >
2
7
# [ 2.0.0] ( https://github.com/jspizziri/sequelize-connect/compare/v1.3.0...v2.0.0 ) (2016-05-21)
3
8
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
+
10
15
11
16
<a name =" 1.2.2 " ></a >
12
17
## [ 1.2.2] ( https://github.com/jspizziri/sequelize-connect/compare/v1.2.1...v1.2.2 ) (2016-04-01)
15
20
### Features
16
21
17
22
* ** 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
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sequelize-connect" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"author" : " Jacob Spizziri <jacob.spizziri@gmail.com> (https://github.com/jspizziri)" ,
5
5
"license" : " BSD-2-Clause" ,
6
6
"description" : " A simple connection wrapper for the sequelize ORM, making it easier to configure and build models & connections." ,
You can’t perform that action at this time.
0 commit comments