Skip to content

Releases: Brad-Edwards/gotstate

Release v1.0.3

27 Dec 19:28
Compare
Choose a tag to compare

Changed\n- Updated project URLs in package metadata

Finalize move between repos

22 Dec 21:50
876db79
Compare
Choose a tag to compare
v1.0.2

Release version 1.0.2

v1.0.1

22 Dec 21:20
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Dec 21:03
Compare
Choose a tag to compare

[1.0.0] - 2024-12-22

Added

  • Hierarchical state machine implementation
  • Core functionality
    • State management and transitions
    • Event handling
    • Guard conditions
    • Transition actions
    • State data lifecycle
  • Validation system
  • Plugin architecture
  • Test suite
  • Type hints
  • Error handling
  • Documentation and examples
  • CI/CD pipeline
  • Development tools

Changed

  • Migrated from Rust to Python implementation
  • Stabilized APIs
  • Finalized plugin interface

Security

  • Security scanning in CI
  • Input validation
  • Runtime checks