Skip to content

Releases: objeck/objeck-lang

v6.3.4

09 Apr 21:39
18b6e63
Compare
Choose a tag to compare

Performance improvements and minor enhancements

Highlights:

  1. More performance improvements for interpreted code
  2. Updated command line documentation

v6.3.3

02 Apr 01:55
Compare
Choose a tag to compare

Performance improvements and minor bug fixes

Highlights:

  1. Performance improvements for interpreted code
  2. Bug fixes for LSP support (bug: medium)

v6.3.2

29 Mar 06:02
Compare
Choose a tag to compare

Performance improvements and minor bug fixes

Highlights:

  1. Performance improvements for interpreted code
  2. Bug fixes for LSP support (bug:medium)

v6.3.1

17 Feb 01:36
Compare
Choose a tag to compare

Minor enhancements

Highlights:

  1. Enhanced ‘Float’ formatting for strings and console output (new)
  2. Tweaked compiler optimizations (new)
  3. Fixed ‘Base64’ decoding error (bug:low)

v6.3.0

17 Jan 02:40
Compare
Choose a tag to compare

Enhanced support for Apple Silicon, new classes, and bug fixes

Highlights:

  1. For macOS Apple Silicon, all libraries are linked locally, including SLD2 and LibreSSL (new)
  2. Add a 'Stringify' interface (new)
  3. Fixed bugs #47 (minor), #48 (medium) and #49 (major)

v6.2.4

13 Jan 22:03
Compare
Choose a tag to compare

New classes and bug fixes

Highlights:

  1. Add a ‘Stringify’ interface (new)
  2. Fixed bugs #47 (minor), #48 (medium) and #49 (major)

v6.2.3

10 Jan 20:40
Compare
Choose a tag to compare

New webserver frame, new classes, and bug fixes

Highlights:

  1. Created a HTTPS and HTTP webserver framework (new)
  2. Add a 'Stringify' interface (new)
  3. Fixed bug #47 (minor)

v6.2.2

07 Jan 23:27
a744f71
Compare
Choose a tag to compare

New classes and bug fixes

Highlights:

  1. Added HTTPS and HTTP web server classes (new)
  2. Corrected documentation typos (bug: minor)
  3. Fixed bug #47 (bug: minor)

v6.2.1

06 Jan 02:20
Compare
Choose a tag to compare

New classes and bug fixes

Highlights:

  1. Added HTTPS and HTTP web server classes (new)
  2. Fixed bug #47 (bug: minor)

v6.2.0

31 Dec 06:38
Compare
Choose a tag to compare

Enhancements to networking, core classes and bug fixes

Highlights:

  1. Updated networking functionality to support hybrid IPv4 and IPv6 sockets (enhancement)
  2. Added 'IsInt' and 'IsFloat' to String class (enhancement)
  3. LSP support to find all method calls associated with a method (enhancement)
  4. Resolved a range of LSP bugs (bug: medium)
  5. Fixed bug in the 'Cache' class (bug: high)
  6. Fixed the 'TCPSecureSocketServer' class to accept non-local connections (bug: medium)
  7. Updated 'Runtime->GetPlatform()' to correctly identify Windows 10 and 11 hosts (bug: low)