Skip to content

Releases: blogfoster/hapi-sequelize-models

Expose `models` under 'models' key rather than as root object

20 Apr 12:08
Compare
Choose a tag to compare
  • minor models are now located under server.plugins['hapi-sequelize-models'].models rather than as root of the plugin. The previous behaviour slowed down register phase by 400 ms, as hapi was doing a deep copy.

Fix package.json

20 Apr 09:55
Compare
Choose a tag to compare
  • fix package.json to allow the created /dist folder to be uploaded

Initial

20 Apr 08:41
Compare
Choose a tag to compare
v0.0.1

add travis and npm-dependencies badge to readme