Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

v1.1.0 / 2015-06-05

Choose a tag to compare

@benedfit benedfit released this 05 Jun 11:09
· 100 commits to master since this release

Highlights

  • CLI not supports a catch all argument e.g. stylperjade . to find all CSS and Jade files in the current working directory
  • Current working directory can now be passed to the API and CLI via options.cwd and -C, --chdir respectively
  • Success messages in results.report and CLI output are now hidden by default and are only exposed when options.verbose: true or -v, --verbose are passed to the API or CLI respectively
  • Errors are now always reported irrespective of whether verbose output is enabled or not
  • Line number are now reported for classes found in Jade #[] syntax blocks

Changes

v1.0.0...v1.1.0