David Luecke
da060c967a
Better logic for returning the hook object from method call ( #706 )
...
Better logic for returning the hook object from method call
2017-10-29 13:28:23 -07:00
Eric Kryski
e737b80de2
updating codeclimate config and github templates ( #704 )
2017-10-29 13:28:23 -07:00
David Luecke
1c37f95b72
Add updated Codeclimate token
2017-10-29 13:28:23 -07:00
David Luecke
e761c7f331
Add more inline documentation ( #703 )
2017-10-29 13:28:23 -07:00
David Luecke
b2419d28fa
Updating changelog
2017-10-29 13:28:23 -07:00
David Luecke
d8905cd23a
3.0.0-pre.2
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
3329f225c3
ESLint settings update
2017-10-29 13:28:23 -07:00
David Luecke
905d9f6cfb
Also pass app object as parameter to configure callbacks ( #698 )
2017-10-29 13:28:23 -07:00
David Luecke
5a3df68c7e
Add support for Feathers v3 sub-apps ( #694 )
...
* Add support for Feathers v3 sub-apps
* Remove unused variable
2017-10-29 13:28:23 -07:00
David Luecke
dd0a360a25
Update package-lock.json
2017-10-29 13:28:23 -07:00
David Luecke
417722ed86
3.0.0-pre.1
2017-10-29 13:28:23 -07:00
David Luecke
2b7337ab54
Updating version
2017-10-29 13:28:23 -07:00
David Luecke
ecaf13eb91
Update package lock and debug to latest
2017-10-29 13:28:23 -07:00
David Luecke
79aafa2b23
Add version to application instances as well
2017-10-29 13:28:23 -07:00
David Luecke
683ab6b564
Adding package-lock.json
2017-10-29 13:28:23 -07:00
David Luecke
7586144a12
Allows error hooks to swallow error by setting the result ( #621 )
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
74365abe4a
Allow flag to return the hook object ( #607 )
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
David Luecke
e765254611
Add yarn.lock
2017-10-29 13:28:23 -07:00
David Luecke
d2b3372c40
Add feathers-hooks to core ( #596 )
...
Add feathers-hooks to core
2017-10-29 13:28:23 -07:00
greenkeeper[bot]
e7487f3fa6
chore(package): update dependencies ( #708 )
2017-10-25 14:54:56 -07:00
Eric Kryski
065dcf4e4e
Updating readme badges
2017-10-25 09:39:43 -06:00
David Luecke
a77c9f468e
Updating changelog
2017-10-20 10:20:29 -07:00
David Luecke
26306a6bdd
2.2.3
v2.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
Tim Mensch
5327150567
Feature/typescript fix ( #692 )
...
* Fix some TypeScript declaration problems
* Minimize changes relative to source
2017-10-20 09:26:21 -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
v2.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
v2.2.1
2017-09-25 15:01:15 -07:00
Jan Lohage
414600b4fa
make generic type of Service default to any ( #681 )
2017-09-25 15:00:43 -07:00
damosse31
a5ca3a8659
Update readme.md ( #668 )
...
add app parameter because if not, it show the help...
2017-09-08 07:38:59 -07:00
David Luecke
aa876582b2
2.2.0
v2.2.0
2017-09-01 12:30:05 -07:00
David Luecke
17389932f5
Update package-lock.json
2017-09-01 12:29:45 -07:00
Kévin Berthommier
74227578fb
No longer pollutes the global scope ( #662 )
...
* use babel-plugin-transform-runtime instead of babel-polyfill
* remove useless dependency
* add babel-runtime for node 4
2017-09-01 12:27:41 -07:00
greenkeeper[bot]
a28ec8e542
fix(package): update debug to version 3.0.0 ( #641 )
2017-08-09 00:37:20 -07:00
Ray Foss
e317dd59a4
Examples url is tinny (broken) ( #634 )
...
Made the url woody (point to chat)
2017-08-01 09:38:39 -06:00
Eddyystop
b57c80ba56
Merge pull request #624 from jansel369/master
...
Add a missing configure() method in typescript definition
2017-07-19 07:00:54 -04:00
jansel369
8f4076979f
Adds a missing configure() method in typescript difinition
2017-07-18 23:53:03 -04:00
David Luecke
73836011c9
2.1.7
v2.1.7
2017-07-16 16:00:30 -07:00
David Luecke
2c0652946c
2.1.6
v2.1.6
2017-07-16 15:59:59 -07:00