From 6603bbac5245abbc507d71a1f2ebdf9f8cc0240c Mon Sep 17 00:00:00 2001 From: Xavier Gouchet Date: Mon, 24 Aug 2020 13:27:40 +0200 Subject: [PATCH] :bookmark: Update README and CHANGELOG -m --- CHANGELOG.md | 6 +++++- README.md | 15 ++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14850e5..c418be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 1.?.? +### `1.1.0` (2020/08/24) #### `core` @@ -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) diff --git a/README.md b/README.md index 6ec4525..ed24e26 100644 --- a/README.md +++ b/README.md @@ -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