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 Apr 14, 2021
1 parent 934f27c commit c99eb48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### `1.3.0` (2020/??/??)
### `1.3.0` (2021/04/14)

#### `inject`

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

## Release History

### Latest Release: `1.2.0` (2020/09/03)
### Latest Release: `1.3.0` (2021/04/14)

#### `core`
#### `inject`

- Allow using the `@StringForgery` annotation to forge Strings based on Regex
- Allow setting a size in `@StringForgery` annotation
- Add a listener to the `ForgeryInjector` to be notified when an injection happens
- Allow advanced forgery injections using `@PairForgery`

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

- Make the error message more verbose

- Allow injecting collections of primitives with `@BoolForgery`, `@IntForgery`, `@LongForgery`, `@FloatForgery`, `@DoubleForgery`, as well as `@StringForgery` and `RegexForgery`
- Allow advanced forgery injections using `@AdvancedForgery` and `@MapForgery`

#### `junit5`

- Allow injecting collections of primitives with `@BoolForgery`, `@IntForgery`, `@LongForgery`, `@FloatForgery`, `@DoubleForgery`, as well as `@StringForgery` and `RegexForgery`
- Allow advanced forgery injections using `@AdvancedForgery` and `@MapForgery`
- Make the error message more verbose
- Allow advanced forgery injections using `@PairForgery`
- Add the forge to the global extension context store (use the `ForgeExtension.getForge(ExtensionContext)` method to retrieve it)

## Donate

Expand Down

0 comments on commit c99eb48

Please sign in to comment.