Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 1.82 KB

Changelog

All notable changes to this project will be documented in this file.

2.0.0 (2020-11-14)

⚠ BREAKING CHANGES

  • library calls have different signatures input/output parameters

!! Be careful to update library to this version. Read the README and adapt your project accordingly.

🐛 Bug Fixes

🚀 Features

  • added complete Request Object parameters (2be050b)

  • extended support from node.js v10 (bd52b64)

  • implemented sub and sub_jwk on Response Object (6a8ca55)

  • update library to full compliant specs (478d577)

  • Merge pull request #9 from validatedid/feat/vid-1159-support-response-methods (50a7d40), closes #9 #9

0.0.6 (2020-11-06)