Skip to content

Commit 85be014

Browse files
authored
Merge pull request #28 from CombineCommunity/release/0.1.0
Release/0.1.0
2 parents 4a80aff + 2223733 commit 85be014

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
**vx.y.z:**
2-
3-
- Improve Readme / Logo
4-
- Add CounterApp and GiphyApp examples
5-
6-
**v0.1.0 - Vader:**
1+
**v0.1.0 - Sidious:**
72

83
- Transitions, Transition, Feedacks, Feedback and System initial functional version
94
- Provide helpers to inject dependencies inside side effects
10-
- Ability to make loops communicate via Mediators
5+
- Ability to make loops communicate via Mediators
6+
- Create Readme / Logo
7+
- Add CounterApp and GiphyApp examples
8+
- Add some community assets (PR template, code of conduct, ...)

Examples/Examples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@
622622
isa = XCRemoteSwiftPackageReference;
623623
repositoryURL = "[email protected]:twittemb/Feedbacks.git";
624624
requirement = {
625-
branch = main;
626-
kind = branch;
625+
kind = exactVersion;
626+
version = 0.1.0;
627627
};
628628
};
629629
/* End XCRemoteSwiftPackageReference section */

Examples/Examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ This Feedback will execute the side effect only when it is of type LoadingState.
257257

258258
## Composing Transitions
259259

260-
The more complex a System, the more description required for the transitions. It's a good practice to split them into logical units:
260+
The more complex a System, the more we need to add transitions. It's a good practice to split them into logical units:
261261

262262
```swift
263263
let transitions = Transitions {

0 commit comments

Comments
 (0)