Skip to content

Releases: winterland1989/Action.js

Add filter to guard

16 Feb 13:27

Choose a tag to compare

Add an optional filter parameter prefix to prototype.guard, see api doc.

Add throttle, change parallel and sequence implementation

15 Feb 09:37

Choose a tag to compare

Add throttle, change parallel and sequence implementation.

Split ajax related stuff into ajaxHelpers.js

15 Nov 15:29

Choose a tag to compare

Split ajax related stuff into ajaxHelpers.js

Make go default to id function

11 Nov 05:00

Choose a tag to compare

Make prototype.go default to id function, now you don't have to supply id function if you when you compose functions using Action.

Add Action.signal

29 Oct 09:43

Choose a tag to compare

Add Action.signal, a very kind special Action. also some examples.

Add context support inside continuation

28 Oct 10:14

Choose a tag to compare

Add context support inside continuation, you can now use this to refer the Action instance inside continuation when you constructing an Action.

All combinators return cancel handler now

26 Oct 01:12

Choose a tag to compare

All combinators return cancel handler now, check out wiki.

Fix a bug of Action.parallel

24 Oct 03:56

Choose a tag to compare

Fix a bug of Action.parallel, add test

Action.co stablized

23 Oct 01:21

Choose a tag to compare

Action.co stablized, doc up to date

Remove gapRetry

22 Oct 05:41

Choose a tag to compare

Update document, remove gapRetry since it's just retry compose delay.