Skip to content

Tags: Matt54/swift-composable-architecture

Tags

1.10.4

Toggle 1.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for throttle logic. (pointfreeco#3075)

1.10.3

Toggle 1.10.3's commit message
Run swift-format

1.10.2

Toggle 1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert perception availability changes (pointfreeco#3036)

1.10.1

Toggle 1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Perception availability (pointfreeco#3025)

* Bump Perception availability

An upstream fix to Perception needs to be applied here.

* Update ObservationStateRegistrar.swift

1.10.0

Toggle 1.10.0's commit message
Run swift-format

1.9.3

Toggle 1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Runtime warn for nested `observe` calls (pointfreeco#2996)

* Runtime warning when we detect nested observe.

* finesse

* wip

* add some tests

---------

Co-authored-by: Brandon Williams <[email protected]>

1.9.2

Toggle 1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update SwiftSyntax. (pointfreeco#2884)

* Update SwiftSyntax.

* wip

* fix

* wip

---------

Co-authored-by: Stephen Celis <[email protected]>

1.9.1

Toggle 1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed a small typo on migration guide 1.9 (pointfreeco#2876)

1.9.0

Toggle 1.9.0's commit message
Run swift-format

1.8.2

Toggle 1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More fixes for @Reducer macro. (pointfreeco#2834)

* More fixes for @Reducer macro.

* wip