181 Commits

Author SHA1 Message Date
David Luecke
a38eddb6c9 Migrate to Lerna monorepo 2018-08-20 19:58:09 -07:00
David Luecke
b910d164af Updating version 2018-08-19 10:19:23 -07:00
David Luecke
b715e72d64 Prepare for 3.2.0 prerelease 2018-08-19 10:19:08 -07:00
David Luecke
1c066c76a1
Some refactoring for custom method hooks (#930)
* Some refactoring for custom method hooks

* Rename args back to arguments since it is a valid object property
2018-08-13 12:56:23 -07:00
Kévin Berthommier
7de5f4a76e withHooks + custom methods (#924)
* open hooks workflow to custom methods

* remove console.log

* remove useless line

* new service 'methods' shape

* pick arguments in validateHook for custom methods

* separate validateHook and pickArgsHook

* extend pickArgsHook to all methods

* remove variable with single usage

* validate before pick arguments

* export withHooks method

* add tests for withHooks

* fix getHookArray

* replace Object.assign by assignation

* simplify names

* add activeHooks method

* all methods in service.methods

* rename activeHooks to activateHooks

* remove useless assignation

* use Object.getOwnPropertyNames instead of Object.keys

* update @featherjs/commons

* fix test for node 6

* fix withHooks

* Update hooks.js

* use Object.defineProperty in the activateHooks method
2018-08-12 13:49:16 -07:00
David Luecke
d8ca043b95 Updating version 2018-06-16 09:50:08 -07:00
David Luecke
4f94387bf0
Update to latest Uberproto and other dependencies (#889) 2018-06-16 09:49:39 -07:00
David Luecke
57ba2ca357 Updating version 2018-06-03 11:20:43 -07:00
greenkeeper[bot]
734c56f0f3 Update uberproto to the latest version 🚀 (#881)
* fix(package): update uberproto to version 2.0.0

* Update package-log.json

* Update dependencies
2018-06-03 10:55:23 -07:00
greenkeeper[bot]
afd2bbf83a fix(package): update events to version 3.0.0 (#872) 2018-05-25 08:19:34 -07:00
David Luecke
b17c032df3 Update nsp devDependency to latest 2018-05-10 14:05:02 -07:00
David Luecke
8db23c429c Updating version 2018-05-03 20:06:48 -07:00
David Luecke
01b5591e2a Updating version 2018-03-26 14:28:28 -07:00
David Luecke
7edf088898 Updating version 2018-02-15 19:20:40 -08:00
greenkeeper[bot]
3441b6d42d fix(package): update events to version 2.0.0 (#810) 2018-02-15 19:16:52 -08:00
David Luecke
8c77846a43 Updating version 2018-02-10 10:35:59 -08:00
David Luecke
5afa271a74 Updating version 2018-02-08 15:43:46 -08:00
David Luecke
2e8df5f2e2 Updating version 2018-01-26 12:12:36 -08:00
Sylvain LAPENDRY
dcd6fb64ce Add ability to skip all following hooks (#792)
* update @feathersjs/commons

* package lock

* export SKIP
2018-01-26 12:09:12 -08:00
greenkeeper[bot]
e66eb64b38 chore(package): update mocha to version 5.0.0 (#793) 2018-01-17 18:36:50 -08:00
David Luecke
54fbd3789b Updating version 2018-01-04 15:14:45 -08:00
David Luecke
f22e055507 Updating version 2018-01-03 12:25:40 -08:00
David Luecke
71920a0d99 Updating version 2018-01-02 10:45:13 -08:00
greenkeeper[bot]
3408c74d32 chore(package): update semistandard to version 12.0.0 (#768) 2018-01-02 09:38:55 -08:00
David Luecke
72b01b4923 Updating version 2017-12-04 20:21:29 -08:00
David Luecke
1e4b3bf082 Updating version 2017-11-16 14:14:54 -08:00
David Luecke
9aff5c979c Make main reference explicit 2017-11-16 14:14:36 -08:00
greenkeeper[bot]
2e30df9a97 chore(package): update nsp to version 3.0.0 (#723) 2017-11-06 12:23:44 -08:00
David Luecke
53f176444b Updating version 2017-11-01 09:59:08 -07:00
David Luecke
77d34dda65 Update to latest dependencies 2017-11-01 09:52:46 -07:00
Eric Kryski
d4688ca987 Cleanup ESLint configurations 2017-10-29 13:28:23 -07:00
David Luecke
a810ecf2a3 Updating version 2017-10-29 13:28:23 -07:00
David Luecke
f2592e2e92 Updating version 2017-10-29 13:28:23 -07:00
David Luecke
cdae8ae704 Fix scoped repository publish access 2017-10-29 13:28:23 -07:00
David Luecke
d143c795bd Move to @feathersjs npm scope (#699) 2017-10-29 13:28:23 -07:00
David Luecke
f5a34db70d Update commons dependency to npm namespace 2017-10-29 13:28:23 -07:00
David Luecke
2b7337ab54 Updating version 2017-10-29 13:28:23 -07:00
David Luecke
248fa3f342 Update to new plugin infrastructure (#614)
* Update to new plugin infrastructure

* Update Travis, remove Yarn lock, formatting

* Formatting

* Update feathers-commons to latest
2017-10-29 13:28:23 -07:00
David Luecke
36c19cd7f7 Use inline version Babel plugin (#606) 2017-10-29 13:28:23 -07:00
David Luecke
bc68d3b2e1 Initial changes for Feathers v3 (#605)
* Refactoring for Feathers v3. Framework independent, hooks in core.

* Further work on event dispatching

* Finalize basic v3 functionality

* Finalizing test coverage and initial v3 alpha

* Update commonns dependency and prepare for 3.0 prereleases
2017-10-29 13:28:23 -07:00
David Luecke
89200b05ae Remove TypeScript typings (#598) 2017-10-29 13:28:23 -07:00
David Luecke
c453e2c2c8 Remove explicit loading of babel-polyfill (#597) 2017-10-29 13:28:23 -07:00
greenkeeper[bot]
e7487f3fa6 chore(package): update dependencies (#708) 2017-10-25 14:54:56 -07:00
David Luecke
26306a6bdd 2.2.3 2017-10-20 10:19:49 -07:00
David Luecke
8fd58128c4 Add changelog back (#695)
* Add scripts for generating changelog

* Updating changelog
2017-10-20 10:19:27 -07:00
David Luecke
6e0305707e Move Typescript declaration dependency into devDependencies (#696) 2017-10-20 10:08:53 -07:00
greenkeeper[bot]
8660a243fd Update mocha to the latest version 🚀 (#685)
* chore(package): update mocha to version 4.0.0

* Add --exit flag
2017-10-03 19:54:29 -07:00
David Luecke
fa320ad196 2.2.2 2017-09-30 11:10:03 -07:00
David Luecke
e790d18772 Update to latest secure dependencies (#684) 2017-09-30 11:07:49 -07:00
David Luecke
0976b34a1e 2.2.1 2017-09-25 15:01:15 -07:00