Skip to content

Tags: ScottPetit/swift-composable-architecture

Tags

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix root reducer (pointfreeco#374)

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove type alias for Xcode 12.5 compatibility (pointfreeco#371)

* Remove type alias

* Fix a few warnings

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Forms (pointfreeco#367)

* Forms

* wip

* wip

* Basics

* Fix

* Apply .textCase(.none) to section headeres.

* Small tweaks do docs and case study readme.

* Update Forms.swift

* Fix warnings

* Revert "Apply .textCase(.none) to section headeres."

This reverts commit f535a75.

* fix

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

0.11.0

Toggle 0.11.0's commit message
Run swift-format

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove LocationManager and MotionManager examples from README (pointf…

…reeco#319)

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0.8.0

Toggle 0.8.0's commit message
Run swift-format

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Alert bug exploration (pointfreeco#249)

* wip

* Fix

* revert

* Fix tests

* Better debug output

* organize

* alphabetize

* Fix mac

Co-authored-by: Brandon Williams <mbw234@gmail.com>

0.6.0

Toggle 0.6.0's commit message
Run swift-format

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Composable Core Motion (pointfreeco#193)

* ComposableCoreMotion

* fix tests

* wip

* wip

* wip

* clean up

* use ids

* wip

* wip

* wip

* wip

* update reade

* be stict with access to motion managers

* get rid of error and just use nserror

* inline

* wip

* format

* wio

* wip

* add ComposableCoreMotion to tests

* better availability

* tests

* use switch instead of if

* update platforms

* scheme

* test

* deployment target fix

* make public

* some fixes

* wip

* more tests

* fixes

* Updates

* consistency

* Cleanup

* clean up

* Tweak

* Update MotionManagerInterface.swift

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