Skip to content

Releases: robotcodedev/robotcode

v0.62.2

28 Oct 13:30
v0.62.2
b050743
Compare
Choose a tag to compare

Fix

  • langserver: resolving of ${EXECDIR} and ${CURDIR} corrected

v0.62.0

27 Oct 10:05
v0.62.0
52fa94a
Compare
Choose a tag to compare

Feat

  • langserver: support for importing libraries of multiple classes from a module
  • do not use pathlib.Path.resolve because it is slow and we don't need to resolve links

v0.61.7

25 Oct 20:23
v0.61.7
d08453f
Compare
Choose a tag to compare

Perf

  • langserver: increase performance of visitor a little bit more

v0.61.6

20 Oct 21:33
v0.61.6
f6a2667
Compare
Choose a tag to compare

Fix

  • langserver: correct handling of imports with the same namespace name

Refactor

  • langserver: make package import relativ

v0.61.4

15 Oct 20:23
v0.61.4
9ccb398
Compare
Choose a tag to compare

Fix

  • langserver: complete keywords containing . if there is no namespace with the name before the dot
  • discover: normalize tags in tests command and sort tags

Perf

  • langserver: speedup Visitor and AsyncVisitor a little bit

v0.61.3

10 Oct 21:02
v0.61.3
b62d31c
Compare
Choose a tag to compare

Perf

  • core: increase performance of dataclasses.from_dict
  • core: improve perfomance of converting dataclasses to json

v0.61.2

07 Oct 22:49
v0.61.2
eba2c61
Compare
Choose a tag to compare

Fix

  • some regression tests

v0.61.0

07 Oct 01:27
v0.61.0
0b93d0e
Compare
Choose a tag to compare

Feat

  • discovery: add more options for discovering tags and tests
  • robotcode: better formatting and include active, selected, enabled state of a profile in profile list command
  • robotcode: rename extra- prefix to extend- in robot.toml files

Perf

  • optimize performance of as_dict for dataclasses

v0.60.0

04 Oct 21:41
v0.60.0
fc73ba6
Compare
Choose a tag to compare

Feat

  • robotcode: add Path to allowed GLOBALS in config expressions
  • robotcode: introduce plugin spec for configuration classes

v0.59.0

28 Sep 20:51
v0.59.0
b0ee6b3
Compare
Choose a tag to compare

Feat

  • langserver: all refactorings and quickfixes are now previewable