Releases: eliaperantoni/Koi
Releases · eliaperantoni/Koi
v1.8.0
v1.7.1
- No longer crashes when a script running from stdin imports another file
- Better handling of imported paths
v1.7.0
- Can now read commands' return code using the
rc
global variable
v1.6.0
v1.6.0
- Script args accessible via
args
global
v1.5.0
v1.5.0
- Escaping of quotes and double quotes
- Removed detection of expressions that begin with a vec or dict literal
v1.4.0
v1.4.0
- Added Koifile support
v1.3.0
v1.3.0
- Renamed some methods
- Added .bool() method
- Reworked number literals lexing
v1.2.0
v1.2.0
- Added input(msg) function
v1.1.0
v1.1.0
- Added .strip() method to strings
- Added .contains(string) method to strings
- Added .contains(element) method to vectors
- Added .contains(key) method to dictionaries
v1.0.0
v1.0.0
Hooray!