Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 321 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
17 lines (11 loc) · 321 Bytes

Changelog

v2.0.0

  • Signals name is now deprecated. New API: appstate.create(actions).
  • Appstate no more compiled to ES5.

v1.1.0

  • Add error handling for sync and async signals.
  • Add services as 4 argument of every action.

v1.0.0

  • Initial Release.
  • Basic support signals and actions.
  • Test suites.