Skip to content

Latest commit

 

History

History
68 lines (28 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

68 lines (28 loc) · 2.63 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.24.0 (2019-09-16)

Features

  • Display block import references in error output. (190993f), closes #248
  • Display selector error locations using sourcemaps. (78756f2)
  • Track ranges instead of only the start position for errors. (f7f2dfb)
  • Use sourcemaps for errors involving non-selector nodes. (f7b53fd)
  • cli: Display error in context with the source file's contents. (2317880)

0.23.1 (2019-05-09)

Bug Fixes

  • Add missin bin script to cli. (5c5bcf3)

0.23.0 (2019-05-08)

Bug Fixes

Features

  • Imports via npm and aliases. (79fafe8)

0.22.0 (2019-05-02)

Bug Fixes

  • Display the file where the error occurred. (114dd63)

Features

Change Log