Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Releases: bartveneman/gromit-cli

Enable update-notifier in npm scripts

17 Feb 17:00
Compare
Choose a tag to compare

Support z-index and box-shadow rules

03 Feb 21:31
Compare
Choose a tag to compare

Updates a bunch of dependencies including css-analyzer so that box-shadows and z-indexes can be checked when testing.

Improve error message for unknown assertion

24 Dec 22:08
Compare
Choose a tag to compare

before:

Could not assert 'stylesheet.size'. Is your config correct? Did you mean stylesheets.size

after:

Could not assert 'stylesheet.size'. Did you mean 'stylesheets.size'?

Add update-notifier

24 Dec 21:34
Compare
Choose a tag to compare

From now on, you will be notified of new versions if you run gromit-cli on the command line. Always have the latest features available! 🎉

screely-1545688412109

Update css-analyzer to v2

23 Dec 14:21
Compare
Choose a tag to compare

Autosuggest alternative metric in case of typos

02 Dec 14:47
Compare
Choose a tag to compare
  • When you make a typo in your config, like stylesheet.size instead of stylesheets.size, Gromit will now give a suggestion to use the correct one instead
  • Some basic tests were added

screely-1543761935093

Cleaner error messages on invalid JSON

20 Oct 11:37
Compare
Choose a tag to compare