Skip to content

Commit

Permalink
📝 Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Dec 9, 2019
1 parent b91edfe commit 510cade
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Changelog

### next version (????/??/??)
### 1.0.0-beta3 (2019/12/09)

#### `core`

- Add the nullable value forgeries
- Add the enum forgeries

#### `junit4`

- Handle enums fields annotated with `@Forgery`

#### `junit5`

- Fix the error message when a test fails
- Handle enums fields and parameters annotated with `@Forgery`

#### `jvm`

Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,25 @@ Contribution is fully welcome. Before submitting a Pull Request, please verify y

## Release History

### Latest Release: `1.0.0-beta2` (2019/12/02)
### Latest Release: `1.0.0-beta3` (2019/12/09)

#### `core`

- Add the randomizeCase and substring forgeries
- Add the nullable value forgeries
- Add the enum forgeries

#### `jvm`
#### `junit4`

- Implement File, Uri and Url forgery factories
- Handle enums fields annotated with `@Forgery`

For more information, read the [Changelog](CHANGELOG.md).
#### `junit5`

- Fix the error message when a test fails
- Handle enums fields and parameters annotated with `@Forgery`

#### `jvm`

- Improve the File forgery factory
## Meta

Xavier F. Gouchet – [@xgouchet](https://twitter.com/xgouchet)
Expand Down
2 changes: 1 addition & 1 deletion jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies {
testCompile(project(":junit5"))
}

commonConfig(0.95)
commonConfig(0.925)

0 comments on commit 510cade

Please sign in to comment.