Skip to content

Releases: Baltasarq/Pooi

Pooi v2.2.3 20230909

09 Sep 10:52
Compare
Choose a tag to compare

Changelog:

  • Fixes the interpreter to correctly ignore other unicode whitespaces.

Pooi v2.2.2 20220427

27 Apr 17:50
Compare
Choose a tag to compare

Changelog:

  • Fixes font rendering issues.

Pooi v2.2.1 20181203

03 Dec 12:22
Compare
Choose a tag to compare

Changelog:

  • Improved error information retrieving sessions.
  • Now methods can span several lines, provided you open the brace in the same line the method is defined in.

Pooi v2.2 20180605

05 Jun 15:08
Compare
Choose a tag to compare

ChangeLog:

  • Minor changes to take advantage of lambdas and make code clearer.
  • Bugfix: when an string literal was used as reference, it appeared without quotes.

Pooi v2.1 20180118

18 Jan 11:50
Compare
Choose a tag to compare

ChangeLog:

  • Bold names for objects in the object diagram.

Pooi v2.0 20180116

17 Jan 13:15
Compare
Choose a tag to compare

Changelog:

  • You cannot name anything as "set" (caused a lot of trouble, clashing with object.set, a vital method).
  • Added not and true? methods to Bool.
  • Methods are now outputted correctly (instructions in correct order).
  • Minor fixes.
  • Minor bugfixes.

Pooi v1.9 20160629

29 Jun 09:17
Compare
Choose a tag to compare

Changelog:

  • Minor bugfixes

Pooi v1.8 20160615

17 Jun 08:34
Compare
Choose a tag to compare

ChangeLog:

  • Polishing, bugfixes
  • Lib scripts
  • Beta version

Pooi v1.7 20160528

28 May 09:24
Compare
Choose a tag to compare

ChangeLog:

  • Bugfixes
  • Created command-line version (in the same jar)

Pooi v1.5.1 20160520

20 May 20:06
Compare
Choose a tag to compare

Changelog:

  • Bugfixes