Skip to content

Releases: catbee/appstate

2.1.2

23 Jul 10:16
Compare
Choose a tag to compare
  • Better error handling, for situations when signal is not array.

2.1.1

05 Jun 03:47
Compare
Choose a tag to compare
  • Better way to replay async actions, using short snippets (tree path, output and args).

History support

04 Jun 14:38
Compare
Choose a tag to compare
  • New API argument: signal(actions, services, args, branches). Allow run actions with recorded history, actual for universal/isomorphic apps.

2.0.0

22 May 13:01
Compare
Choose a tag to compare
  • Signals name is now deprecated. New API: appstate.create(actions).
  • Appstate no more compiled to ES5.

1.2.4

15 Mar 05:27
Compare
Choose a tag to compare

1.2.3

05 Dec 07:58
Compare
Choose a tag to compare
  • Fix outputPath in async actions

1.2.2

02 Dec 10:43
Compare
Choose a tag to compare
  • Fix problems with sync outputs

1.2.1

29 Nov 12:55
Compare
Choose a tag to compare

Rework outputs.

[
  function(args, state, output) {
    output.custom()
  }, {
    custom: [ // output actions ]
  }
]

Now outputs autobind paths from next object.

1.1.0

18 Nov 07:53
Compare
Choose a tag to compare
  • Add error handling for sync and async signals.
  • Add services as 4 argument of every action.

Initial Release

09 Nov 16:44
Compare
Choose a tag to compare
  • Basic signal and actions support
  • Basic test suits