Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.04 KB

Changes

0.8.2

  • Fix a bug in how the functions were being declared
  • Update dependencies

0.8.1

  • Fix a bug if invalid options were manually set in the Atom config file

0.8.0

  • Added severity attribute
  • Optimized package loading and linting execution times
  • Added error-level option
  • Now capturing the errors puppet-lint throws to stdout
  • Updated dependencies
  • Made row and column of warnings and errors more precise

0.7.0

  • Code efficiency improvements, cleanup, and generally faster now
  • Updated dependencies
  • Added skip for 140 char check for PuppetLint > 1.1.0 and automatic fix (-f arg) option

0.6.3

  • Fix oldVersion flag being incorrectly set (#51)

0.6.2

  • Update dependencies

0.6.0

  • Install dependencies on activation

0.5.0

  • Added support to set the right column number
  • The plugin now uses a custom log format. This makes the plugin incompatible with old versions of puppet-lint

0.4.0

  • Rewritten in javascript
  • Linter ^3.0.0 compatible
  • Enable/Disable individual check in settings
  • Changed to lint on save