Skip to content

Commit ca16a43

Browse files
authored
Release v4 (#39)
1 parent b4a38ef commit ca16a43

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66

77
hapi.js plugin for the Sequelize ORM
88

9-
### What's the difference between hapi-sequelize and hapi-sequelizejs?
10-
11-
The reason of creating this fork is the inactivity of the original [hapi-sequelize](https://github.com/danecando/hapi-sequelize) plugin.
12-
See the [Migration guide](https://github.com/valtlfelipe/hapi-sequelizejs/wiki/Migration-guide).
13-
149
### Compatibility
1510

1611
Compatible with hapi.js version `19.x` and sequelize `5.x`.
1712

13+
Check the [releases page](https://github.com/valtlfelipe/hapi-sequelizejs/releases) for the changelog.
14+
1815
### Installation
1916

2017
`npm install --save hapi-sequelizejs`
@@ -215,9 +212,3 @@ const firstRegisteredDbMyModel = instances.getModel('myModel');
215212

216213
> If there isn't a db instance for the given name or no registered db instance, an Error is thrown: `hapi-sequelizejs cannot find the ${dbName} database instance`.
217214
> If there isn't a model for the given name, an Error is thrown: `hapi-sequelizejs cannot find the ${modelName} model`.
218-
219-
### TODO/Contributing
220-
221-
- finalize api
222-
- write tests
223-
- improve readme

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hapi-sequelizejs",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "hapi.js plugin for the Sequelize ORM",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)