Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.62.2
Fix
- langserver: resolving of ${EXECDIR} and ${CURDIR} corrected
v0.62.0
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
Perf
- langserver: increase performance of visitor a little bit more
v0.61.6
Fix
- langserver: correct handling of imports with the same namespace name
Refactor
- langserver: make package import relativ
v0.61.4
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
Perf
- core: increase performance of dataclasses.from_dict
- core: improve perfomance of converting dataclasses to json
v0.61.2
Fix
- some regression tests
v0.61.0
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 toextend-
in robot.toml files
Perf
- optimize performance of as_dict for dataclasses
v0.60.0
Feat
- robotcode: add
Path
to allowed GLOBALS in config expressions - robotcode: introduce plugin spec for configuration classes
v0.59.0
Feat
- langserver: all refactorings and quickfixes are now previewable