Skip to content

Releases: calvinmetcalf/immediate

3.0.1

20 May 11:56
Compare
Choose a tag to compare
  • fixes a bug with non browserify builders not getting the mutation observer module

3.0.0

20 May 11:55
Compare
Choose a tag to compare
  • removes some vestiges that are there for compatibility with setImmediate,vestiges from when it was a shim including
    • ability to pass parameters to the function
    • ability to clear it based on an index
  • removes the postMessage hack as there is very little browser usage of it between mutation observer and the faulty IE implementation.

2.7.1

05 May 11:58
Compare
Choose a tag to compare

avoid using array shift as that causes performance to plummet.

2.7.0

02 May 15:02
Compare
Choose a tag to compare

switches to being a microtask instead of a macrotask

2.6.5

21 Apr 18:39
Compare
Choose a tag to compare

A few tweaks to how mutation observer works mainly based on shadowing what RSVP is doing.

2.6.3

11 Mar 11:46
Compare
Choose a tag to compare
  • prevents deoptimizations in v8
  • ditches grunt/saucelabs/mocha for npm.scripts/testling/tape