We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02921a1 commit 0172928Copy full SHA for 0172928
changelog.md
@@ -1,5 +1,26 @@
1
# Changelog
2
3
+## 2.0.4
4
+
5
+Bug fixes:
6
7
+* `beforeBulkUpdate` hook run `beforeUpdate` hook on each item in series
8
+* Only add `transaction` + `logging` options if defined
9
10
+Tests:
11
12
+* Add tests for defining models with `.init`
13
+* Add tests for `onDelete: 'CASCADE'` option
14
15
+Refactor:
16
17
+* Use coroutines
18
19
+Docs:
20
21
+* `onDelete: 'CASCADE'` option
22
+* Creating database tables
23
24
## 2.0.3
25
26
Bug fixes:
package.json
@@ -1,6 +1,6 @@
{
"name": "sequelize-hierarchy",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "Nested hierarchies for Sequelize",
"main": "index.js",
"author": {
0 commit comments