feat(operators): ability to use sequelize operators in queries

This commit is contained in:
Mahdi Dibaiee
2016-02-01 16:46:30 +03:30
parent 6cfe877884
commit 5db3bb4eb3
3 changed files with 81 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "hapi-sequelize-crud",
"version": "1.4.0",
"version": "1.5.0",
"description": "Hapi plugin that automatically generates RESTful API for CRUD",
"main": "build/index.js",
"config": {