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

Releases: AtomLinter/atom-linter-pug

v2.0.4

06 Feb 23:10
Compare
Choose a tag to compare

2.0.4 (2019-02-06)

Bug Fixes

  • deps: pin remaining dependencies (1ad335c), closes #49

v2.0.3

26 Jan 18:24
Compare
Choose a tag to compare

2.0.3 (2018-01-26)

Bug Fixes

  • config: set _basePath on linter instance (d8eec24)
  • style: fix linting errors (218dd3e)

v2.0.2

11 Jan 19:26
Compare
Choose a tag to compare

2.0.2 (2018-01-11)

Bug Fixes

  • package: pin pug-lint to version 2.5.0 (ab08afe), closes #2 #8

v2.0.1

05 Jan 19:35
Compare
Choose a tag to compare

2.0.1 (2018-01-05)

Bug Fixes

  • correctly declare the provider for v2 API (09a8909), closes #23 #24

v2.0.0

04 Jan 18:05
Compare
Choose a tag to compare

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.