Skip to content

release-2.1

Compare
Choose a tag to compare
@skx skx released this 30 Nov 17:44
· 4 commits to master since this release
99d8a64

This release features a few minor changes to our internals, and a single correctness fix:

  • It is now possible to specify a Context when creating an interpreter.
    • This is useful if you embed the package and wish to avoid DoS attacks, via infinite loops and similar.
    • Reported in #116, and resolved in #118.
  • Without using whitespace we now do a better job of differentiating between subtraction and the use of negative literals.
  • We've updated our fuzz-testing implementation to use that available natively within recent releases of the golang toolchain.
    • Reported in #117, and resolved in #119.

Issues reported in the future will continue to be addressed, but otherwise I think this is a nice stable and complete point at which to leave the project so I don't anticipate making significant updates going foward.