Skip to content

Releases: chrispcode/iwa-cli

iwa-cli v1.1.0

30 Sep 20:31
Compare
Choose a tag to compare

Changelog

Features

  • Adds check command, which will check if iwa config is injected into the input-file.

Other

  • Updated dependencies
  • Moved some dependencies to dev dependencies

iwa-cli v1.0.0

08 Feb 14:29
Compare
Choose a tag to compare

Changelog

Features

  • Now replaces iwa-content using a regex, so that the entry file will not be formatted in any way. (Previously used cheerio)
  • Adds --config option, that can be used to specify the location to look for iwa configuration

Breaking changes

  • --noFormat option is no longer available, as it is now the default behaviour.

Other

  • Adds tests for generate and remove commands
  • Updated dependencies