Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.07 KB

Change Log for Barely JSON

The format of this file is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

Changed

  • Code cleanup (contributed by @gvx in #3)

0.1.1 (2017-05-12)

Fixed

  • Floats were not parsed correctly (#1)
  • String escapes were not parsed correctly (#2)

0.1.0 (2017-05-12)

Added

  • Support for parsing strings
  • Support for custom resolvers for illegal values