Releases: projectwallace/css-time-sort
Releases · projectwallace/css-time-sort
2.0.2
What's Changed
Maintenance release to update CI, add more checks and improve bundling speed.
- Run Publint to check for package issues by @bartveneman in #7
- replace microbundle with Vite by @bartveneman in #9
New Contributors
- @bartveneman made their first contribution in #7
Full Changelog: v2.0.1...v2.0.2
2.0.1
- README updates
- fix some publish configs, because the
/dist
folder is missing and the path to the types files was incorrect
2.0.0
✨ v2 ✨
- Rewritten from the ground up
- ESM and CJS compatible
- Exports types
- Extensive unit tests added
- Better handling of
var(--foo)
and non-time-like input - Swapped Travis for GitHub Actions