Skip to content

1.2.1

Compare
Choose a tag to compare
@michaeleisel michaeleisel released this 06 Jul 14:11
· 35 commits to master since this release
  • Improved performance when codingPath is being computed a lot (e.g., because the decoding has a lot of errors being thrown and caught)
  • More accurate results for codingPath - there are no longer any known issues with it, and in some cases it's more accurate than Apple
  • Fixed theoretical use-after-free issue in a situation where a KeyedDecodingContainer or UnkeyedDecodingContainer were to somehow live on after the parent decoder has been deallocated