Commit Graph
8 Commits
Author SHA1 Message Date
Joey Baker 61fbf434af Merge branch 'require-payload-on-put' 2016-07-05 19:12:45 -07:00
Joey Baker f71e06362b Merge branch 'fix-include' 2016-07-05 19:12:34 -07:00
Joey Baker fee846eb4a Fix: PUT requires a payload to work 2016-07-05 18:34:56 -07:00
Joey Baker a5e6b2dd46 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-05 18:33:03 -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