Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 728 Bytes

HISTORY.md

File metadata and controls

20 lines (16 loc) · 728 Bytes

1.0.0 (2024-11-16)

  • Migrate to ECMAScript Modules.
  • Update development dependencies.
  • Update minimal Node version to 18.
  • Do not use functions arguments default values(performance concernses).
  • Use Map for Fields Map instead of Array in Song Class(performance concernses).

0.3.3 (2021-03-07)

  • Fix: Protocol.parseKvp Add check that argument is a string.
  • Fix: Protocol.parseGreeting Add check that argument is a string.
  • Add support for Node 10(get rid of String.MatchAll issue #2).
  • Update github actions CI workflow.

0.3.2 (2021-02-20)

  • initialize a history log.
  • Move findReturn to proto section.
  • Add tests for return patterns.
  • Fix: Parse kvp when value contains whitespaces