Joey Baker
823a65991a
2.5.1
2016-07-22 11:28:47 -07:00
Joey Baker
f9b997b65c
Change: permissions must always be an array
...
This allows us to set different configs per model. I should have thought
of this usecase when I first did permissions.
2016-07-22 11:28:25 -07:00
Joey Baker
7c2b146eed
2.5.0
2016-07-21 18:02:09 -07:00
Joey Baker
a54683e29a
2.4.0
2016-07-21 18:02:04 -07:00
Joey Baker
a855665777
2.3.0
2016-07-21 18:01:54 -07:00
Joey Baker
034287672c
2.2.0
2016-07-21 18:00:38 -07:00
Joey Baker
e8c0e61c6b
Fork to @getable
2016-07-21 18:00:38 -07:00
Joey Baker
a64a55af0d
Add: permissions
...
It's now possible to limit the models rest routes are created for. This
is done via a `models` option that can be simple to complex. The readme
has been updated to reflect this.
2016-07-21 18:00:38 -07:00
Joey Baker
2ea6c2e3a8
Fix: include option api correction
...
AFAIK, hapi-sequelize doesn't have a `request.models`, but it does have
a `request.getDb()` method that has `models` on it. This calls that
method to get the related models, but allows `request.models` to keep
working for backward compatibility.
2016-07-08 15:28:33 -07:00
Joey Baker
fee846eb4a
Fix: PUT requires a payload to work
2016-07-05 18:34:56 -07:00
Joey Baker
e7bc048a46
Internal: upgrade to babel6
...
Upgrades to babel 6. The major win (aside from some minor
performance gains), is that this module can now be `npm link`ed into a
babel 6 code base.
2016-07-05 14:47:44 -07:00
Joey Baker
0698a8a3ad
Fix: crud: GET id's can be strings or numbers
2016-06-29 21:30:27 -07:00
Joey Baker
3f419284be
Fix: Reply with 404 when required
2016-06-29 21:28:56 -07:00
Joey Baker
6958c49622
Build: install boom
2016-06-29 21:27:44 -07:00