Releases: objeck/objeck-lang
Releases · objeck/objeck-lang
v6.1.2
Support for signals, runtime optimizations, and bug fixes
Highlights:
- Add support for signals (new)
- Optimized calls to virtual methods (new)
- Fixed I/O buffer size inconsistencies for socket and file operations (bug: medium)
v6.1.1
v6.1.1
Bug fixes for socket server support
Highlights:
- Added SSL socket server support
- Bug fixes and enhancements
v6.0.6
What's new in v6.0.6?
LSP hover documentation support and minor bug fixes
Highlights:
- Adding hover documentation support
- Better method/function completion for literals
- Compatible with LSP v1.0.4
- Fixed issue #43
v6.0.5
Enhanced LSP support and minor bug fixes
Highlights:
• Enhanced and fixed bugs with LSP code completion
• Compatible with LSP v1.0.3
v6.0.3
Enhanced LSP support and minor bug fixes
Highlights:
• Added convenience methods to the JSON and XML parsers (new)
• Added LSP support for method/function renaming (new)
• Fixed a JSON parser bug that prevented arrays from being root elements (bug)
• Compatible with LSP v1.0.2
v6.0.2
Enhanced LSP support
Highlights:
• Added LSP support for method/function renaming
• Minor compiler fixes
v6.0.1
Enhanced LSP support
Highlights:
· Enhanced LSP support (new)
· Improved the 'Logger' class
· Minor bug fixes
v6.0.0
Added LSP support and improved memory management
Highlights:
- Added initial hook for LSP support (new)
- Compiler shows the line position of errors (new)
- Improved compiler memory management (new)
- Fixed bug 41
v5.9.7
Bug fixes
Highlights:
- Limited the number of syntactic errors shown to users (new)
- Fixed bugs #35, #36 and #37 [refer to https://github.com/objeck/objeck-lang/issues] (bugs)