Commit Graph

19 Commits

Author SHA1 Message Date
Brandon Williams
dc8ed21a91 Animations case study dark mode (#106)
* Fix animations case study for dark mode.

* format

* clean up
2020-05-15 09:52:09 -07:00
Brandon Williams
812a7fa83f Remove some old tests and guard debug code in #if DEBUG. (#104)
* Remove some old tests and guard debug code in #if DEBUG.

* remove background color

* fix test targets

* clean up more tests
2020-05-15 09:32:05 -07:00
Stephen Celis
4523043993 Remove a few unnecessary initializers from demos (#105) 2020-05-15 12:09:04 -04:00
Stephen Celis
e6fde0c452 Remove helper from demo (#96) 2020-05-14 16:41:50 -04:00
Stephen Celis
0807f9a8f8 Rename certain Effect APIs (#92)
* Rename certain Effect APIs

* Move deprecations

* Fix
2020-05-13 14:12:56 -04:00
Stephen Celis
9c339bf4ae Add "run" function to Reducer (#91)
* Add "run" function to Reducer

* Doc fixes
2020-05-13 13:09:17 -04:00
stephencelis
17439d8c6a Run swift-format 2020-05-13 11:35:58 +00:00
Alejandro Martínez
45407d3a23 Remove unnecessary combine in the example (#86) 2020-05-13 07:34:59 -04:00
stephencelis
52baef0b2d Run swift-format 2020-05-12 15:19:18 +00:00
Stephen Celis
6afab9f3a9 Add binding example to animation demo (#79)
* Add binding example to animation demo

* updated readme

* indentation

Co-authored-by: Brandon Williams <mbw234@gmail.com>
2020-05-12 11:18:20 -04:00
stephencelis
22b37b8ae0 Run swift-format 2020-05-11 22:43:16 +00:00
Stephen Celis
b4779b36b1 Helpers for making stores stateless/actionless (#45) 2020-05-11 18:40:09 -04:00
stephencelis
0738afa903 Run swift-format 2020-05-11 22:38:18 +00:00
Stephen Celis
6f9dee713f Demos Xcode 11.3.1 support (#52)
* Demos Xcode 11.3.1 support

* Fix

* wip

* Skip test
2020-05-11 18:37:25 -04:00
Stephen Celis
a429d9d3ef Merge Test Support Module (#71)
* Merge Test Support Module

An attempt to fix #70.

* Remove import

* Update README

* Assertion failure

* Cleanup

* Add NB

* Revert format change

* Update Sources/ComposableArchitecture/TestSupport/TestStore.swift

* TicTacToe fixes

* Hide test store in debug flag

Co-authored-by: Brandon Williams <mbw234@gmail.com>
2020-05-11 17:44:52 -04:00
Stephen Celis
483150833e Assorted Cleanup (#37) 2020-05-07 17:48:48 -04:00
Stephen Celis
4016008d87 Assorted fixes for collections of state (#25)
* Assorted fixes for collections of state

Fixes #21.

* Update IdentifiedArrayTests.swift

* Update case studies

* Run swift-format on _push_ to master

* Format
2020-05-06 11:57:20 -04:00
Stephen Celis
d95caece62 Introduce TestStore.scope (#4)
* Introduce TestStore.scope

* Re-constrain TestStore

* Run swift-format

Co-authored-by: stephencelis <stephencelis@users.noreply.github.com>
2020-05-04 11:01: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