Skip to content

Releases: dev-cycles/contextive

v1.9.4

18 Aug 03:31
Compare
Choose a tag to compare

1.9.4 (2023-08-18)

Bug Fixes

  • language-server: improve resilience when terms is an empty list in the definitions file. (fixes: #48) (65517ef)

v1.9.3

08 Aug 10:38
Compare
Choose a tag to compare

1.9.3 (2023-08-08)

Bug Fixes

  • language-server: ensure rendering the domain vision statement is correct even with trailing whitespace/newline. (fixes #47) (27f86c1)
  • language-server: term usage examples render within double-quotes correctly even with leading and trailing whitespace/newlines. (292553f)
  • vscode: the default definitions file includes a definition of the 'aliases' key (a983db2)

v1.9.2

04 Jul 20:01
Compare
Choose a tag to compare

1.9.2 (2023-07-04)

Bug Fixes

  • language-server: display aliases in the hover panel (6ba291b)

v1.9.1

03 Jul 14:33
Compare
Choose a tag to compare

1.9.1 (2023-07-03)

Bug Fixes

  • vscode: ensure the language server process stops when vscode stops the extension. Bug in dependency vscode-languageclient fixed by update. (fixes #44) (a3f7ed8)

v1.9.0

21 Jun 19:44
Compare
Choose a tag to compare

1.9.0 (2023-06-21)

Features

  • language-server: add support for term aliases and show term definition when hovering over an alias (28103de)

v1.8.1

13 Jun 12:53
Compare
Choose a tag to compare

1.8.1 (2023-06-13)

Bug Fixes

  • language-server: Ensure Contextive works with both CRLF and LF files on Windows (#40) (9a4d248)

v1.8.0

11 Jun 09:50
Compare
Choose a tag to compare

1.8.0 (2023-06-11)

Bug Fixes

  • language-server: ensure hover works even if the file's path has special characters in it (076a029)
  • language-server: resolve error notifications when hovering over a space in column 0 (51936b8)

Features

  • vscode: Add support for linux-arm64 platform (38d9afb)

v1.7.0

28 May 17:15
Compare
Choose a tag to compare

1.7.0 (2023-05-28)

Features

  • vscode: add support for multi-root workspaces with a shared definitions file (#38) (99a4257)

v1.6.0

28 Mar 09:15
Compare
Choose a tag to compare

1.6.0 (2023-03-28)

Features

  • language-server: show hover panel for plural of defined terms (d45095d)

v1.5.1

24 Mar 06:49
Compare
Choose a tag to compare

1.5.1 (2023-03-24)

Bug Fixes

  • vscode: Ensure Contextive hover results appear below more relevant language feature results. (2e9e40c)