-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from CombineCommunity/release/0.1.0
Release/0.1.0
- Loading branch information
Showing
4 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, ...) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters