Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 389 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 389 Bytes

Version history

We follow Semantic Versions since the 1.0.0 release. Versions before 1.0.0 are 0Ver-based: incremental in minor, bugfixes only are patches. See 0Ver.

Version 0.1.0

Initial release.

Features

  • Adds Either container;
  • Adds Maybe container;
  • Adds Immutable primitive type
  • Adds immutability and __slots__ to all containers