All Versions
26
Latest Version
Avg Release Cycle
61 days
Latest Release
589 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.10.0 Changes
February 20, 2022โ Added
- #115 [core] Add Crossfitยฎ provider to Faker
- #117 [core] Add namedParameterGenerator for RandomProvider#randomClassInstance
- ๐ #118 [core] Add support for chained parameter expressions in yml dicts
- #55 [core] Add missing 'Educator' functionality
- #53 [core] Implement 'Finance' functions
๐ Fixed
- #54 [core] Incorrect return values for
Vehicle#licence_plate(_by_state)
-
v1.9.0 Changes
November 19, 2021โ Added
- ๐ #103 [core] Add support for
Collection
types inRandomProvider#randomClassInstance
- #96 [core] Add
randomSubset
andrandomSublist
toRandomService
- #92 [core] Add
randomString
function toRandomService
- #86 [core] Generate birth-date based on the age
๐ Changed
- โก๏ธ #108 Update kotlin to 1.6.0
- ๐ #100 [core] Add deprecation warning for
RandomService#nextString
since it's going to be replaced withRandomService#randomString
- #97 [core] Change
RandomService#nextString
to generate strings only within given locale
๐ Fixed
- #104 [core]
RandomProvider#randomClassInstance
: 'No suitable constructor found' for primitive classes
- ๐ #103 [core] Add support for
-
v1.8.0 Changes
October 03, 2021โ Added
- #67 [core] Access to
RandomService
throughFaker
for generating randomInt
,Double
,Float
, etc. - #77 [core] Extra functionality to
RandomService
-nextEnum()
,nextUUID()
,nextLong(bound)
functions. - ๐ #69 [core] Passing
seed
directly toFakerConfig
instead of throughjava.util.Random
instance - ๐ง #71 [core] DSL for creating and configuring
Faker
- ๐ #78 [core] Support sealed classes in
RandomProvider#randomClassInstance
fun - ๐ #88 [core] Postpone initialization of FakerConfig through the Builder
๐ Changed
- ๐ง Configurable
length
of the string generated withRandomService#nextString
๐ Fixed
- #65 [core] Could not initialize class
io.github.serpro69.kfaker.Mapper
with SpringBoot2.4.x
- ๐ #60 [core] Move out of Bintray/Jcenter
- #79 [core] java.lang.NoClassDefFoundError: org/yaml/snakeyaml/error/YAMLException
- #81 [core]
RandomProvider#randomClassInstance
fails for object types - #90 [core] Android
java.lang.NoClassDefFoundError: FakerService$$ExternalSyntheticLambda1
- #87 [core] Parameter 'city_root' not found in 'address' category
- #89 [core] Parameter 'male_last_name' not found in 'name' category for "ru" locale
- #67 [core] Access to
-
v1.7.1 Changes
April 28, 2020๐ Fixed
- #45 [core] Parameter 'city_name' not found in 'address'
-
v1.7.0 Changes
April 16, 2020 -
v1.6.0 Changes
December 30, 2020โ Added
- ๐ง #44 [core] Add support for random instance configuration.
- ๐ #47 [core] Publish release candidates to bintray
- #49 [core] Unique values exclusions with wildcards
- ๐ #46 [core] Support deterministic constructor selection for randomClassInstance
๐ Fixed
- #26 [core] Parameter '4' not found in 'vehicle' category
- ๐ #48 [core] streetFighter#moves: class java.util.LinkedHashMap cannot be cast to class java.lang.String
- #50 [core] Horseman spelt wrong
- #56 [core] Values with single '?' char are not always letterified
๐ Changed
- ๐ [core] Configuration for generation of unique values. Old functionality is deprecated and will be removed in future releases. This relates to changes in #49
-
v1.6.0-rc.0 Changes
November 14, 2020 -
v1.5.0 Changes
August 30, 2020โ Added
- ๐ #40 [core] Add enum support for
RandomProvider
- โก๏ธ #39 [core] Update dict files.
- Including new functions in existing providers:
aquaTeenHungerForce.quote()
dnd.cities()
dnd.languages()
dnd.meleeWeapons()
dnd.monsters()
dnd.races()
- replaces deprecatedspecies()
function.dnd.rangedWeapons()
heroesOfTheStorm.classNames()
- replaces deprecatedclasses()
functionmovie.title()
name.neutralFirstName()
phish.albums()
phish.musicians()
phish.songs()
- replaces deprecatedsong()
functionsimpsons.episodeTitles()
- Including new
faker
providers: barcode
bigBangTheory
drivingLicense
drone
futurama
minecraft
prince
rush
streetFighter
๐ Changed
- โฌ๏ธ #32 Upgrade kotlin to 1.4.0
- ๐ #40 [core] Add enum support for
-
v1.4.1 Changes
August 22, 2020โ Added
#41 Publish to maven central
-
v1.4.0 Changes
July 09, 2020