Skip to content

Releases: ArtyomKingmang/Lazurite

lazurite-2.7.3

04 May 10:20
Compare
Choose a tag to compare

Lazurite 2.7.3

Added:

  • Preprocessor
  • Collections
  • Robot library

Updated:

  • gforms library
  • std library

Lazurite 2.7.2

26 Jan 08:24
Compare
Choose a tag to compare

Added/improved:

  • more options for working with arrays
  • New libraries: clipboard, artify, jloader.
  • New functions have been added to almost all libraries and the syntax has been changed
  • More convenient api
  • New documentation - https://github.com/ArtyomKingmang/Lazurite/tree/main/docs
    Deleted:
  • The iceCream library has been deleted

Lazurite 2.7.1

29 Dec 10:07
c7b70e3
Compare
Choose a tag to compare

The naming of libraries has been changed, as well as their features and functions. Many code examples have been added: https://github.com/ArtyomKingmang/Lazurite/tree/main/examples

Lazurite 2.7

21 Dec 14:39
Compare
Choose a tag to compare

Added:
*Operator overloading
*Extended application of the "=" operator
*Multithreading and asynchrony
*Standart functions
*typeof()

New libraries:
Updating libraries:
*ML,
*http,
*Arrays,
*Colors,
*Graph
Added libraries:
*async,
*IceCream,
*lsoup
Returning the std library

Lazurite 2.6.3

09 Oct 11:30
Compare
Choose a tag to compare

In this version of Lazurite, all bugs with the old version of jdk have been fixed. The old language interface was also returned. And most importantly, the Reflection library has received a huge update. Unfortunately, the documentation for version 2.6 - 2.6.3 is not ready yet, but we are working on it

Lazurite 2.6

07 Oct 11:34
Compare
Choose a tag to compare

πŸ”Ή Lazurite 2.6πŸ”Ή
This update adds:

  • Colors module
  • System module
  • Graph module
  • Type conversion out of the box
  • Exceptions (throw), as well as keywords from the std module (readln, echo, length, getBytes, sprintf, range, substring, parseInt, parseLong, foreach, filter) have been added to the standard version of the language.
    Improved syntax flexibility. Now instead of the operators && (and), || (or), ! (not) you can write: and, or, not.

This update has removed/changed:

  • The LGL module has been removed due to problems with the java version. It has now been replaced by the Graph module
  • The java module is now called "Reflection"
  • Support for the old documentation site is being discontinued. Now the documentation will be located in the official GitHub repository and on the official website

Lazurite 2.5

19 Aug 18:35
Compare
Choose a tag to compare
  • support for java packages

  • updated graphics module LGL

  • added pattern matching