You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* https://github.com/serpro69/kotlin-faker/pull/181[#181] [core] Add context to exception when `randomClassInstance` fails
153
+
* https://github.com/serpro69/kotlin-faker/pull/181[#181] (:core) Add context to exception when `randomClassInstance` fails
153
154
154
155
====
155
156
@@ -190,7 +191,7 @@
190
191
* https://github.com/serpro69/kotlin-faker/pull/134[#134] Overload `RandomService#randomSublist` and `RandomService#randomSubset` with `sizeRange` parameter
191
192
* https://github.com/serpro69/kotlin-faker/pull/144[#144] Add index and punctuation chars support to `RandomService#randomString`
192
193
* https://github.com/serpro69/kotlin-faker/pull/154[#154] New `CryptographyProvider` for generating random sha sums
* https://github.com/serpro69/kotlin-faker/pull/54[#54] [core] Incorrect return values for `Vehicle#licence_plate(_by_state)`
311
+
* https://github.com/serpro69/kotlin-faker/pull/54[#54] (:core) Incorrect return values for `Vehicle#licence_plate(_by_state)`
311
312
====
312
313
313
314
.[1.9.0] - 2021-11-19
@@ -316,22 +317,22 @@
316
317
[discrete]
317
318
=== Added
318
319
319
-
* https://github.com/serpro69/kotlin-faker/issues/103[#103] [core] Add support for `Collection` types in `RandomProvider#randomClassInstance`
320
-
* https://github.com/serpro69/kotlin-faker/issues/96[#96] [core] Add `randomSubset` and `randomSublist` to `RandomService`
321
-
* https://github.com/serpro69/kotlin-faker/issues/92[#92] [core] Add `randomString` function to `RandomService`
322
-
* https://github.com/serpro69/kotlin-faker/issues/86[#86] [core] Generate birth-date based on the age
320
+
* https://github.com/serpro69/kotlin-faker/issues/103[#103] (:core) Add support for `Collection` types in `RandomProvider#randomClassInstance`
321
+
* https://github.com/serpro69/kotlin-faker/issues/96[#96] (:core) Add `randomSubset` and `randomSublist` to `RandomService`
322
+
* https://github.com/serpro69/kotlin-faker/issues/92[#92] (:core) Add `randomString` function to `RandomService`
323
+
* https://github.com/serpro69/kotlin-faker/issues/86[#86] (:core) Generate birth-date based on the age
323
324
324
325
[discrete]
325
326
=== Changed
326
327
327
328
* https://github.com/serpro69/kotlin-faker/issues/108[#108] Update kotlin to 1.6.0
328
-
* https://github.com/serpro69/kotlin-faker/issues/100[#100] [core] Add deprecation warning for `RandomService#nextString` since it's going to be replaced with `RandomService#randomString`
329
-
* https://github.com/serpro69/kotlin-faker/issues/97[#97] [core] Change `RandomService#nextString` to generate strings only within given locale
329
+
* https://github.com/serpro69/kotlin-faker/issues/100[#100] (:core) Add deprecation warning for `RandomService#nextString` since it's going to be replaced with `RandomService#randomString`
330
+
* https://github.com/serpro69/kotlin-faker/issues/97[#97] (:core) Change `RandomService#nextString` to generate strings only within given locale
* https://github.com/serpro69/kotlin-faker/issues/67[#67] [core] Access to `RandomService` through `Faker` for generating random `Int`, `Double`, `Float`, etc.
344
-
* https://github.com/serpro69/kotlin-faker/pull/77[#77] [core] Extra functionality to `RandomService` - `nextEnum()`, `nextUUID()`, `nextLong(bound)` functions.
345
-
* https://github.com/serpro69/kotlin-faker/pull/69[#69] [core] Passing `seed` directly to `FakerConfig` instead of through `java.util.Random` instance
346
-
* https://github.com/serpro69/kotlin-faker/pull/71[#71] [core] DSL for creating and configuring `Faker`
347
-
* https://github.com/serpro69/kotlin-faker/pull/78[#78] [core] Support sealed classes in `RandomProvider#randomClassInstance` fun
348
-
* https://github.com/serpro69/kotlin-faker/pull/88[#88] [core] Postpone initialization of FakerConfig through the Builder
344
+
* https://github.com/serpro69/kotlin-faker/issues/67[#67] (:core) Access to `RandomService` through `Faker` for generating random `Int`, `Double`, `Float`, etc.
345
+
* https://github.com/serpro69/kotlin-faker/pull/77[#77] (:core) Extra functionality to `RandomService` - `nextEnum()`, `nextUUID()`, `nextLong(bound)` functions.
346
+
* https://github.com/serpro69/kotlin-faker/pull/69[#69] (:core) Passing `seed` directly to `FakerConfig` instead of through `java.util.Random` instance
347
+
* https://github.com/serpro69/kotlin-faker/pull/71[#71] (:core) DSL for creating and configuring `Faker`
348
+
* https://github.com/serpro69/kotlin-faker/pull/78[#78] (:core) Support sealed classes in `RandomProvider#randomClassInstance` fun
349
+
* https://github.com/serpro69/kotlin-faker/pull/88[#88] (:core) Postpone initialization of FakerConfig through the Builder
349
350
350
351
[discrete]
351
352
=== Changed
@@ -355,13 +356,13 @@
355
356
[discrete]
356
357
=== Fixed
357
358
358
-
* https://github.com/serpro69/kotlin-faker/issues/65[#65] [core] Could not initialize class `io.github.serpro69.kfaker.Mapper` with SpringBoot `2.4.x`
359
-
* https://github.com/serpro69/kotlin-faker/issues/60[#60] [core] Move out of Bintray/Jcenter
* https://github.com/serpro69/kotlin-faker/pull/87[#87] [core] Parameter 'city_root' not found in 'address' category
364
-
* https://github.com/serpro69/kotlin-faker/pull/89[#89] [core] Parameter 'male_last_name' not found in 'name' category for "ru" locale
359
+
* https://github.com/serpro69/kotlin-faker/issues/65[#65] (:core) Could not initialize class `io.github.serpro69.kfaker.Mapper` with SpringBoot `2.4.x`
360
+
* https://github.com/serpro69/kotlin-faker/issues/60[#60] (:core) Move out of Bintray/Jcenter
* https://github.com/serpro69/kotlin-faker/pull/87[#87] (:core) Parameter 'city_root' not found in 'address' category
365
+
* https://github.com/serpro69/kotlin-faker/pull/89[#89] (:core) Parameter 'male_last_name' not found in 'name' category for "ru" locale
365
366
====
366
367
367
368
.[1.7.1] - 2021-04-28
@@ -370,7 +371,7 @@
370
371
[discrete]
371
372
=== Fixed
372
373
373
-
* https://github.com/serpro69/kotlin-faker/pull/45[#45] [core] Parameter 'city_name' not found in 'address'
374
+
* https://github.com/serpro69/kotlin-faker/pull/45[#45] (:core) Parameter 'city_name' not found in 'address'
374
375
====
375
376
376
377
.[1.7.0] - 2021-04-16
@@ -379,8 +380,8 @@
379
380
[discrete]
380
381
=== Added
381
382
382
-
* https://github.com/serpro69/kotlin-faker/pull/59[#59] [core] Random money amount
383
-
* https://github.com/serpro69/kotlin-faker/pull/62[#62] [core] Add nullable types to random provider type generator
383
+
* https://github.com/serpro69/kotlin-faker/pull/59[#59] (:core) Random money amount
384
+
* https://github.com/serpro69/kotlin-faker/pull/62[#62] (:core) Add nullable types to random provider type generator
384
385
====
385
386
386
387
.[1.6.0] - 2020-12-30
@@ -389,23 +390,23 @@
389
390
[discrete]
390
391
=== Added
391
392
392
-
* https://github.com/serpro69/kotlin-faker/pull/44[#44] [core] Add support for random instance configuration.
393
-
* https://github.com/serpro69/kotlin-faker/issues/47[#47] [core] Publish release candidates to bintray
394
-
* https://github.com/serpro69/kotlin-faker/issues/49[#49] [core] Unique values exclusions with wildcards
395
-
* https://github.com/serpro69/kotlin-faker/issues/46[#46] [core] Support deterministic constructor selection for randomClassInstance
393
+
* https://github.com/serpro69/kotlin-faker/pull/44[#44] (:core) Add support for random instance configuration.
394
+
* https://github.com/serpro69/kotlin-faker/issues/47[#47] (:core) Publish release candidates to bintray
395
+
* https://github.com/serpro69/kotlin-faker/issues/49[#49] (:core) Unique values exclusions with wildcards
396
+
* https://github.com/serpro69/kotlin-faker/issues/46[#46] (:core) Support deterministic constructor selection for randomClassInstance
396
397
397
398
[discrete]
398
399
=== Fixed
399
400
400
-
* https://github.com/serpro69/kotlin-faker/issues/26[#26] [core] Parameter '4' not found in 'vehicle' category
401
-
* https://github.com/serpro69/kotlin-faker/issues/48[#48] [core] streetFighter#moves: class java.util.LinkedHashMap cannot be cast to class java.lang.String
402
-
* https://github.com/serpro69/kotlin-faker/issues/50[#50] [core] Horseman spelt wrong
403
-
* https://github.com/serpro69/kotlin-faker/issues/56[#56] [core] Values with single '?' char are not always letterified
401
+
* https://github.com/serpro69/kotlin-faker/issues/26[#26] (:core) Parameter '4' not found in 'vehicle' category
402
+
* https://github.com/serpro69/kotlin-faker/issues/48[#48] (:core) streetFighter#moves: class java.util.LinkedHashMap cannot be cast to class java.lang.String
403
+
* https://github.com/serpro69/kotlin-faker/issues/50[#50] (:core) Horseman spelt wrong
404
+
* https://github.com/serpro69/kotlin-faker/issues/56[#56] (:core) Values with single '?' char are not always letterified
404
405
405
406
[discrete]
406
407
=== Changed
407
408
408
-
* [core] Configuration for generation of unique values.
409
+
* (:core) Configuration for generation of unique values.
409
410
Old functionality is deprecated and will be removed in future releases.
410
411
This relates to changes in [#49](https://github.com/serpro69/kotlin-faker/issues/49)
411
412
====
@@ -416,8 +417,8 @@ This relates to changes in [#49](https://github.com/serpro69/kotlin-faker/issues
416
417
[discrete]
417
418
=== Added
418
419
419
-
* https://github.com/serpro69/kotlin-faker/issues/40[#40] [core] Add enum support for `RandomProvider`
0 commit comments