Skip to content

Latest commit

 

History

History
169 lines (86 loc) · 8.13 KB

CHANGELOG.md

File metadata and controls

169 lines (86 loc) · 8.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.23 (2022-08-16)

Features

Bug Fixes

  • catch error if serverPath doesn't exist (#267) (95caf81)

0.1.22 (2022-08-14)

Bug Fixes

  • mark interpolation as meta.embedded instead of markup.italic (cd420d0)

0.1.21 (2022-08-14)

Bug Fixes

  • mark interpolation as meta.embedded instead of markup.italic (cd420d0)

0.1.20 (2022-02-23)

0.1.19 (2022-01-02)

Features

Bug Fixes

  • auto close at end of string (ae0c981)
  • auto close double quotes in comments (aab9cef)
  • don't auto close single quotes (c912fc8)
  • folding marker comments (bab9fdf)
  • quotes inside attributes (b003401), closes #189
  • update branch names in ci configs (66e6991)

0.1.18 (2021-10-12)

0.1.17 (2021-10-12)

Features

  • make the formatter path configurable (03c25cb)

Bug Fixes

  • release to ovsx registry (b07688e)

0.1.16 (2021-08-20)

Features

0.1.15 (2021-08-16)

0.1.14 (2021-08-16)

Features

  • upgrade dependencies to latest versions (072b823)

0.1.13 (2021-08-16)

0.1.12 (2021-05-08)

0.1.11 (2021-05-08)

Features

  • linter: Allow symbol errors to show (static analysys) (041dffc)

0.1.10 (2021-03-24)

0.1.9 (2021-03-24)

0.1.8 (2020-12-23)

Features

  • create vsix artifacts part of release (6e2c1fe)

0.1.7 (2020-12-23)

0.1.6 (2020-12-23)

Features

  • add rnix LSP support (ec3dee3), closes #10
  • check rnix-lsp and suggest if not installed (e09563f)

Bug Fixes

  • since update to lsp-client v7 (e3fa686)

0.1.5 (2020-10-24)

0.1.3 (2020-08-16)

0.1.2 (2020-08-16)

0.1.1 (2020-08-16)

Features

  • add fable to project (e7b4962)
  • add license info (f559fc3)
  • add linter for nix files with nix-instantiate (cbf6abe)
  • adding basic snippets (02e1995)
  • initial commit (35d49df)
  • markdown embedded support (4debbfd)
  • update language configuration (188c9cf)

Bug Fixes

0.0.2 (2020-08-16)

Features

  • add fable to project (e7b4962)
  • add license info (f559fc3)
  • add linter for nix files with nix-instantiate (cbf6abe)
  • adding basic snippets (02e1995)
  • initial commit (35d49df)
  • markdown embedded support (4debbfd)
  • update language configuration (188c9cf)

Bug Fixes

Change Log

All notable changes to the "nix" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

  • Initial release