Releases: KennyOliver/FlavorLang
Releases · KennyOliver/FlavorLang
v0.32.0-alpha: Add File IO Support to Standard Library (Read, Write, Append)
Pre-release
What's Changed
- Issue 139: Add File IO Support to Standard Library (Read, Write, Append) by @KennyOliver in #141
Full Changelog: v0.31.0-alpha...v0.32.0-alpha
v0.31.0-alpha: Implement a Standard Library Function for Time
What's Changed
- Issue 135: Implement a Standard Library Function for Time by @KennyOliver in #138
- Add:
get_time
to VSC syntax highlighter by @KennyOliver in #140
Full Changelog: v0.30.1-alpha...v0.31.0-alpha
v0.30.1-alpha: Casting Functions `string()`, `int()`, and `float()` Not Working
Pre-release
What's Changed
- Issue 136: Casting Functions
string()
,int()
, andfloat()
Not Working by @KennyOliver in #137
Full Changelog: v0.30.0-alpha...v0.30.1-alpha
v0.30.0-alpha: Add `random()` Function to Standard Library / Built-In Functions
Pre-release
What's Changed
- Issue 133: Add
random()
Function to Standard Library / Built-In Functions by @KennyOliver in #134
Full Changelog: v0.29.0-alpha...v0.30.0-alpha
v0.29.0-alpha: Refactor & Update Function Names, Documentation, and Syntax Highlighter
Pre-release
What's Changed
- Issue 130: Refactor & Update Function Names, Documentation, and Syntax Highlighter by @KennyOliver in #131
- Update package.json by @KennyOliver in #132
Full Changelog: v0.28.0-alpha...v0.29.0-alpha
v0.28.0-alpha: Add Copyright Notice & Logo for FlavorLang & Repository
What's Changed
- Issue 128: Add Copyright Notice for FlavorLang & Repository by @KennyOliver in #129
Full Changelog: v0.27.0-alpha...v0.28.0-alpha
v0.27.0-alpha: Implement Boolean Operators (`&&`, `||`, and `!`)
What's Changed
- Issue 126: Implement Boolean Operators (
&&
,||
, and!
) by @KennyOliver in #127
Full Changelog: v0.26.0-alpha...v0.27.0-alpha
v0.26.0-alpha: Implement Parentheses Support & PEDMAS/BIDMAS/BODMAS
What's Changed
- Issue 124: Implement Parentheses Support and PEDMAS/BIDMAS/BODMAS by @KennyOliver in #125
Full Changelog: v0.25.2-alpha...v0.26.0-alpha
v0.25.2-alpha: Add support for `%`, `//`, and `**` Operators
What's Changed
- Issue 122: Add support for
%
,//
, and**
Operators by @KennyOliver in #123
Full Changelog: v0.25.1-alpha...v0.25.2-alpha
v0.25.1-alpha: Improved Error Handling for Invalid Type Casting
What's Changed
- Issue 120: Improved Error Handling for Invalid Type Casting by @KennyOliver in #121
Full Changelog: v0.25.0-alpha...v0.25.1-alpha