Skip to content

v7.0.3

Compare
Choose a tag to compare
@jmoenig jmoenig released this 04 Jan 16:40
· 1967 commits to master since this release

7.0.3:

  • New Features:
    • arity control for assembling polyadic inputs using JOIN (pass a list whose first item is an integer representing the number of slots followed by the contents of those slots)
  • Notable Changes:
    • same blocks with empty variadic inputs compare as equal regardless of their arity
    • made "When I receive any messagge" non-thread-safe by default (again) to enable tail recursive broadcasts
    • improved handling of user-defined errors and errors inside custom blocks
  • Notable Fixes:
    • fixed storing the stage name(s) - also fixes undesired translation
    • removed distinction between number and string keys in "analyze"
    • fixed variable binding when broadcasting through the API, thanks, Zak!
    • fixed programmatically hiding palette blocks using the "hide variable" block, thanks, Zak!
    • fixed / worked around PWA caching for URLs with query parts, thanks, Ken!
    • added missing "identical to" relabel option to "less than" reporter, thanks, Mary!
  • Translation Updates:
    • Italian, thanks, Stefano!