Commit Graph

14 Commits

Author SHA1 Message Date
Stephen Celis
87f388bedb Further Modernize Demos (#914)
* Modernize Demos

* wip
2021-12-09 22:41:58 -05:00
stephencelis
c5f2089100 Run swift-format 2021-09-17 16:10:52 +00:00
iampatbrown
64997d85f3 Clean up Store.ifLet (#754)
* Clean up Store.ifLet

* changed nil coalescing

* use .scope for publisherScope

* Revert "use .scope for publisherScope"

This reverts commit 74dc57bc06.

* fixed localState coalescing

* put extract logic inside scope

* Revert "put extract logic inside scope"

This reverts commit 3862c5b0f2.

* Revert "fixed localState coalescing"

This reverts commit 0f9f27ce3c.
2021-09-17 12:01:55 -04:00
Stephen Celis
d30336ca13 Clean-up pass for DocC (#599) 2021-06-16 08:48:14 -05:00
Wendy Liga
1a8bccc62e Support DocC Xcode 13 (#591)
* wip

* finish

* revert back code snippet identation to 5

* Update Sources/ComposableArchitecture/Effect.swift

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

Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>
2021-06-14 14:10:08 -04:00
Stephen Celis
0f026d395d Update Store.ifLet docs (#500)
* Update `Store.ifLet` docs

* More docs

* Update syntax for old CI

* fix
2021-04-20 11:36:14 -04:00
Michael Brown
ba2b9e08e2 Clarify docs for UIKit ifLet function (#497)
* Clarify docs for UIKit

* Add clarification to override also
2021-04-20 09:00:34 -04:00
Stephen Celis
5ddbcdd21a Rename publisher-transforming scope (#314)
* Rename publisher-transforming scope

* feedback
2020-10-29 17:29:52 -04:00
Stephen Celis
13cb3c3165 Update CI to include Xcode 12 (#266)
* Update CI to include Xcode 12

* Use CurrentValueSubject
2020-08-27 12:23:12 -04:00
Stephen Celis
e75904c180 Store can use @Published again (#239)
* Store can use @Published again

As of the third beta, assign(to:) takes an `inout Publisher.Publisher`,
so it no longer surfaces an escape hatch through which one could mutate
a store's state.

Fixes #238.

* Fix tests.

* Update ci.yml
2020-07-29 13:48:57 -04:00
mbrandonw
724adfdd0e Run swift-format 2020-07-13 14:23:19 +00:00
Michael Brown
12ee278ef4 Fix issue with ifLet where else was being called too often (#225)
* Fixes issue with ifLet where `else` was being called too often.

* Remove debug printing.

* Attempt to fix compile issue on Xcode 11.3
2020-07-13 10:11:03 -04:00
Bernhard Loibl
d39022f32b Uses scope overload. (#210) 2020-07-06 09:28:19 -04:00
Brandon Williams
d2240d0e76 The Composable Architecture
Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
2020-05-03 22:26:28 -07:00