Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Latest commit

 

History

History
130 lines (55 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

130 lines (55 loc) · 3.73 KB

0.4.2 (2017-09-25)

Bug Fixes

0.4.1 (2017-09-25)

0.4.0 (2017-09-25)

Features

  • lookup prettier config and relative package import, plus more tests (bbc651a)

0.3.2 (2017-09-21)

Bug Fixes

  • dont re use the same linter instance because we can't invalidate the config cache (b6e1f7b)

0.3.1 (2017-09-21)

Bug Fixes

  • fix tests and update deps (fa9ee6e)
  • vscode extension PR url (6da9874)

0.3.0 (2017-09-19)

Features

  • no more temp file to fix with stylelint (d78b40c)

0.2.3 (2017-09-19)

Bug Fixes

0.2.1 (2017-09-19)

Bug Fixes

  • add version to build changelog with np (b925156)

Features

0.2.0 (2017-09-14)

Bug Fixes

  • no need to check for arrays anymore (cc27ee9)

Features

  • support extends and add compatibility stylelint config (5698124)

0.1.1 (2017-09-13)

0.1.0 (2017-09-13)

Features

0.0.1 (2017-09-12)

Bug Fixes

  • cleanup cli (abf97a2)
  • make this test pass needs further investigation (208de52)
  • make this test pass needs further investigation (f83496b)
  • remove @std/esm cause it breaks in vscode extension (fa198eb)

Features

  • add initial implementation for the formatter and cli (6dbf2f7)
  • add more tests and test custom syntax support (a1c813b)