Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

66 lines (51 loc) · 3.68 KB

Changelog

v0.9.0 (2022-08-02)

Feature

v0.8.0 (2022-06-18)

Feature

  • Component method decorators (af94217)

Fix

  • Incorrect dependency versioning (ef1e1c8)

v0.7.1 (2022-04-30)

Fix

  • Update mecha.contrib.bolt to bolt (0269a85)

Documentation

  • Change mecha.contrib.bolt (4ee6f74)

v0.7.0 (2022-04-22)

Feature

  • Bind bolt functions to components with setmethod (e3857f8)
  • Components now behave like dicts for setting/getting the data field (f34e942)

Documentation

v0.6.1 (2022-04-13)

Fix

  • Incorrect dependency versioning. (8eae45b)

v0.6.0 (2022-04-12)

Feature

  • Function tags for Component.on with tags argument (367dda3)

v0.5.0 (2022-04-12)

Feature

  • Component functions are event-based. (aba8e55)

v0.4.0 (2022-04-10)

Feature

  • Ability to enforce function paths when using Component.on. (8ebef8f)
  • Create components at specific paths by using the path parameter. (ad07f1d)

v0.3.0 (2022-04-09)

Feature

Documentation

v0.2.0 (2022-04-09)

Feature

  • Top-level module components (9d0557c)