Skip to content

Tags: coderflower/swift-composable-architecture

Tags

0.28.1

Toggle 0.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check main thread via Thread.isMainThread (pointfreeco#823)

* Check main thread via Thread.isMainThread

* wip

* wip

0.28.0

Toggle 0.28.0's commit message
Run swift-format

0.27.1

Toggle 0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix macOS <11 builds with Xcode 13 RC (pointfreeco#797)

* Fix macOS <11 builds with Xcode 13 RC

Fixes pointfreeco#796.

* wip

* Update Tests/ComposableArchitectureTests/ViewStoreTests.swift

Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>

Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>

0.27.0

Toggle 0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Conform BindableState to CustomDebugStringConvertible (pointfreeco#777)

This ensures that bindable state properties are displayed in a useful way when using
`.dump` snapshot tests on your app state.

0.26.0

Toggle 0.26.0's commit message
Run swift-format

0.25.1

Toggle 0.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use proportional diffing for TestStore failures (pointfreeco#742)

* Use proportional diffing for TestStore failures

* wip

* wip

0.25.0

Toggle 0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Custom Dump (pointfreeco#736)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* fix

* wip

* wip

* Model Tic-Tac-Toe board using proper type

* wip

* wip

* wip

* wip

Co-authored-by: Brandon Williams <mbrandonw@hey.com>

0.24.0

Toggle 0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `Effect.task` for wrapping units of async/await work (pointfreeco…

…#715)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* docs

* clean up

* Remove bad test

Co-authored-by: Brandon Williams <mbrandonw@hey.com>

0.23.0

Toggle 0.23.0's commit message
Run swift-format

0.22.0

Toggle 0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Buffered Actions Failing Test (pointfreeco#662)

* Adds a failing test demonstrating pointfreeco#661

* Don't write to state till `isSending` is false

* Update StoreTests.swift

* Update StoreTests.swift

Co-authored-by: Stephen Celis <stephen@stephencelis.com>
Co-authored-by: Stephen Celis <stephen.celis@gmail.com>