Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 772 Bytes

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 772 Bytes

Changelog

All notable changes to this project will be documented in this file.

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

[1.1.1] - 2022-09-05

Added

  • Added link to the documentation in the cli

Fixed

  • Comparisons against two instances will no longer fail when they are the same

[1.1.0] - 2022-09-04

Added

  • CLI flag for converting only (--convert)

Changed

  • Errors were made easier to read (traceback & technical details were removed, assorted formatting improvements)

Fixed

  • Comparisons against non-instance types will now return false rather than crashing

[1.0.0] - 2022-08-28

Initial release