Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.7 KB

changelog.md

File metadata and controls

32 lines (17 loc) · 1.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2020-09-02)

Features

  • charCase: add new functions (86e61f0)

Bug Fixes

  • charCase: simplification of case functions (0b0f78a)
  • remove double output on invalid input in CLI (83ccb7d)
  • remove local thrown exception in CLI (7ed46a4)
  • compressor.unpack: remove ending zero chars (13c0568)

1.1.0 (2020-05-02)

Features

Bug Fixes

  • compressor.pack: do not crash on empty string (0dd837e)
  • compressor.signature: add missing round closing bracket (69ddb65)