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
flatten
function to flatten nested actions into one. (darky)
0.3.0 - 2024-04-18
state
module to enhance readability of common state operations (get
,set
, andupdate
).
0.2.1 - 2024-03-31
- Added missing return type annotations to example functions in doc comments.
0.2.0 - 2024-03-25
- 3 new functions for running actions:
run
,eval
, andexec
.
0.1.0 - 2024-03-24
- initial release