Skip to content

v0.11.0

Compare
Choose a tag to compare
@jeffbski jeffbski released this 16 Jan 18:36
· 242 commits to master since this release

Removed an artificial delay (microtask) for the dispatch since it was no longer needed due to previous code restructuring. Originally the delay was added to ensure that dispatches occurred after the next calls, but this was refactored a while back and thus the artificial delay is no longer needed.

It is unlikely that this will be a breaking change for anyone but to be safe I bumped the version just in case.