Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 964 Bytes

CHANGELOG.md

File metadata and controls

37 lines (16 loc) · 964 Bytes

6.0.2 (2019-05-28)

Bug Fixes

  • the previous release still had a typing bug (5d17974)

6.0.1 (2019-05-28)

Bug Fixes

  • improve type inference for the prompt$ function (7aae42e)
  • removed unused interface Locale (ffca72b)

BREAKING CHANGES

  • the interface Locale is gone. Techically it can cause code that used it to fail compiling though it was not used by this library.

6.0.0 (2019-04-09)

Bug Fixes