Skip to content

1.2.10

Latest
Compare
Choose a tag to compare
@michaeleisel michaeleisel released this 08 Dec 19:50
· 3 commits to master since this release
  • Computes the codingPath in a more efficient manner when it's needed. Previously, it was done in a lazy way that could create performance pitfalls in very rare cases. There is some performance impact to the common case, but things are now more reliable, and to compensate, I've added other optimizations.
  • Creates thrown errors more efficiently