Skip to content

Releases: pointfreeco/swift-perception

2.0.11

Choose a tag to compare

@mbrandonw mbrandonw released this 14 Jul 16:41
de219a1

What's Changed

  • Fixed: Disfavor the base WithPerceptionTracking initializer to fix ambiguity on the Swift 6.4 snapshot by @dsm5e in #176
  • Infrastructure: Enable upcoming features. #173
  • Infrastructure: Add docs badge to readme. #175

New Contributors

Full Changelog: 2.0.10...2.0.11

2.0.10

Choose a tag to compare

@mbrandonw mbrandonw released this 30 Mar 18:27
25ac737

What's Changed

  • Fixed: Restore perception checking tests on macOS by @pyrtsa in #166
  • Fixed: Mention accessed property key path in perception warnings by @pyrtsa in #167
  • Fixed: Support swift-syntax 605 by @shimastripe in #172
  • Infrastructure: Add max line length setting to .editorconfig by @pyrtsa in #168

New Contributors

Full Changelog: 2.0.9...2.0.10

2.0.9

Choose a tag to compare

@stephencelis stephencelis released this 14 Oct 00:20
4f47eba

What's Changed

  • Fixed: Add missing opening brackets in reportIssue (thanks @KhoraLee, #164).
  • Fixed: Greatly optimize perception checking by replacing symbol resolution with segment address checking (thanks @robmaceachern, #165).

New Contributors

Full Changelog: 2.0.8...2.0.9

2.0.8

Choose a tag to compare

@stephencelis stephencelis released this 17 Sep 18:45
30721ac

What's Changed

  • Fixed: Support SwiftSyntax 602 (#163).

Full Changelog: 2.0.7...2.0.8

2.0.7

Choose a tag to compare

@stephencelis stephencelis released this 09 Sep 16:23
52bc59a

What's Changed

  • Optimized: Wrap @Perception.Bindable setter in perception checking task local to improve performance (#162).

Full Changelog: 2.0.6...2.0.7

2.0.6

Choose a tag to compare

@stephencelis stephencelis released this 27 Aug 19:53
59b00df

What's Changed

  • Fixed: Bring changes in from Swift Observation (#156).
  • Fixed: Remove unneeded MapKit builder in WithPerceptionTracking (#158). This fixes some build system errors, like Android.
  • Infrastructure: Fix CI (#159).

Full Changelog: 2.0.5...2.0.6

2.0.5

Choose a tag to compare

@stephencelis stephencelis released this 12 Aug 17:28
7d3509c

What's Changed

  • Fixed: Addressed a regression introduced in 2.0 that broke visionOS builds of swift-composable-architecture (#152).

Full Changelog: 2.0.4...2.0.5

2.0.4

Choose a tag to compare

@stephencelis stephencelis released this 04 Aug 21:11
328a0b4

What's Changed

  • Fixed: Disfavor WithPerceptionTracking.init with charts builder to avoid potential Xcode bug (#151).

Full Changelog: 2.0.3...2.0.4

2.0.3

Choose a tag to compare

@stephencelis stephencelis released this 04 Aug 21:09
d8e2110

What's Changed

  • Fixed: Avoid os_log decoding console errors by updating perception check formatting (#150).

Full Changelog: 2.0.2...2.0.3

2.0.2

Choose a tag to compare

@stephencelis stephencelis released this 01 Aug 19:29

What's Changed

  • Fixed: Bring back isPerceptionCheckingEnabled configuration flag (#144). While most projects should not disable perception checking, there are projects out there that access perceptible values outside of perception tracking to the point of affecting debug build performance in negative ways, so we will offer an escape hatch.
  • Fixed: Bump @Perceptible deprecation to *OS 26 (thanks @rcarver, #145). This makes forthcoming @Observable enhancements (like shouldNotifyObservers) available to *OS <26 today.

New Contributors

Full Changelog: 2.0.1...2.0.2