Provides a fast, tiny `queueMicrotask` shim that lets you use the standard `queueMicrotask` API across modern JavaScript engines. It falls back to `Promise.resolve().then(fn)` in Node.js 10 and earlier and older browsers, useful when you want microtask scheduling with small bundle size.
Project status
- Maintenance/active? The repository shows a recent upstream push (2023-11-30), which suggests at least some ongoing activity, but the provided updates history (v1.2.1 to v1.2.3) is otherwise dated.
- Apparent cadence: Tagged updates appear infrequent, with releases around 2020-11 (v1.2.2 and v1.2.1) and 2021-03 (v1.2.3), and no newer version details shown in the supplied summaries.
AI summary generated Today
Recent updates
v1.2.3
3/22/2021Release v1.2.3 has no publisher-provided release notes. The code changes are limited to a small adjustment in how `queueMicrotask` is bound and a development dependency update.
v1.2.2
11/23/2020v1.2.2 appears to be a small release focused on documentation and test/CI compatibility updates. There are no functional library code changes shown in the diff beyond minor test adjustments and README wording.
v1.2.1
11/18/2020Release v1.2.1 was published on 2020-11-18, but no release notes or change details were provided by the publisher. There is not enough information in the supplied data to identify specific new features, bug fixes, breaking changes, or security updates for this version.