Releases: calvinmetcalf/immediate
Releases · calvinmetcalf/immediate
3.0.1
3.0.0
- 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
avoid using array shift as that causes performance to plummet.
2.7.0
switches to being a microtask instead of a macrotask
2.6.5
A few tweaks to how mutation observer works mainly based on shadowing what RSVP is doing.
2.6.3
- prevents deoptimizations in v8
- ditches grunt/saucelabs/mocha for npm.scripts/testling/tape