Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 26, 2019
1 parent 02921a1 commit 0172928
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 2.0.4

Bug fixes:

* `beforeBulkUpdate` hook run `beforeUpdate` hook on each item in series
* Only add `transaction` + `logging` options if defined

Tests:

* Add tests for defining models with `.init`
* Add tests for `onDelete: 'CASCADE'` option

Refactor:

* Use coroutines

Docs:

* `onDelete: 'CASCADE'` option
* Creating database tables

## 2.0.3

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequelize-hierarchy",
"version": "2.0.3",
"version": "2.0.4",
"description": "Nested hierarchies for Sequelize",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 0172928

Please sign in to comment.