Skip to content

Releases: CaptureContext/swift-foundation-extensions

0.5.0

29 Feb 00:48
Compare
Choose a tag to compare
  • FoundationExtensionsMacros with AssociatedObject macro is a separate target
  • Add runtimeWarn function for displaying Xcode runtime warnings

Full Changelog: 0.4.2...0.5.0

0.4.2

17 Dec 19:07
Compare
Choose a tag to compare
  • Improved @AssociatedObject macro API
  • Basic helpers for swizzling

Full Changelog: 0.3.4...0.4.2

0.3.4

11 Nov 19:04
Compare
Choose a tag to compare

Fix parametrized AssociatedObject macro compilation error

Full Changelog: 0.3.3...0.3.4

0.3.1

01 Oct 23:15
Compare
Choose a tag to compare

Fix build issues when used as dependency

Full Changelog: 0.3.0...0.3.1

0.3.0

01 Oct 12:43
Compare
Choose a tag to compare

Objc object association improvements:

  • Add @AssociatedObject macro
  • Add static factories for association policies
  • Auto-detect default association policy for an object (.copy(.nonatomic) for value types, .retain(.nonatomic) for reference types)

Full Changelog: 0.2.0...0.3.0

0.2.0

20 Aug 23:16
Compare
Choose a tag to compare