Skip to content

Releases: node-oauth/node-oauth2-server

v5.0.0-rc.1

02 Aug 14:58
7ebf3aa
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release

released version

https://www.npmjs.com/package/@node-oauth/oauth2-server/v/5.0.0-rc.1

install via

$ npm install @node-oauth/oauth2-server@5.0.0-rc.1

What's Changed

New Contributors

Full Changelog: v5.0.0-rc.0...v5.0.0-rc.1

v5.0.0-rc.0

22 Jun 10:57
9b68723
Compare
Choose a tag to compare
v5.0.0-rc.0 Pre-release
Pre-release

Package

NPM: https://www.npmjs.com/package/@node-oauth/oauth2-server/v/5.0.0-rc.0

$ npm install @node-oauth/oauth2-server@5.0.0-rc.0

What's Changed

New Contributors

Full Changelog: v4.3.0...v5.0.0-rc.0

v4.3.0

28 Nov 10:20
c993eb5
Compare
Choose a tag to compare

NPM Package release:

https://www.npmjs.com/package/@node-oauth/oauth2-server/v/4.3.0

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

06 Jun 07:22
e01e841
Compare
Choose a tag to compare

NPM Release

https://www.npmjs.com/package/@node-oauth/oauth2-server/v/4.2.0

What's Changed

For a structured list of the changes please read the CHANGELOG

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

28 Nov 14:20
1b91ddc
Compare
Choose a tag to compare

Added

  • Added TypeScript types

Changed

  • Removed extra files when someone npm installs.
  • Upgrades all code from ES5 to ES6, where possible.

v4.1.0

10 Nov 22:54
485147f
Compare
Choose a tag to compare

Changed

  • Bump dev dependencies to resolve vulnerabilities
  • Replaced jshint with eslint along with should and chai
  • Use sha256 when generating tokens

Added

  • Added markdown files to discuss coding rules, commit conventions, contributing guidelines, etc.

Removed

  • Removed lodash dependency
  • Removed statuses package and use built in http.STATUS_CODES instead.

v4.0.0

08 Oct 12:08
83b3283
Compare
Choose a tag to compare

First initial release of this project under the new node-oauth organization