Skip to content

Latest commit

 

History

History
218 lines (142 loc) · 9.79 KB

CHANGELOG.md

File metadata and controls

218 lines (142 loc) · 9.79 KB

v1.4.0 (Tue Mar 29 2022)

🚀 Enhancement

  • feature: make package environment agnostic #81 (@f5io)

⚠️ Pushed to master

  • Update CircleCI to use Node 16 (@smithki)

🏠 Internal

Authors: 3


v1.3.4 (Thu Dec 23 2021)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 3


v1.3.3 (Thu Dec 23 2021)

🐛 Bug Fix

  • getMetadata calls now return phone number #74 (@hcote)

Authors: 1


v1.3.2 (Fri Nov 12 2021)

🐛 Bug Fix

  • allow getMetadata calls to return social provider #71 (@hcote)

Authors: 1


v1.3.1 (Tue Oct 05 2021)

🐛 Bug Fix

🏠 Internal

Authors: 2


v1.3.0 (Tue Nov 17 2020)

🚀 Enhancement

  • Add continuous delivery via 'auto' package #46 (@smithki)

🐛 Bug Fix

⚠️ Pushed to master

🔩 Dependency Updates

Authors: 5


Upcoming Changes

Fixed

  • ...

Changed

  • ...

Added

  • ...

1.2.2 - 06/11/2020

Fixed

  • Fixed a logical error that would incorrectly parse the nbf field.

1.2.1 - 06/11/2020

Changed

  • Added "files" field to package.json to make the NPM package less cumbersome.

1.2.0 - 06/11/2020

Added

  • Enforce the nbf field for DID Tokens parsed via TokenModule.validate.

1.1.0 - 05/25/2020

Added

  • Introduced UtilsModule along with a parseAuthorizationHeader helper method.

1.0.0 - 04/09/2020

This is the first release our changelog records. Future updates will be logged in the following format:

Fixed

  • Bug fixes and patches will be described here.

Changed

  • Changes (breaking or otherwise) to current APIs will be described here.

Added

  • New features or APIs will be described here.