Releases: tricktron/frege-lsp-server
Releases · tricktron/frege-lsp-server
v4.1.3-alpha
v4.1.0-alpha
What's Changed
- Gradle Tooling Api Support by @tricktron in #39
Full Changelog: v4.0.0-alpha...v4.1.0-alpha
v4.0.0-alpha
v3.4.0-alpha
What's Changed
- Partly Support Local Frege File Imports by @tricktron in #35
Full Changelog: v3.3.0-alpha...v3.4.0-alpha
v3.3.0-alpha
What's Changed
- Support Multiple Open Frege Files by @tricktron in #34
Full Changelog: v3.2.1-alpha...v3.3.0-alpha
v3.2.1-alpha
What's Changed
- Configure Frege Compiler Classpath with Environment Variable by @tricktron in #28
- Split Compile from Language Feature by @tricktron in #33
Full Changelog: v3.1.0-alpha...v3.2.1-alpha
v3.1.0-alpha
v3.0.0-alpha
What's Changed
- Refactor Tests by @tricktron in #18
- Breaking!: Directly Integrate the Frege Compiler for Diagnostics by @tricktron in #21
Full Changelog: v2.1.9-alpha...v3.0.0-alpha
v2.1.9-alpha
What's Changed
- Improves Compiler Error Matching by @tricktron in #15
Full Changelog: v2.1.8-alpha...v2.1.9-alpha
Type Hero
New Features
- displays the type signature when hovering over function names including cancellation support
- publishes the compiler diagnostics (warnings, errors) when you open and save a frege file
CI/CD changes
- publishes the JaCoCo code coverage as a badge
- publishes unit test results on pull request