Skip to content

Releases: adevinta/post-task

Streamline and simplify the fallback logic

11 Jan 18:16
3c524c2
Compare
Choose a tag to compare

requestIdleCallback is no longer used, since its implementation was a misuse.

Whenever the Scheduler API is not supported, use a delayed callback: this aligns the behaviour on Node.js to a browser with a fallback, since the exception for Node was not justified.
When the priority is user-blocking and the Scheduler is not supported,
queue a microtask where possible.

Update `.npmignore`

10 Jan 14:55
Compare
Choose a tag to compare

The npm package accidentally included the YAML for GitHub Actions. It is now ignored.

Add provenance

09 Jan 16:41
Compare
Choose a tag to compare

Update some documentation and configure the provenance publication on npm

Add types

23 Jul 08:05
c8528f1
Compare
Choose a tag to compare

Patch the package and include a TypeScript declaration for the entrypoint.

Main release

22 Jul 15:48
0f1a325
Compare
Choose a tag to compare

Publish the package openly on GitHub and on npm.