Skip to content

Commit 0172928

Browse files
committed
v2.0.4
1 parent 02921a1 commit 0172928

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

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+
324
## 2.0.3
425

526
Bug fixes:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequelize-hierarchy",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Nested hierarchies for Sequelize",
55
"main": "index.js",
66
"author": {

0 commit comments

Comments
 (0)