Conversation
7d72d0b to
19b3391
Compare
Contributor
|
Checked it out locally. Looks good! |
Add feathers-hooks to core
* 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
* Update to new plugin infrastructure * Update Travis, remove Yarn lock, formatting * Formatting * Update feathers-commons to latest
* Add support for Feathers v3 sub-apps * Remove unused variable
Better logic for returning the hook object from method call
Member
Author
|
A preliminary v3 upgrade guide for beta testing can be found at https://gist.github.com/daffl/e718f93acc7bfe32fd1e5aed0f8e7827 |
|
Awesome!!! Can't wait to try it out :) Does it work with Koa and Hapi now as well then!? |
Member
Author
|
This release is more intended to set everything up for it but getting other HTTP frameworks to work with authentication requires some changes in the authentication modules that are not included in this release to keep the migration path easier. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the work from the
majorbranch for Feathers v3.0.0 core (Buzzard).feathers-hookspart of core and event emitting a hook (closes Make feathers-hooks part of core and service events a hook #408, closes Hooks do not apply for realtime events #376, closes Using Rollup throws errors about dependency Rubberduck using eval #588, closes Hooks do not apply for realtime events #376, closes Application-level error hook responses inconsistent across transports #653)@feathersjsnpm scope (Proposal: Release compatible packages in @feathers(-release) scope #623)feathers-socketio,feathers-primus) updated, this will also add support for event channels (closes Event channels/rooms #388, closes hook.path is not set in filter function #589) and an improved websocket event format (closes Consider redesigning the Socket provider event format to move service and method into the payload. #521)