Releases: projectwallace/css-time-sort
Releases · projectwallace/css-time-sort
v3.1.0
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
@projectwallacein name by @bartveneman in #60
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
Maintenance-only update.
- Bump oxlint from 1.51.0 to 1.53.0 by @dependabot[bot] in #27
- Bump oxfmt from 0.36.0 to 0.38.0 by @dependabot[bot] in #26
- Configure Dependabot grouping for npm and GitHub Actions by @bartveneman in #31
- Bump the oxc group with 2 updates by @dependabot[bot] in #32
- Bump tsdown from 0.21.1 to 0.21.4 by @dependabot[bot] in #29
- Modify release workflow for version bump and permissions by @bartveneman in #33
- Bump tsdown from 0.21.4 to 0.21.5 by @dependabot[bot] in #37
- Bump the oxc group with 2 updates by @dependabot[bot] in #35
- Bump codecov/codecov-action from 5.5.2 to 5.5.3 in the github-actions group by @dependabot[bot] in #34
- Bump tsdown from 0.21.5 to 0.21.7 by @dependabot[bot] in #40
- Bump codecov/codecov-action from 5.5.3 to 6.0.0 in the github-actions group by @dependabot[bot] in #38
- Bump the oxc group with 2 updates by @dependabot[bot] in #39
- Bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #36
- Bump defu from 6.1.4 to 6.1.6 by @dependabot[bot] in #41
- Bump the oxc group with 2 updates by @dependabot[bot] in #42
- Bump tsdown from 0.21.7 to 0.21.8 by @dependabot[bot] in #44
- Bump the oxc group with 2 updates by @dependabot[bot] in #43
- Bump the oxc group with 2 updates by @dependabot[bot] in #46
- Bump typescript from 6.0.2 to 6.0.3 by @dependabot[bot] in #47
- Bump @codecov/rollup-plugin from 1.9.1 to 2.0.1 by @dependabot[bot] in #48
- Bump tsdown from 0.21.8 to 0.21.9 by @dependabot[bot] in #49
- Bump the oxc group with 2 updates by @dependabot[bot] in #50
- Bump the oxc group with 2 updates by @dependabot[bot] in #51
- Bump publint from 0.3.18 to 0.3.19 by @dependabot[bot] in #52
- chore: use pnpm; monthly update schedule; group updates, pin gh-actions by @bartveneman in #56
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Bump vite from 6.2.6 to 6.3.4 by @dependabot[bot] in #18
- Bump vite from 6.3.4 to 6.3.6 by @dependabot[bot] in #19
- Bump vite from 6.3.6 to 6.4.1 by @dependabot[bot] in #21
- Bump glob from 10.4.1 to 10.5.0 by @dependabot[bot] in #22
- Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #23
- Bump rollup from 4.40.0 to 4.59.0 by @dependabot[bot] in #24
- modernize toolchain by @bartveneman in #25
Full Changelog: v3.0.0...v3.0.1
3.0.0: ESM only
Breaking
- BREAKING: ship ESM only by @bartveneman in #17
What's Changed
- setup codecov by @bartveneman in #10
- Bump vite from 5.2.12 to 5.4.6 by @dependabot in #11
- Bump rollup from 4.21.3 to 4.22.4 by @dependabot in #12
- Bump vite from 5.4.6 to 5.4.14 by @dependabot in #13
- upgrade all dependencies by @bartveneman in #16
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: v2.0.2...v3.0.0
3.0.0-alpha.1
v3.0.0-alpha.1 v3.0.0-alpha.1
3.0.0-alpha.0
v3.0.0-alpha.0 BREAKING: ship ESM only
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
/distfolder 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