Skip to content

Commit

Permalink
🔖 Update README and CHANGELOG -m
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Aug 24, 2020
1 parent 70c479e commit 6603bba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### 1.?.?
### `1.1.0` (2020/08/24)

#### `core`

Expand All @@ -9,6 +9,10 @@
#### `inject`

- Add default String type (i.e.: `ALPHABETICAL`) to the `@StringForgery` annotation

#### `spek`

- Implement a `spekForge` helper method to add reproducibility in Spek tests

### 1.0.0 (2020/02/17)

Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,19 @@ Contribution is fully welcome. Before submitting a Pull Request, please verify y

## Release History

### Latest Release: `1.0.0` (2020/02/17)
### Latest Release: `1.1.0` (2020/08/24)

#### `core`

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

- Fix float and double forgeries (they sometimes returned values out of the requested range)

#### `inject`

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

#### `junit5`
- Add default String type (i.e.: `ALPHABETICAL`) to the `@StringForgery` annotationy

- Handle String forgeries injection annotated with `@StringForgery` and `@RegexForgery`
#### `spek`

- Implement a `spekForge` helper method to add reproducibility in Spek tests

## Donate

Expand Down

0 comments on commit 6603bba

Please sign in to comment.