Releases: KennyOliver/FlavorLang
Releases · KennyOliver/FlavorLang
v0.49.3-beta: Support for Prompts in `sample()`
What's Changed
- Issue 245: Add Support for Prompts in
sample()
by @KennyOliver in #246
Full Changelog: v0.49.2-beta...v0.49.3-beta
v0.49.2-beta: `random` Now Working
What's Changed
- Issue 243: Built-in
random
function always gives same value on every call by @KennyOliver in #244
Full Changelog: v0.49.1-beta...v0.49.2-beta
v0.49.1-beta: Fix — Math functions now return the correct types
What's Changed
- Issue 240: Fix —
floor
/ceil
/round
now return integers &abs
now returns int/float dependent on input by @KennyOliver in #242
Full Changelog: v0.49.0-beta...v0.49.1-beta
v0.49.0-beta: New `floor`, `ceil`, `round`, and `abs`
What's Changed
- Issue 240: Add
floor
,ceil
,round
, andabs
to the Standard Library by @KennyOliver in #241
Full Changelog: v0.48.3-beta...v0.49.0-beta
v0.48.3-beta: Fix — RNG Produced Repeated Results, String-Int Concatenation Now Works
What's Changed
- Issue 238: RNG Produced Repeated Results by @KennyOliver in #239
Full Changelog: v0.48.1-beta...v0.48.3-beta
v0.48.1-beta: Fix — Parser error with range syntax in `for` loops
What's Changed
- Issue 236: Fix — Parser error with range syntax in
for
loops by @KennyOliver in #237
Full Changelog: v0.48.0-beta...v0.48.1-beta
v0.48.0-beta: New Simplified for Loop Syntax for Iterating over Arrays
What's Changed
- Issue 234: Add Simplified
for
Loop Syntax for Iterating over Arrays by @KennyOliver in #235
Full Changelog: v0.47.2-beta...v0.48.0-beta
v0.47.2-beta: Fix — Parser error for function calls in for loop range
What's Changed
- Issue 232: Fix — Parser error for function calls in
for
loop range by @KennyOliver in #233
Full Changelog: v0.47.1-beta...v0.47.2-beta
v0.47.1-beta: Fix — Remove unnecessary check for example_plugin.so
What's Changed
- Issue 230: Fix — Remove unnecessary check for
example_plugin.so
by @KennyOliver in #231
Full Changelog: v0.47.0-beta...v0.47.1-beta
v0.47.0-beta: New CLI Command Autocompletion!
What's Changed
- Issue 222: Add — Tab Completion for Commands with Automatic Installation by @KennyOliver in #223
- Issue 222: Fix — Incorrect Autocomplete Script Paths by @KennyOliver in #224
- Issue 222: Fix — Incorrect File Extensions of Autocomplete Scripts by @KennyOliver in #225
- Issue 222: Fix — Messy Terminal Output when Installing by @KennyOliver in #226
- Issue 222: Update — Installation scripts by @KennyOliver in #227
- Issue 222: Fix — Zsh tab autocomplete for
flavor
command options by @KennyOliver in #228 - Issue 222: Fix — Automated Zsh & Bash autocomplete setup in install scripts by @KennyOliver in #229
Full Changelog: v0.46.1-beta...v0.47.0-beta