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 Feb 17, 2020
1 parent 2861b1c commit ac50cb8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

### next version (????/??/??)
### 1.0.0 (2020/02/17)

#### `core`

- Add Primitives and List/Set kotlin delegate forgeries
- Create a Sequence forgery (eg: `Forge.aSequence { aString() }`)
- Ensure gaussian forgeries stay within three time the standard deviation

#### `inject`

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

## Release History

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

#### `core`

- Add the nullable value forgeries
- Add the enum forgeries
- Add the List/Set kotlin delegate forgeries
- Ensure gaussian forgeries stay within three time the standard deviation

#### `junit4`
#### `inject`

- Handle enums fields annotated with `@Forgery`
- Handle primitives fields / properties annotated with `@XxxForgery`, as well
as String fields/properties annotated with `@StringForgery` and `@RegexForgery`

#### `junit5`

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

#### `jvm`

- Improve the File forgery factory
- Handle String forgeries injection annotated with `@StringForgery` and `@RegexForgery`


## Donate
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testCompile(Dependencies.Libraries.TestTools)
}

commonConfig()
commonConfig(0.925)

githubWiki {
types = listOf(
Expand Down

0 comments on commit ac50cb8

Please sign in to comment.