Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 648 Bytes

File metadata and controls

35 lines (22 loc) · 648 Bytes

Changelog

[Todo]

  • Evaluate demo page
  • Evaluate readme, use feature list?

[1.1.0] 2023-07-05

Deal with entities

Changed

  • HTML-entities are now always decoded to their corresponding characters

Fixed

  • In technical patterns, removing a symbol will no longer lead to double seperators

[1.0.0] 2022-08-21

Introduction of typescript

Added

  • Typescript support
  • Remove html entities when transforming to technical patterns

Changed

  • Many functions have been rewritten.
  • Tests for all functions.
  • Remove instead of replace decimal separators when transforming to cap-marked patterns.

Fixed

  • Many bugfixes