1.4.0-beta.1
What's Changed
Important
In order to opt into this beta version, you need to explicitly specify it in your SPM manifest as follows:
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.4.0-beta.1"),
- Added: support 2026 beta 1 platforms by @davdroman in #458
- Infra: fix CI & drop iOS 13-14 testing by @davdroman in #455
- Infra: remove unneeded
swiftLanguageVersions
param by @topkim993 in #444 - Infra: run tests on macOS 15 by @davdroman in #457
New Contributors
- @topkim993 made their first contribution in #444
Full Changelog: 1.3.0...1.4.0-beta.1