Commit Graph

11 Commits

Author SHA1 Message Date
Brandon Williams
d6d7ca6109 Add some tests to ViewStore.send(_:while:) and ViewStore.suspend. (#674) 2021-07-26 13:37:53 -04:00
Stephen Celis
e7dda73c35 Fix Effect.throttle (#654)
* Fix Effect.throttle

Fixes #540.

* Simplify

* Publicize
2021-07-13 11:06:51 -04:00
Stephen Celis
e900d29765 Add Benchmarking Target (#643)
* Benchmarks

* CI

* test

* fix?

* Fix
2021-07-08 15:07:49 -04:00
Stephen Celis
ff57565322 Forms (#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 f535a75eb9.

* fix

Co-authored-by: Brandon Williams <mbrandonw@hey.com>
2021-02-01 13:34:55 -05:00
Stephen Celis
c4f225b825 Extract supplemental libraries (#315)
* Extract supplemental libraries

* Fix
2020-10-29 16:10:02 -04:00
Stephen Celis
834894a851 Swift Package Index fixes (#272)
* Swift Package Index fixes

* format

* Remove list
2020-08-31 09:35:20 -04:00
Brandon Williams
a905fbf5ec Generic alerts and action sheets (#201)
* alerts

* wip

* wip

* wip

* clean up

* wip

* wip

* wip

* wip

* format

* clean up

* clean up

* docs

* wip

* tests

* API tweaks

* Fix

* More API changes

* More API changes

* More

* Fix

* Fix docs

* Generic alerts optionality (#202)

* Use Optional to model generic alerts

* Xcode 12

* Refinement

* update docs

* Fix

* Fix

* doc fixes

* rename

* fixes

* fixes

Co-authored-by: Stephen Celis <stephen@stephencelis.com>
2020-06-30 09:48:36 -05:00
Brandon Williams
c9c1a9a500 Composable Core Motion (#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>
2020-06-22 10:27:36 -05:00
Brandon Williams
82d2a23e0c ComposableCoreLocation (#120)
* wip

* wip

* wip

* wip

* wip

* basics

* wip

* wip

* wip got LocalSearchClient spm package

* got a common spm package

* basics of desktop

* renamed

* wip

* clean up

* Fix

* clean up

* formatting and remove deprecated

* wip

* move stuff around, readmes

* fix

* clean up

* image

* typo

* docs

* wip

* typo

* rename

* wip

* clean up

* clean up

* rename

* wip

* Update README.md

* custom button

* format

* wip

* fix

* error info

* public interface

* set, alpha

* add error

* fix

* alpha

* internal

* Revert "internal"

This reverts commit 97da6f3086.

* wip

* wip

* docs

* rename

* cleanup

* add fatal error messages to mock

* fixes

* fixes

* clean up

* 13.3 fixes

* another fix

* 13.3 fixes

* wip

* fix mac tests

* wip

* just use double

* fix

* Revert "fix"

This reverts commit 4565a6485f.

* fix

* Fix?

* Fix

* More fix

Co-authored-by: Stephen Celis <stephen@stephencelis.com>
2020-05-20 11:12:59 -07:00
Brandon Williams
be44a438f3 Adding a few FAQ's (#6)
* A few FAQs.

* Update

* Update README.md

* Feedback

* Update README.md

* Update README.md

Co-authored-by: Stephen Celis <stephen@stephencelis.com>
2020-05-04 09:21:31 -07:00
Brandon Williams
d2240d0e76 The Composable Architecture
Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
2020-05-03 22:26:28 -07:00