UNPKG

appstate

Version:

Barebone state manager implementation based on Cerebral signals conception

18 lines (11 loc) 321 B
# 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.