Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 25, 2019
1 parent 23daafe commit 2031f54
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2.0.2

Bug fixes:

* `beforeUpdate` hook get old `parentId` + `hierarchyLevel` if not known

Performance:

* Optimize `beforeUpdate` hook
* `afterFind` hook building hierarchy faster

Refactor:

* Major refactor for code style

Docs:

* Add Greenkeeper badge

## 2.0.1

Docs:
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.1",
"version": "2.0.2",
"description": "Nested hierarchies for Sequelize",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 2031f54

Please sign in to comment.