Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

51 lines (25 loc) · 1.09 KB

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.

No notable changes have been made.

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).

Added

  • Add new typist.is_jsonable() function.

Added

  • Add new ToDictable protocol type.

Miscellaneous

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