Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 1.21 KB

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.

0.4.0 - 2024-06-06

Added

  • flatten function to flatten nested actions into one. (darky)

0.3.0 - 2024-04-18

Added

  • state module to enhance readability of common state operations (get, set, and update).

0.2.1 - 2024-03-31

Changed

  • Added missing return type annotations to example functions in doc comments.

0.2.0 - 2024-03-25

Added

  • 3 new functions for running actions: run, eval, and exec.

0.1.0 - 2024-03-24

  • initial release