Skip to content

Commit

Permalink
documentation for release (#112)
Browse files Browse the repository at this point in the history
* update README.md

* update CONTRIBUTING.md

* remove playground

* documentation for release
  • Loading branch information
leoture committed Apr 14, 2021
1 parent 874cf5e commit d202cb7
Show file tree
Hide file tree
Showing 93 changed files with 7,910 additions and 1,241 deletions.
26 changes: 19 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[Unrelease](#Unrelease)

##### 1.x Releases
- [1.0.0](#1.0.0)

##### 0.x Releases
- [0.7.0](#0.7.0)
- [0.6.0](#0.6.0)
Expand All @@ -13,7 +16,22 @@

---
## Unrelease
[Compare](https://github.com/leoture/MockSwift/compare/v0.7.0...HEAD)
[Compare](https://github.com/leoture/MockSwift/compare/v1.0.0...HEAD)
#### Added

#### Changed

#### Deprecated

#### Removed

#### Fixed

#### Security

---
## [1.0.0](https://github.com/leoture/MockSwift/releases/tag/v1.0.0) - 2021-04-14
[Compare](https://github.com/leoture/MockSwift/compare/v0.7.0...v1.0.0)
#### Added
- Add willDoNothing [#107](https://github.com/leoture/MockSwift/pull/107) by [Jordhan Leoture](https://github.com/leoture)
- Add neverCalled [#106](https://github.com/leoture/MockSwift/pull/106) by [Jordhan Leoture](https://github.com/leoture)
Expand All @@ -27,18 +45,12 @@
- Add GlobalStub for ExpressibleByArrayLiteral [#109](https://github.com/leoture/MockSwift/pull/109) by [Jordhan Leoture](https://github.com/leoture)
- Add GlobalStub for ExpressibleByDictionaryLiteral [#109](https://github.com/leoture/MockSwift/pull/109) by [Jordhan Leoture](https://github.com/leoture)

#### Changed

#### Deprecated

#### Removed
- Remove Predicate.match(description:keyPath:) [#108](https://github.com/leoture/MockSwift/pull/108) by [Jordhan Leoture](https://github.com/leoture)

#### Fixed
- Make called(after:) fail when previsous Assertion is not valid [#110](https://github.com/leoture/MockSwift/pull/110) by [Jordhan Leoture](https://github.com/leoture)

#### Security

---
## [0.7.0](https://github.com/leoture/MockSwift/releases/tag/v0.7.0) - 2020-10-21
[Compare](https://github.com/leoture/MockSwift/compare/v0.6.0...v0.7.0)
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before you start contributing, please read this file and do your best to comply

## 🤔 Asking Questions
If you have a question, check that nobody asked this question before.
Otherwise, please open an issue as a [**Bug Report**](https://github.com/leoture/MockSwift/issues/new?assignees=&labels=bug&template=bug_report.md&title=) and add `question` label.
Otherwise, please open an issue as a [**Question**](https://github.com/leoture/MockSwift/issues/new?assignees=&labels=question&template=question.md&title=).
We will make our best to answer you as quickly as possible!
>If you find that this question has already been asked in an issue, add 👍 as *reaction* on the issue.
Expand All @@ -22,7 +22,6 @@ We will make our best to answer you as quickly as possible!
#### With Xcode
- Open `MockSwift.xcworkspace`.
- To build or test the project: choose `MockSwift-Package` scheme on `My Mac`.
- Before using playgrounds build the `MockSwiftPlayground` scheme.

#### With Swift Package Manager
- To build or test the project: use the respective commands `swift build` and `swift test`.
Expand Down
3 changes: 0 additions & 3 deletions MockSwift.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d202cb7

Please sign in to comment.