Skip to content

0.5.0

Compare
Choose a tag to compare
@bnickel bnickel released this 01 Apr 17:05
· 1 commit to main since this release

Fixed

  • Fixed code signing when targeting Catalyst. The issue was caused by the zip file not preserving symlinks.

Changed

  • "Target IVar" capture is now disabled by default since certain code patterns can cause Swift's Mirror to crash. This can be re-enabled by starting Heap with .enableInteractionReferencingPropertyCapture: true.