Skip to content

Releases: objeck/objeck-lang

v6.1.2

19 Dec 17:22
Compare
Choose a tag to compare

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

07 Dec 15:19
Compare
Choose a tag to compare

v6.1.1

Bug fixes for socket server support

Highlights:

  • Added SSL socket server support
  • Bug fixes and enhancements

v6.0.6

26 Nov 17:21
Compare
Choose a tag to compare

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

07 Nov 22:55
ad4cf46
Compare
Choose a tag to compare

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

31 Oct 14:38
Compare
Choose a tag to compare

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

28 Oct 13:20
Compare
Choose a tag to compare

Enhanced LSP support

Highlights:
• Added LSP support for method/function renaming
• Minor compiler fixes

v6.0.1

23 Oct 18:34
Compare
Choose a tag to compare

Enhanced LSP support

Highlights:
· Enhanced LSP support (new)
· Improved the 'Logger' class
· Minor bug fixes

v6.0.0

26 Sep 02:33
Compare
Choose a tag to compare

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.8

24 Jul 01:25
Compare
Choose a tag to compare

Bug fixes

Highlights:

v5.9.7

14 Jul 19:32
Compare
Choose a tag to compare

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)