Skip to content

Commit

Permalink
Add deterministic constructor selection for randomClassInstance
Browse files Browse the repository at this point in the history
This will fix #46
  • Loading branch information
serpro69 committed Dec 20, 2020
1 parent bf576c8 commit bef07a4
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 117 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and the project versioning adheres to [Semantic Versioning](https://semver.org/s
- [#44](https://github.com/serpro69/kotlin-faker/pull/44) [core] Add support for random instance configuration.
- [#47](https://github.com/serpro69/kotlin-faker/issues/47) [core] Publish release candidates to bintray
- [#49](https://github.com/serpro69/kotlin-faker/issues/49) [core] Unique values exclusions with wildcards
- [#46](https://github.com/serpro69/kotlin-faker/issues/46) [core] Support deterministic constructor selection for randomClassInstance

### Fixed
- [#48](https://github.com/serpro69/kotlin-faker/issues/48) [core] streetFighter#moves: class java.util.LinkedHashMap cannot be cast to class java.lang.String
Expand Down
Loading

0 comments on commit bef07a4

Please sign in to comment.