Skip to content

Releases: YuzuJS/setImmediate

1.0.5

12 Sep 01:00
Compare
Choose a tag to compare

Adopted a more efficient implementation strategy that can improve performance by ~8x. (#55, @RubenVerborgh)

1.0.4

17 Oct 20:49
Compare
Choose a tag to compare

Reverted the use of the <img> onerror trick, since per reports it was not actually async.

1.0.3

16 Oct 20:54
Compare
Choose a tag to compare
  • Stopped using eval to get the global object, thus allowing use in CSP environments as long as you don't use the string-argument version of setImmediate. (@duzun)
  • Replaced the <script> onreadystatechange trick with an <img> onerror trick, which is nicer since it does not require inserting anything into the document. (@Lcfvs)

1.0.2

28 Apr 03:31
Compare
Choose a tag to compare
  • Many small changes to improve size after minifying and gzipping. (@benjamn)
  • Added an explanation of macrotasks vs. microtasks to the README.

1.0.1

28 Apr 03:30
Compare
Choose a tag to compare

Removed unnecessary Array.prototype.slice call.

1.0.0

28 Apr 03:29
Compare
Choose a tag to compare

Initial release.