Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 25, 2019
1 parent 516ca48 commit 6773038
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 18 deletions.
51 changes: 34 additions & 17 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Changelog

## Next
## 2.0.0

Breaking changes:

* Drop support for Node v4 + v6

Features:

* Support Sequelize v5

Docs:

* README update

Dev:

* Support Sequelize v5 [feat]
* Drop support for Node v4 + v6 [major]
* Travis run tests on Node v10
* Move entry point to `index.js` [refactor]
* Replace JSHint with ESLint
* Rename `travis` npm script to `ci`
* Rename `jshint` npm script to `lint`
* Reorder dev dependencies
* Dev: Replace JSHint with ESLint
* Fix linting errors
* Tests: Fix linting errors
* Tests: Use async/await [refactor]
* Simplify error class definition [refactor]
* Format code comments [refactor]
* Reduce indentation of `.then` blocks [refactor]
* Replace `.forEach` with `for of` [refactor]
* Remove unnecessary lodash calls [refactor]
* Add line spacing [refactor]
* Update `lodash` dependency
* Update dev dependencies
* Update Sequelize dev dependency to latest 4.x.x
Expand All @@ -27,12 +29,27 @@
* Git ignore `package-lock.json`
* Git + npm ignore `npm-debug.log`
* npm ignore `.gitattributes`
* Fix: Tests close sequelize connection at end to avoid hang
* Fix: Typo in changelog
* Docs: README update
* Fix typo in Changelog
* Reverse order of Changelog
* Update license year

Tests:

* Close sequelize connection at end to avoid hang
* Use async/await
* Fix linting errors

Refactor:

* Move entry point to `index.js`
* Fix linting errors
* Simplify error class definition
* Reduce indentation of `.then` blocks
* Replace `.forEach` with `for of`
* Remove unnecessary lodash calls
* Format code comments
* Add line spacing

## 1.3.2

* Fix: Bug introduced by removal of `Sequelize.Utils._` in Sequelize v4.11.0 (closes #142)
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": "1.3.2",
"version": "2.0.0",
"description": "Nested hierarchies for Sequelize",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 6773038

Please sign in to comment.