1.2.10
- 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