Releases: Baltasarq/Pooi
Releases · Baltasarq/Pooi
Pooi v2.2.3 20230909
Pooi v2.2.2 20220427
Changelog:
- Fixes font rendering issues.
Pooi v2.2.1 20181203
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
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
ChangeLog:
- Bold names for objects in the object diagram.
Pooi v2.0 20180116
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
Changelog:
- Minor bugfixes
Pooi v1.8 20160615
ChangeLog:
- Polishing, bugfixes
- Lib scripts
- Beta version
Pooi v1.7 20160528
ChangeLog:
- Bugfixes
- Created command-line version (in the same jar)
Pooi v1.5.1 20160520
Changelog:
- Bugfixes