Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 733 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 733 Bytes

Changelog

0.1.3 — 2022-07-25

Added

  • Added functions dump, dumps, load, and loads, that overload the standard functions of the same name in the json module.

  • CI through GitHub action that runs tox automatically.

0.1.2 — 2022-06-30

Added

  • 100% code coverage.
  • Code coverage reporting to tox.
  • Tests to cover encoding and decoding that fails.

0.1.1 — 2022-06-25

Added

  • Basic round-tripping testing.

0.1.0 — 2022-06-22

Added

  • Classes ExtendedEncoder and ExtendedDecoder to allow extension of the JSON format.