We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Node.js only from version 8.0
Partial use of ES6 features
ES6 features which should be used (minimal support version Node v6):
Use of newest node API
Add multi cluster support
domain
Update dependencies and parallel projects
Other breaking changes
.destroy()
.leave()
.unuse()
.middleware()
.use()
.config()
0.8.x changes (can be delayed for 0.9.0)
host.data
This list is updated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support Node.js only from version 8.0
Partial use of ES6 features
ES6 features which should be used (minimal support version Node v6):
Use of newest node API
Add multi cluster support
Add workers(delayed for other time)domain
module usageUpdate dependencies and parallel projects
Update recache to 0.4.0(removed recache dependency)Other breaking changes
.destroy()
,.leave()
or.unuse()
method to avoid mutation in the internal stack.middleware()
method of http hosts in favor of.use()
method.config()
method0.8.x changes (can be delayed for 0.9.0)
host.data
(added in 0.8.6).use()
and.unuse()
(added in 0.8.6)planned for 0.8.7, delayed for 0.9.0 because of breaking changes)planned for 0.8.7, delayed for 0.9.0 because it is not that significant for the whole framework)This list is updated
The text was updated successfully, but these errors were encountered: