Releases: objeck/objeck-lang
Releases · objeck/objeck-lang
v6.3.4
Performance improvements and minor enhancements
Highlights:
- More performance improvements for interpreted code
- Updated command line documentation
v6.3.3
Performance improvements and minor bug fixes
Highlights:
- Performance improvements for interpreted code
- Bug fixes for LSP support (bug: medium)
v6.3.2
Performance improvements and minor bug fixes
Highlights:
- Performance improvements for interpreted code
- Bug fixes for LSP support (bug:medium)
v6.3.1
Minor enhancements
Highlights:
- Enhanced ‘Float’ formatting for strings and console output (new)
- Tweaked compiler optimizations (new)
- Fixed ‘Base64’ decoding error (bug:low)
v6.3.0
Enhanced support for Apple Silicon, new classes, and bug fixes
Highlights:
- For macOS Apple Silicon, all libraries are linked locally, including SLD2 and LibreSSL (new)
- Add a 'Stringify' interface (new)
- Fixed bugs #47 (minor), #48 (medium) and #49 (major)
v6.2.4
New classes and bug fixes
Highlights:
- Add a ‘Stringify’ interface (new)
- Fixed bugs #47 (minor), #48 (medium) and #49 (major)
v6.2.3
New webserver frame, new classes, and bug fixes
Highlights:
- Created a HTTPS and HTTP webserver framework (new)
- Add a 'Stringify' interface (new)
- Fixed bug #47 (minor)
v6.2.2
New classes and bug fixes
Highlights:
- Added HTTPS and HTTP web server classes (new)
- Corrected documentation typos (bug: minor)
- Fixed bug #47 (bug: minor)
v6.2.1
New classes and bug fixes
Highlights:
- Added HTTPS and HTTP web server classes (new)
- Fixed bug #47 (bug: minor)
v6.2.0
Enhancements to networking, core classes and bug fixes
Highlights:
- Updated networking functionality to support hybrid IPv4 and IPv6 sockets (enhancement)
- Added 'IsInt' and 'IsFloat' to String class (enhancement)
- LSP support to find all method calls associated with a method (enhancement)
- Resolved a range of LSP bugs (bug: medium)
- Fixed bug in the 'Cache' class (bug: high)
- Fixed the 'TCPSecureSocketServer' class to accept non-local connections (bug: medium)
- Updated 'Runtime->GetPlatform()' to correctly identify Windows 10 and 11 hosts (bug: low)