Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Releases: datawrapper/cli

Modify `.gitignore` files

07 Jun 11:01
Compare
Choose a tag to compare
  • 0f91089 feat: program to add or remove entries from gitignore files
  • 1532a74 feat: setup global gitignore file

More keys

09 Apr 09:44
Compare
Choose a tag to compare

oops

09 Apr 09:40
Compare
Choose a tag to compare
  • ac8d57f fix: correct version comparision

Update the Ink

09 Apr 09:38
Compare
Choose a tag to compare

Properly sort `package.json` keys

26 Feb 14:40
Compare
Choose a tag to compare
  • feat: sort package.json keys before writing (#5)

Less strict `snake_case` rulings

14 Feb 14:39
Compare
Choose a tag to compare
  • ba8d90d add ignoreDestructuring option to camcelcase rule
  • c39eab6 perf: separate install cache

Speedy installs

08 Feb 15:03
Compare
Choose a tag to compare

npm ci removes node_modules before it installs dependencies.
This means that caching them for the install step is useless.
If instead ~/.npm get's cached, npm ci will fly and it shaved off 10s of the CI build in this pretty small repo.
node_modules caching is still required for all following jobs after install.

  • perf: cache ~/.npm for faster dependency installs (#4)

The one with `healthier`

08 Feb 12:43
Compare
Choose a tag to compare
  • docs: Development section
  • feat: VSCode Extension install script
  • fix: quotes around glob pattern for bash support
  • feat: use healthier in lint setup
  • feat: use new CI image
  • docs: fix some formatting errors