0.5.0
·
2405 commits
to main
since this release
- Added "for ITERABLE as VALUE" loop
- Added $-strings (string interpolation)
- Added prefix ++ operator
- Added support for binary number literals.
- Added C-style enums
- Added
_PSOUPglobal - Updated
package.pathto look for .pluto files in working directory by default - Deprecated "pluto_case" and "pluto_default" (now "case" and "default", respectively)
- Removed what was deprecated in 0.4.0 (sleep -> os.sleep, os.remove -> io.remove, os.rename -> io.rename)
- Added execution time limit (optional, must be enabled in luaconf.h)
- Added content moderation
Standard Library:
- Added io.makedirs
Standard Library (Soup):
- Added
base64 - Added
base58 - Added
base32 - Added
json