Skip to content

Releases: projectwallace/css-time-sort

v3.1.0

19 May 19:14

Choose a tag to compare

What's Changed

  • Bump pnpm/action-setup from 4.3.0 to 6.0.8 in the github-actions group by @dependabot[bot] in #57
  • Bump the npm-all group with 4 updates by @dependabot[bot] in #58
  • chore: rebrand package to include @projectwallace in name by @bartveneman in #60

Full Changelog: v3.0.2...v3.1.0

v3.0.2

13 May 12:41
054925f

Choose a tag to compare

What's Changed

Maintenance-only update.

Full Changelog: v3.0.1...v3.0.2

v3.0.1

09 Mar 19:47

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

3.0.0: ESM only

12 Apr 19:23

Choose a tag to compare

Breaking

What's Changed

New Contributors

Full Changelog: v2.0.2...v3.0.0

3.0.0-alpha.1

12 Apr 19:19

Choose a tag to compare

3.0.0-alpha.1 Pre-release
Pre-release
v3.0.0-alpha.1

v3.0.0-alpha.1

3.0.0-alpha.0

12 Apr 19:17

Choose a tag to compare

3.0.0-alpha.0 Pre-release
Pre-release
v3.0.0-alpha.0

BREAKING: ship ESM only

2.0.2

30 May 20:35

Choose a tag to compare

What's Changed

Maintenance release to update CI, add more checks and improve bundling speed.

New Contributors

Full Changelog: v2.0.1...v2.0.2

2.0.1

14 Apr 11:12

Choose a tag to compare

  • README updates
  • fix some publish configs, because the /dist folder is missing and the path to the types files was incorrect

2.0.0

14 Apr 09:56

Choose a tag to compare

✨ 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