Releases: square/workflow-swift
Releases · square/workflow-swift
v1.1.0
What's Changed
- [docs]: update releasing instructions by @jamieQ in #157
- Rename ContainerViewController to WorkflowHostingController by @kyleve in #158
- Added Concurrency Testing by @mjohnson12 in #160
- [chore]: clarify some testing behaviors by @jamieQ in #161
- Add CODEOWNERS file by @square-tomb in #162
- Bumped minor version for release by @mjohnson12 in #163
New Contributors
- @square-tomb made their first contribution in #162
Full Changelog: v1.0.6...v1.1.0
v1.0.6
What's Changed
- Update RELEASING.md by @mjohnson12 in #149
- [performance]: disable logging by default & add logging configuration by @jamieQ in #151
- [gardening]: logging utility method cleanup by @jamieQ in #155
- Fix typos in READMEs by @jordanekay in #152
- Updates to make it easier to avoid using
DescribedViewController
, allowing flattening of VC hierarchies. by @kyleve in #153 - [release]: update version to 1.0.6 by @jamieQ in #156
New Contributors
- @jamieQ made their first contribution in #151
- @jordanekay made their first contribution in #152
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Bump cocoapods-downloader from 1.5.1 to 1.6.3 by @dependabot in #132
- Workflow concurrency support for workers by @mjohnson12 in #123
- Introduce performInitialUpdate to allow disabling updates during view controller building by @kyleve in #147
- Added a sample app AsyncWorker by @mjohnson12 in #146
- Bump VERSION to 1.0.5 by @mjohnson12 in #148
New Contributors
- @dependabot made their first contribution in #132
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Added WorkflowCombine and WorkflowCombineTesting to releasing doc by @mjohnson12 in #126
- Allow type conformance in ViewControllerDescription by @maxmeyers in #127
- Revert RxSwift Bump to 6.5.0 by @JustinDSN in #131
- Update RELEASING.md by @JustinDSN in #129
- Change version to 1.0.4 by @maxmeyers in #130
New Contributors
- @maxmeyers made their first contribution in #127
Full Changelog: v1.0.3...v1.04
v1.0.3
What's Changed
- Updated cocoapods-trunk to 1.6.0 by @mjohnson12 in #117
- Fixed issue 118 PublisherWorkflow forcing subscriptions to run on main run loop by @mjohnson12 in #119
- Bump ReactiveSwift to 7.0.0 by @JustinDSN in #120
- Bump RxSwift to 6.5 by @JustinDSN in #121
- Make build and update method on VC description public. by @kyleve in #107
- Adds testing targets and libraries to SPM by @pbelonsquare in #124
- Create version 1.0.3 by @mjohnson12 in #125
New Contributors
- @mjohnson12 made their first contribution in #117
- @JustinDSN made their first contribution in #120
- @kyleve made their first contribution in #107
- @pbelonsquare made their first contribution in #124
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0 🎉
What's Changed
- Combine Worker by @soorinpark in #104 🎉
- Updates to Workflow Templates by @monishsyed in #100
- Update RenderTester+TestContext.swift by @cbowns in #102
- Remove unused ReactiveSwift imports by @dhavalshreyas in #103
New Contributors
- @72A12F4E made their first contribution in #101
- @soorinpark made their first contribution in #104
Full Changelog: v1.0.0-rc.1...v1.0.0
v1.0.0-rc.1
- Bump RxSwift to 6.2 (#99) (Thanks @monishsyed)