Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

86 lines (49 loc) · 1.89 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.

Fixed

Added

Changed

Removed

2.1.2 - 2023-10-27

Changed

  • updated dependencies

2.1.1 - 2022-08-15

Fixed

  • Normalization using the ISO7064 Abstract class is now able to normalize remove all non-alphanumeric characters if no indices are set

Changed

  • Updated dependencies
  • Added support for running scripts on both Windows and *NIX-like systems
  • Moved from Travis to GitHub Actions

2.1.0 - 2021-06-16

Ported ISO7064 to Typescript

Added

  • Typescript types
  • ES Module compatibility

2.0.1 - 2020-09-06

Changed

  • Updated dependencies

2.0.0 - 2019-08-27

Changed

  • Switched to instances instead of a fully static approach
  • Alphabet is now exported

1.0.2 - 2019-08-26

Changed

  • Updated dependency @konfirm/alphabet
  • Updated default specification

1.0.1 - 2019-07-15

Changed

  • Updated dependencies (CVE-2019-10744 on lodash < 4.17.13 (sub) dev dependency)

1.0.0 - 2019-07-02

Initial release