Skip to content

Version 0.0.4

Latest
Compare
Choose a tag to compare
@lukaskubanek lukaskubanek released this 24 Mar 14:57
· 160 commits to main since this release
60ceb50
  • Set up CI for multiple Swift versions, macOS versions, and architectures (x86_64 & arm64).
  • Increased minimum Swift version to 5.9.
  • Initial refactoring of the NSObject method for installing hooks, introducing the new signature: NSObject.addHook(for:methodSignature:hookSignature:implementation:)
  • Deprecated previous NSObject hook methods. Particularly, the class-level method was deprecated to avoid confusion, as hooking class methods isn’t supported.
  • The implementation builder block now returns a non-optional value, removing a workaround previously needed for an older Swift compiler issue.