Skip to content

Feathers v3 core (Buzzard)#697

Merged
daffl merged 32 commits intomasterfrom
major
Oct 29, 2017
Merged

Feathers v3 core (Buzzard)#697
daffl merged 32 commits intomasterfrom
major

Conversation

@daffl
Copy link
Copy Markdown
Member

@daffl daffl commented Oct 20, 2017

This is the work from the major branch for Feathers v3.0.0 core (Buzzard).

@daffl daffl force-pushed the major branch 4 times, most recently from 7d72d0b to 19b3391 Compare October 20, 2017 19:14
@ekryski
Copy link
Copy Markdown
Contributor

ekryski commented Oct 20, 2017

Checked it out locally. Looks good! :shipit:

daffl added 17 commits October 29, 2017 13:09
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
@daffl daffl merged commit d4688ca into master Oct 29, 2017
@daffl
Copy link
Copy Markdown
Member Author

daffl commented Oct 29, 2017

A preliminary v3 upgrade guide for beta testing can be found at https://gist.github.com/daffl/e718f93acc7bfe32fd1e5aed0f8e7827

@daffl daffl deleted the major branch October 29, 2017 20:28
@kristianmandrup
Copy link
Copy Markdown

Awesome!!! Can't wait to try it out :) Does it work with Koa and Hapi now as well then!?

@daffl
Copy link
Copy Markdown
Member Author

daffl commented Oct 29, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment