Skip to content

v0.2.2 - Cyclic Cypress - 2023-06-12

Compare
Choose a tag to compare
@ErinvanderVeen ErinvanderVeen released this 12 Jun 13:45
· 417 commits to main since this release
442b441

Full list of changes

Added

  • #498 Updated the playground to include a nicer editor.
  • #487 Added a flag to format function that allows skipping the idempotency check.
  • #486 Added the processing time to the online playground.
  • #484 Enabled the playground to perform on-the-fly formatting.
  • #480 Shows which languages are marked as experimental in the playground.

Changed

  • #490 Bumped the Nickel grammar.
  • #494 Bumped the OCaml grammar, and fixed for the renamed infix_operator named node.

Fixed

  • #493 Fixed #492 by only trimming newlines in prettyprinting.
  • #491 Fixed #481, a SIGSEGV in exhaustivity testing.