Skip to content

Releases: objeck/objeck-lang

v3.3.8-2

23 Sep 02:23

Choose a tag to compare

Minor updates and bug fixes.

Highlights of this release include the following:

  1. Added support for bodiless �while� loops (new)
  2. Addressed an issue with Vector copy constructors (bug/high)
  3. Fixed a bug related to unary conditional expressions in loops (bug/med)

v3.3.8-1

16 Jun 16:53

Choose a tag to compare

Fixed major bug in the ODBC and Date libraries. Added new classes and made enhancements to a number of existing ones.

Highlights of this release include the following:

  1. Add support for "++" and "--" unary operations (new)
  2. Added the "Sytem.IO.File.Logger" class (new)
  3. Made enhancements to the "System.String" and "CSV.CsvTable" classes (new)
  4. Updated the "Sytem.IO.File.FileWriter" class
  5. Fixed bug and memory leaks in the ODBC bundle (bug/high)
  6. Fixed compatibility bugs in the "System.Time.Date" class (bug/high)

v3.3.7-0

27 Feb 03:52

Choose a tag to compare

Added CSV parsing and process support.

Highlights of this release include the following:

  • Added a new CSV library (new)
  • Fixed a bug in returning all sizes in a multidimensional object array (bug/med)

v3.3.6-2

21 Feb 02:58

Choose a tag to compare

Important bug fixes and new documentation.

Highlights of this release include the following:

  • Resolved bugs in the following APIs (high/bug)
    • "IntMap->GetKeys()" and "FloatMap->GetKeys()"
    • "RegEx->Match(offset, pattern)" offset value
    • "File->ReadFile(name)" for Linux and OS X
  • Addressed an issue with array interface allocation that impacted the "CompareVector" class (med/bug)
  • Updated API documentation and the "Programmer’s Guide" (new)
  • Added new code examples (new)

v3.3.6-1

16 Feb 20:52

Choose a tag to compare

Important bug fixes and new documentation.

Highlights of this release include the following:

  • Resolved bugs in the following APIs (high/bug)
    • IntMap->GetKeys() and FloatMap->GetKeys()
    • RegEx->Match(offset, pattern)
  • Updated API documentation and the "Programmer’s Guide" (new)
  • Added new code examples (new)

v3.3.5-5

11 Feb 01:13

Choose a tag to compare

Highlights of this release include the following:

  1. Rewrote the programmer's guide to better reflect current features (new)
  2. Optimized stack operations for floating point operations (new)
  3. Fixed ODBC "select" bug and added missing ODBC API documentation (bug/high)
  4. Addressed error checking and Unicode conversation issues with the overloaded "File->WriteBuffer(..)","TCPSocket->WriteBuffer(..)" and "TCPSecureSocket->WriteBuffer(..)" methods (bug/high)
  5. Added missing compiler check for array assignment to array element (bug/medium)

v3.3.5-2

21 Jan 02:55

Choose a tag to compare

Added installers for Ubuntu and Debian based Linux distributions. Made minor enhancements and bug fixes.

Highlights of this release include the following:

  1. Finally, added installers for Ubuntu and Debian based Linux distributions overhauling the build system (new)
  2. Optimized stack operations for floating point operations (new)
  3. Added missing compiler check for array assignment to array element (bug/medium)
  4. Overhauled the build system and release management process (misc)

v3.3.5_0

03 Dec 01:15

Choose a tag to compare

Refactored class libraries and created new API documentation. Resolved
newly identified bugs and as a result of full regression testing.

Highlights of this release include the following:

  1. Refactored and documented all class libraries (new)
  2. Developed a new inline code documentation system (new)
  3. Resolved inner enum issues associated with some class libraries (bug/major)
  4. Fixed a method inlining bug that caused some programs to crash when
    compiled with aggressive optimization (bug/major)
  5. All Windows executables are digitally sign and verified for security (new)

v3.3.3_0

12 Oct 04:10

Choose a tag to compare

Primary bug fixes...

Highlights of this release include the following:

  • Fixed Unicode console support for OS X
  • Addressed a command line parsing bug for certain quoted strings

v3.3.2_1

16 Jun 04:36

Choose a tag to compare

Bug fixes and minor feature updates.

Highlights of this release include the following:

  • The "+=" String append operator now supports the following types: String, Byte, Char, Int, Float and Bool (enhancement)
  • Fixed an issue with the debugger that caused the "continue" command to skip some breaks in loops (bug: medium)
  • Corrected a parsing bug with the new unary "<>" or "!" operator (bug: medium)
  • Launched the new project website http://www.objeck.org