Skip to content

Releases: polarmutex/beancount-language-server

v1.0.3

02 May 00:19
Compare
Choose a tag to compare

1.0.3 (2022-05-02)

Bug Fixes

  • github release binaries hopefully (b901bc0)
  • update nix flake to build lsp (00e97af)

v1.0.2

28 Apr 17:56
Compare
Choose a tag to compare

1.0.2 (2022-04-28)

Bug Fixes

  • cargo deny errors (4ccef65)
  • cargo doc warnings (7604072)
  • clippy warnings (8bf3cb8)
  • fixes #143 - add stdio option to keep options silimar to typescript (32c3441)
  • fixes #53 only log with specified as an option (e755ce6)
  • formatting errors (1467afb)
  • rust compiler warnings (0c86d6c)

v1.0.1

21 Jan 20:47
Compare
Choose a tag to compare

1.0.1 (2022-01-21)

Bug Fixes

  • activate document formatting by default (0f82147)

v1.0.0

12 Nov 22:21
Compare
Choose a tag to compare

1.0.0 (2021-11-12)

Bug Fixes

Features

  • account completion (3745563)
  • add ability to call bean-check (a8d4609)
  • add ability to change python path to lsp (84041f2)
  • add diagnostics from bean-check (6f1f5de)
  • add initial set of rust ci (313afe0)
  • add on save (9f014ac)
  • add start of document formatting (b585367)
  • add start of formatting tests (2ed4cc3)
  • addded initial basic completions (52a8e55)
  • added bean-check diagnostics (3ef3523)
  • added Data completion (c72a0cd)
  • added flag entries to diagnostics (17fe261)
  • added warning for flagged entries (c7bd60d)
  • basic doc formatting is good shape (d6ca9e2)
  • basic doc formatting test done (d30b2b7)
  • completion framework (a70617e)
  • completion of date (47a3527)
  • editing tree on save done (b6e3d2e)
  • formatting (179c798)
  • import recursion on load to populate forest (e81193a)
  • initial lsp tests, impl didOpen (32b61e7)
  • initial README (0035be2)
  • initial vs code ext from release (8ceed50)
  • initialize tests (a860983)
  • reorg, added TS parsing on launch (7af1a88)
  • restructure add lerna (54b3d44)
  • successfully calling bean-check (1681217)
  • support diagnostics for flagged entries (4a4b1f3)
  • switch to injection (58e8cca)
  • switching to injection (8c30e74)
  • tree-sitter parse on open files (1f5d836)
  • txn_string completion (94d57fc)
  • updated tree-sitter wasm to v2 (d5765cb)