Skip to content

Releases: OpenSwiftUIProject/OpenAttributeGraph

0.5.0

25 Feb 20:14
7bdd424

Choose a tag to compare

Binary Target

.binaryTarget(
    name: "OpenAttributeGraph",
    url: "https://github.com/OpenSwiftUIProject/OpenAttributeGraph/releases/download/0.5.0/OpenAttributeGraph.xcframework.zip",
    checksum: "ac7d8cb7cfd917b9f1768dc18dfea74b1ed64ce96d2424ba8c557e70736674ff"
)

Build Info

  • Xcode 16.4
  • swift-driver version: 1.120.5 Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)

What's Changed

  • Add oagBinary support by @Kyle-Ye in #215
  • Bump version to 6.5.1 and enable apple-generic versioning by @Kyle-Ye in #216
  • Replace clone-swift.sh with git submodule for Swift headers by @Kyle-Ye in #217
  • Remove deprecated attributeGraphEnabled and swiftToolchainSupported API by @Kyle-Ye in #218

Full Changelog: 0.4.0...0.5.0

0.4.0

25 Feb 16:56
e9e235f

Choose a tag to compare

Binary Target

.binaryTarget(
    name: "OpenAttributeGraph",
    url: "https://github.com/OpenSwiftUIProject/OpenAttributeGraph/releases/download/0.4.0/OpenAttributeGraph.xcframework.zip",
    checksum: "a539f876625288d4af7c7d1dccc80fd8e936058791b8071e0d534f5ec1a8a068"
)

Build Info

  • Xcode 16.4
  • swift-driver version: 1.120.5 Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)

What's Changed

  • Subgraph interface by @jcmosc in #172
  • Fix typo in OpenAttributeGraph.md by @jbafford in #184
  • Optimize WeakAttribute.changedValue by @Kyle-Ye in #185
  • Update CompareValuesCompatibilityTests by @Kyle-Ye in #186
  • Update CompatibilityTests logic by @Kyle-Ye in #187
  • Add shared workflows for OpenSwiftUI organization by @Kyle-Ye in #188
  • Add PR triage workflow by @Kyle-Ye in #192
  • Add OPENATTRIBUTEGRAPH_LIB_SWIFT_PATH support by @mmllr in #193
  • Refactor: Introduce EnvManager for structured environment variable handling by @Kyle-Ye in #194
  • Add device support for AttributeGraph by @Kyle-Ye in #198
  • Add Swift repo header checkout and SPM build tool plugin by @Kyle-Ye in #199
  • Update version marks to use framework version numbers by @Kyle-Ye in #200
  • Add Platform target with cross-platform logging support by @Kyle-Ye in #201
  • Remove OpenAttributeGraphTests target by @Kyle-Ye in #202
  • Add SwiftCorelibsCoreFoundation, Utilities targets and UtilitiesTests by @Kyle-Ye in #203
  • Add SwiftBridging, Utilities test cases, and README documentation by @Kyle-Ye in #204
  • Replace LIB_SWIFT_PATH with bundled SwiftCorelibs headers by @Kyle-Ye in #205
  • Fix xcodebuild/Xcode GUI build for SwiftBridging header missing by @Kyle-Ye in #206
  • Overhaul code coverage pipeline and Codecov configuration by @Kyle-Ye in #207
  • Simplify Swift headers checkout and update license year by @Kyle-Ye in #209
  • Improve Utilities test coverage and cleanup by @Kyle-Ye in #208
  • Add SwiftFormat configuration and apply formatting by @Kyle-Ye in #210
  • Add Xcode project support with xcconfig-based build settings by @Kyle-Ye in #211
  • Fix release workflow with proper notes generation by @Kyle-Ye in #212
  • Add initial Compute binary support by @Kyle-Ye in #197
  • Add Private/CFRuntime.h to xcframework header processing by @Kyle-Ye in #213
  • Add Compute source build support by @Kyle-Ye in #214

New Contributors

Full Changelog: 0.3.0...0.4.0

0.2.0

03 Aug 09:30
5df0e1b

Choose a tag to compare

0.2.0 Pre-release
Pre-release

OpenGraph.xcframework.zip is currently built locally with Xcode 16.4 without dSYMs.

When #104 is solved, we can move the build and release step to CI.

What's Changed

Full Changelog: 0.0.8...0.2.0