Skip to content

Releases: KennyOliver/FlavorLang

v0.49.3-beta: Support for Prompts in `sample()`

20 Jan 02:00
3876994
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.49.2-beta...v0.49.3-beta

v0.49.2-beta: `random` Now Working

19 Jan 23:17
b262e41
Compare
Choose a tag to compare

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

19 Jan 23:03
963ffe2
Compare
Choose a tag to compare

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`

19 Jan 21:58
e8861bf
Compare
Choose a tag to compare

What's Changed

  • Issue 240: Add floor, ceil, round, and abs 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

19 Jan 21:40
c63faf0
Compare
Choose a tag to compare

v0.48.1-beta: Fix — Parser error with range syntax in `for` loops

19 Jan 21:18
1419ba8
Compare
Choose a tag to compare

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

19 Jan 16:20
c7ba41b
Compare
Choose a tag to compare

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

19 Jan 15:53
c768336
Compare
Choose a tag to compare

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

19 Jan 15:45
e9b57fa
Compare
Choose a tag to compare

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!

19 Jan 14:10
b66169b
Compare
Choose a tag to compare

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

Screenshot 2025-01-19 at 13 44 49
Screenshot 2025-01-19 at 14 11 34

Full Changelog: v0.46.1-beta...v0.47.0-beta