Skip to content

Releases: projectwallace/wallace-cli

3.1.0

28 Jul 19:00
Compare
Choose a tag to compare

What's Changed

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

3.0.0

15 Sep 20:05
Compare
Choose a tag to compare

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

15 Sep 19:42
Compare
Choose a tag to compare
v3.0.0-alpha.0 Pre-release
Pre-release
move deps to devDeps, because its all bundled!

2.5.0

22 Jun 12:36
Compare
Choose a tag to compare

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

Add !importants count

12 Dec 13:32
Compare
Choose a tag to compare
  • Add !important count #73 (#74)

Add text-shadow analysis

20 Sep 14:18
Compare
Choose a tag to compare

Fix for HTTP 500 Error when analyzing remote url

12 Aug 18:27
Compare
Choose a tag to compare

This release fixes a problem with fetching CSS from a remote URL.

Allow non-absolute urls as argument

21 Jul 13:57
Compare
Choose a tag to compare

🎁 Features

  • Allow non-absolute urls as argument (#64) 912f85d
    -> Be able to do $ wallace google.com instead of only $ wallace https://google.com

🔗 Dependencies

Add sloc metric

25 Jun 13:37
Compare
Choose a tag to compare

v2.0.0...vminor

v2

27 May 20:48
Compare
Choose a tag to compare
v2
  • rewrite UI with ink: no more ugly space-consuming tables but a pretty, very well-aligned one
  • all source files are now in the src folder
  • make the default output compact by default, and make verbose output opt-in

Breaking changes

  • -v is no longer a shortcut for --version. It's now a shortcut for --verbose
  • --compact and -c were removed
  • --format=json always returns the full analysis, regardless of other flags