Changelog for typist

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.

Unreleased

No notable changes have been made.

0.2.0

Added

  • New Comparable class for sortable types.

Fixed

  • Added ToDictable to the API.

Removed

  • BREAKING CHANGE: Removed the C, E, and T type variables (i.e. TypeVars).

0.1.2

Added

  • Add new typist.is_jsonable() function.

0.1.1

Added

  • Add new ToDictable protocol type.

0.1.0

Miscellaneous

  • Port typist library from (original) bugyi-lib library.

  • First Release.