Skip to content

Releases: projectwallace/wallace-cli

v4.0.2

Choose a tag to compare

@bartveneman bartveneman released this 05 Apr 20:58
4f6087c

This is a re-release of v4.0.1

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

Choose a tag to compare

@bartveneman bartveneman released this 04 Apr 12:09
7d4213c

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

Choose a tag to compare

@bartveneman bartveneman released this 08 Mar 22:46

Breaking changes

  • Node support went from >=18 to >=20.12.0 (#122)
  • The CLI script is now loaded as ESM instead of CJS. Should not be a noticeable change (#122)
  • External dependencies were previously bundled into the CLI script but now loaded via node_modules (#122)

What's Changed

Full Changelog: v3.2.0...v4.0.0

3.2.0

Choose a tag to compare

@bartveneman bartveneman released this 25 May 21:35

What's Changed

Full Changelog: v3.1.0...v3.2.0

3.1.0

Choose a tag to compare

@bartveneman bartveneman released this 28 Jul 19:00

What's Changed

Full Changelog: v3.0.0...v3.1.0

3.0.0

Choose a tag to compare

@bartveneman bartveneman released this 15 Sep 20:05

Breaking changes

  • Removed built-in CSS fetching. You should now bring your own CSS via stdin or by passing in a path
  • Removed verbose mode. If you need a bunch more detail you can inspect everything we have via --json, but better: go to https://www.projectwallace.com/analyze-css

Misc.

  • Wallace CLI was rewritten from the ground up 🪵
  • Goodbye to Ink: you've served us well over the years, but it's time to go now. I'm not a React fan and some plain old JS functions will do the trick just fine 🔏
  • Install size went from VERY LARGE to a mere 100kB for the whole thing 🌱
  • The V3 Merge Request says +1,982 −11,006 lines, because close to 10,000 lines have been removed from package-lock.json

v3.0.0-alpha.0

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

Choose a tag to compare

@bartveneman bartveneman released this 15 Sep 19:42
move deps to devDeps, because its all bundled!

2.5.0

Choose a tag to compare

@bartveneman bartveneman released this 22 Jun 12:36

💀 Now uses a headless browser instead of an unstable endpoint
🚔 Lots of security updates

Add !importants count

Choose a tag to compare

@bartveneman bartveneman released this 12 Dec 13:32
  • Add !important count #73 (#74)

Add text-shadow analysis

Choose a tag to compare

@bartveneman bartveneman released this 20 Sep 14:18
  • Add text-shadow analysis
  • Update dependencies

https://github.com/bartveneman/wallace-cli/compare/v2.2.1..v2.3.0