Skip to content

Latest commit

 

History

History
256 lines (73 loc) · 7.32 KB

CHANGELOG.md

File metadata and controls

256 lines (73 loc) · 7.32 KB

Change Log

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

0.11.0 (2021-11-29)

Features

  • improve support for using custom translators (02ade04)

0.10.1 (2021-11-22)

Bug Fixes

  • use fallback if cannot load user compiler (9164a45)

0.10.0 (2021-10-22)

Features

0.9.1 (2021-10-13)

Bug Fixes

  • formatting untitled files (f976ead)

0.9.0 (2021-10-13)

Features

  • improve code formatting command (1733d69)

0.8.0 (2021-10-12)

Features

  • switch to prettier based formatter (439ef33)

0.7.5 (2021-10-09)

Bug Fixes

  • issue with parser not emitting events (c7ce48d)

0.7.4 (2021-08-12)

Bug Fixes

  • server: issue loading compiler (b71fef5)

0.7.3 (2021-07-29)

Note: Version bump only for package @marko/language-server

0.7.2 (2021-07-28)

Note: Version bump only for package @marko/language-server

0.7.1 (2021-07-26)

Bug Fixes

0.7.0 (2021-07-26)

Features

  • upgrade to Marko 5, stop surfacing taglib errors (e9b3a7e)

0.6.2 (2021-05-05)

Note: Version bump only for package @marko/language-server

0.6.1 (2021-02-08)

Bug Fixes

  • language-server: handle errors thrown while parsing (3cc2b32)

0.6.0 (2021-02-07)

Features

  • improve support for future atom client (54edd9e)

0.5.0 (2021-02-05)

Features

  • update with latest vscode deps, some refactoring (006238a)

0.4.1 (2019-12-04)

Bug Fixes

  • never attribute takes precidence (93a1b44)

0.4.0 (2019-12-04)

Features

  • add never type to attr def to allow blacklisting attrs (0ef17c6)

0.3.0 (2019-10-18)

Features

  • language-server: add support for legacy dynamic attrs (6ea0ddd)

0.2.4 (2019-10-18)

Bug Fixes

  • language-server: issue with checking for older Marko versions (c8315f8)

0.2.3 (2019-10-16)

Bug Fixes

  • clear Marko caches between completions (677fc01)

0.2.2 (2019-08-27)

Bug Fixes

  • language-server: paths now work on windows (1f2bbb0)

0.2.1 (2019-08-22)

Bug Fixes

  • improve deployment scripts (51e5915)
  • missing tslib dependency (fa86608)

0.2.0 (2019-08-22)

Features

  • javascript autocomplete and fixed issues with style (9b84dd2)