Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

55 lines (31 loc) · 1.31 KB

Change Log for Barely JSON

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

1.0.0 (2023-07-29)

Fixed

Added

  • Support for Python 3.7, 3.8, 3.9, 3.10, and 3.11

Removed

  • Support for Python 2

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