Releases: node-oauth/express-oauth-server
Releases · node-oauth/express-oauth-server
v4.1.1
This release was mostly to fix a vulnerability in body-parser dependency.
What's Changed
- build(deps): bump serve-static and express by @dependabot in #30
- build(deps): bump send and express by @dependabot in #31
- fix(dev-deps): bump path-to-regexp by @jankapunkt in #33
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Installation
NPM Link: https://www.npmjs.com/package/@node-oauth/express-oauth-server/v/4.1.0
$ npm install @node-oauth/express-oauth-server@4.1.0
What's Changed
- upgrade
@node-oauth/oauth2-server
to 5.2.0 - build(deps-dev): bump express from 4.18.2 to 4.19.2 by @dependabot in #24
- fix: typos in README.md by @Bassadin in #27
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #28
New Contributors
- @dependabot made their first contribution in #24
- @Bassadin made their first contribution in #27
Full Changelog: v4.0.0...v4.1.0
v4.0.0
This might be a breaking change!
Please read the changelog for this module and the changelog for @node-oauth/oauth2-server
What's Changed
- update project to ES6 standards by @HappyZombies in #12
- Fixed possible invalid status code range error by @dylantmarsh in #15
- Fixed unit test. by @WilcoBakker in #19
- update node versions in CI by @jankapunkt in #20
- 4.0.0 - Migrate to async/await by @jankapunkt in #22
New Contributors
- @HappyZombies made their first contribution in #12
- @dylantmarsh made their first contribution in #15
- @WilcoBakker made their first contribution in #19
Full Changelog: v3.0.1...v4.0.0
v4.0.0-rc.0
Breaking change
This release might be breaking!
Installation
NPM Link: https://www.npmjs.com/package/@node-oauth/express-oauth-server/v/4.0.0-rc.0
$ npm install @node-oauth/express-oauth-server@4.0.0-rc.0 # or use @next
What's Changed
- update project to ES6 standards by @HappyZombies in #12
- Fixed possible invalid status code range error by @dylantmarsh in #15
- Fixed unit test. by @WilcoBakker in #19
- update node versions in CI by @jankapunkt in #20
New Contributors
- @HappyZombies made their first contribution in #12
- @dylantmarsh made their first contribution in #15
- @WilcoBakker made their first contribution in #19
Full Changelog: v3.0.1...v4.0.0-rc.0
3.0.1
Link to package
https://www.npmjs.com/package/@node-oauth/express-oauth-server/v/3.0.1
What's Changed
- Added type declarations by @shrihari-prakash in #11
New Contributors
- @shrihari-prakash made their first contribution in #11
Full Changelog: v3.0.0...v3.0.1
3.0.0
Install
NPM: https://www.npmjs.com/package/@node-oauth/express-oauth-server/v/3.0.0
$ npm install @node-oauth/[email protected]
What's Changed
- Update deps and use @node-oauth/oauth2-server by @jankapunkt in #7
New Contributors
- @jankapunkt made their first contribution in #7
Full Changelog: v2.0.0...v3.0.0