Skip to content

Commit

Permalink
Merge pull request #28 from CombineCommunity/release/0.1.0
Browse files Browse the repository at this point in the history
Release/0.1.0
  • Loading branch information
twittemb authored Jan 24, 2021
2 parents 4a80aff + 2223733 commit 85be014
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
**vx.y.z:**

- Improve Readme / Logo
- Add CounterApp and GiphyApp examples

**v0.1.0 - Vader:**
**v0.1.0 - Sidious:**

- Transitions, Transition, Feedacks, Feedback and System initial functional version
- Provide helpers to inject dependencies inside side effects
- Ability to make loops communicate via Mediators
- Ability to make loops communicate via Mediators
- Create Readme / Logo
- Add CounterApp and GiphyApp examples
- Add some community assets (PR template, code of conduct, ...)
4 changes: 2 additions & 2 deletions Examples/Examples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "[email protected]:twittemb/Feedbacks.git";
requirement = {
branch = main;
kind = branch;
kind = exactVersion;
version = 0.1.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "Feedbacks",
"repositoryURL": "[email protected]:twittemb/Feedbacks.git",
"state": {
"branch": "main",
"revision": "797311537dde420c88404bd422e824055e9e2a77",
"version": null
"branch": null,
"revision": "4ccda20105bb70aa937d751a05e644d36002308a",
"version": "0.1.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ This Feedback will execute the side effect only when it is of type LoadingState.

## Composing Transitions

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

```swift
let transitions = Transitions {
Expand Down

0 comments on commit 85be014

Please sign in to comment.