Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 851 Bytes

Changelog

Notable changes are documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

[0.2.0] - 2023-05-16

Breaking changes:

  • Dropped the &. operator. Import it from the Tecton module instead. #3

[0.1.3] - 2022-12-02

New features:

  • Specialized version of the &. operator for use with Halogen ClassName type

[0.1.2] - 2022-11-06

Other improvements:

  • Update to Tecton v0.1.2
  • Using the new CSS type alias for the styleSheet function type annotation

[0.1.1] - 2022-11-03

Other improvements:

  • Update to Tecton v0.1.1

[0.1.0] - 2022-10-17

Initial release