Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

65 lines (36 loc) · 1.27 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.3.3] - 2023-01-11

Updated

  • Improve typing
  • Update the README docs

[1.3.0] - 2022-12-05

Updated

  • Migrate to TypeScript. Publish type definition.

[1.2.2] - 2022-07-20

Updated

  • Add back extra dependencies to the bundle (e.g. crypto-browserify)

[1.2.1] - 2022-07-19

Updated

  • Added sjcl.js to noParse to remove extra dependencies (e.g. crypto-browserify)
  • Fixed an issue where node util was used instead of window.TextDecoder in browser env

[1.2.0] - 2022-06-16

Updated

  • Added Webpack and Babel to build the package.
  • Included node polyfills to support Webpack v5.
  • Update tests to be run with Jest.

[1.1.0] - 2022-05-06

Updated

  • Added option to set the macaroon version.

[1.0.0] - 2021-03-06

Updated

  • Updated to handle v2 macaroons.

[0.2.1] - 2018-10-15

Updated

  • Updated macaroon dependency to 3.0.3.

[0.2.0] - 2018-06-28

Added