Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@Arcanemagus Arcanemagus released this 04 Jan 18:05
· 204 commits to master since this release

2.0.0 (2018-01-04)

Bug Fixes

  • package: update atom-linter to version 10.0.0 (#13) (d23391a)
  • slight grammar fix in warning message (5702ee3)

Features

  • update to Linter v2 API (2d9798a)

Performance Improvements

  • decaffeinate the provider and defer dependencies (3f607fc)

BREAKING CHANGES

  • The executablePath setting has been removed and is no longer
    available. linter-pug will now use your project's local pug-lint
    when one can be found using the standard require.resolve
    implementation. If one can't be found local to your project then the
    bundled one will be used as a fallback.