Skip to content

Releases: s0ber/async_fn

Add a guard against an empty message data

12 Jan 20:48

Choose a tag to compare

There was an exception thrown when a message with an empty data was sent to the document, f.e.postMessage(null, '*'). This release fixes that problem.

setImmediate was synchrounous in IE8

20 Nov 10:00

Choose a tag to compare

v0.1.6

Release v0.1.6 (One more fix for setImmediate)

Fix setImmediate for IE8-9

19 Nov 18:14

Choose a tag to compare

v0.1.5

One more bump to v0.1.5

v0.1.4

21 Oct 14:23

Choose a tag to compare

Small code improvement

v0.1.2

25 Aug 10:38

Choose a tag to compare

Better async execution

v0.1.1

25 Aug 10:08

Choose a tag to compare

Ability to specify after-call callbacks

v0.1.0

22 Aug 20:52

Choose a tag to compare

Initial release