Releases: zuhanit/epscript-lsp
Releases · zuhanit/epscript-lsp
Release list
November 11, 2022 (version 1.2.2)
October 20, 2022 (version 1.2.1)
What's Changed
- Refactor structure by @zuhanit in #32
- Support Binary Literal. (Thanks to @Chromowolf)
Full Changelog: 1.2.0...1.2.1
October 20 2022 (version 1.2.0)
What's Changed
Full Changelog: 1.1.0...1.2.0
October 08 2022 (version 1.1.0)
What's Changed
- feat: Add semantic highlight by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/26
- fix: Implement undefined guard in ternary expression (Thanks: 끝의실)
- fix: Update repository name in package.json
- fix: Rename package names
Full Changelog: zuhanit/epscript-language-server@1.0.10...1.1.0
August 29 2022 (version 1.0.10)
What's Changed
- Fix circular import by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/25
Full Changelog: zuhanit/epscript-language-server@1.0.9...1.0.10
August 08 2022 (version 1.0.9)
What's Changed
- fix: Return parent of current scope by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/23
- fix: Visit childrens include singleexpr by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/24
Full Changelog: zuhanit/epscript-language-server@1.0.8...1.0.9
June 21 2022 (version 1.0.8)
What's Changed
- Implement symbol documenting by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/18
- Implement Show Symbol Definition by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/19
- fix: Add exist check by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/20
Full Changelog: zuhanit/epscript-language-server@1.0.7...1.0.8
June 16 2022 (version 1.0.7)
What's Changed
- feat: Add undefined document watcher by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/9
- Starcraft constant by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/11
- Integrate workspace by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/15
- fix: Validate configuration settings by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/16
- Static keyword by @zuhanit in https://github.com/zuhanit/epscript-language-server/pull/17