Skip to content

Releases: jesperkha/Fizz

v1.1.0

05 Mar 17:43
Compare
Choose a tag to compare

Version 1.1.0

Whats new:

  • New docs subcommand to view functions in a given library
  • Newline and tab characters for strings

Bug fixes and more:

  • New terminal argument parser

v1.0.0

31 Dec 20:12
Compare
Choose a tag to compare

Version 1.0.0

Whats new:

  • Enums
  • New repeat statement
  • Range statement

Bug fixes and more:

  • Changed env to allow acces to definitions / reassignments after a closure was formed
  • Added new recursive equality check for objects and arrays
  • Implemented callstack and -f flag to show it
  • Error for exceeding recursion limit
  • Fixed bug where environments would be referenced and not copied

v0.6.0

28 Dec 20:12
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Version 0.6.0

Whats new:

  • Libraries
  • Error statement

Bug fixes and more:

  • Automatic documentation for libraries

v0.5.0

26 Dec 23:25
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Fizz version 0.5.0

Whats new:

  • Arrays
  • New := operator for variable declaration, removed var statement (temporary)

Bug fixes and more:

  • Prettier print for values
  • Fixed the semicolon error to now actually show when there is a semicolon missing, instead of just giving an expression error
  • Fixed error that would occur when calling group expressions

v0.4.0

16 Dec 09:59
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Version 0.4.0

Whats new:

  • Closures

Bug fixes and more:

  • Errors for circular imports
  • Patched bug where env was cleared in terminal mode

v0.2.0

27 Nov 20:25
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Version 0.2.0 (Windows only)

Test build.