Releases: VHDL-LS/rust_hdl
Releases · VHDL-LS/rust_hdl
v0.23.0
Release 0.23.0
v0.22.0
Version 0.22.0
v0.21.0
Version 0.21.0
v0.18.0
Improvements
- Some improved typechecking
- Add some 'goto'/'find' capability for overloaded names
- Perform semantic analysis also for unmapped files (put them all in an anonymous library)
v0.17.0
Improvements
- Add textDocument/hover
Fixes:
- Fix times operator precedence
v0.16.0
Improvements
- Add built in libraries to Docker release (#66)
- Add signature to subprograms and enum literals.
- Language server reloads on config file change (#98)
- Add pure keyword (#96)
Fixes:
- Check for postponed at end of process (#72)
- Add std_logic_misc package (#76)
- Correctly parse labelled end if (#97)
- Add explicit "pure" to the syntax parser (#100)
Thanks to contributers
v0.15.0
- First automatic GitHub release