0.5.6: More perf
- Optimize JSON Pointer decoding/parsing for across-the-board perf improvements.
- Switch to loops instead of
Array.prototype.*
in several perf-critical spots. - Make
copy
operations throwInvalidPatchOperationError
for non-existentfrom
paths.