Releases: neomatrixcode/Faker.jl
Releases · neomatrixcode/Faker.jl
Faker v0.3.5
New features
- Faker.ssn() , thanks @aalexandersson
- First names with gender-specific , thanks @aalexandersson
Faker.female_first_name()
Faker.male_first_name()
Faker.first_name("F")
Faker.first_name("M")
v0.3.4
- no changes
v0.3.3
New features
- Faker.ssn() , thanks @aalexandersson
- First names with gender-specific , thanks @aalexandersson
Faker.female_first_name()
Faker.male_first_name()
Faker.first_name("F")
Faker.first_name("M")
Faker v0.3.2
Faker v0.3.1
Bug fixes
- Fix calls to cd, thanks @giordano
Faker v0.3.0
New features
- random_lowercase_letter()
- random_uppercase_letter()
- random_special_caracteres()
- Faker.user_profile(Faker.user_name(),Faker.first_name(),rand(["M","F"]),Faker.address(),Faker.free_email(),Faker.date(),Faker.job(),Faker.company(),Faker.address(),string(Faker.latitude(), Faker.longitude()),string(rand(["A", "B", "AB", "O"]),rand(["+", "-"])),Faker.url()), thanks @yakir12
- blood_type()
- unicode(), thanks @yakir12
Updates features
- Update testing to Julia version 1.5, thanks @rfourquet
- Added static typing
- Faker.date_time("Y-m-d HH:MM:SS") accept pattern
- Faker.date_time_between("Y-m-d HH:MM:SS") accept pattern
- Faker.date_time_this_century("Y-m-d HH:MM:SS") accept pattern
- Faker.date_time_this_decade("Y-m-d HH:MM:SS") accept pattern
- Faker.date_time_this_year("Y-m-d HH:MM:SS") accept pattern
- Faker.date_time_this_month("Y-m-d HH:MM:SS") accept pattern
- Faker.address((Faker.street_address(),Faker.city(),Faker.state_abbr(),Faker.postcode())) accept tuple of functions
- safe_email((Faker.user_name(),"@ example.", Faker.domain_suffix())) accept tuple of data
- free_email((Faker.user_name(),"@",Faker.free_email_domain())) accept tuple of data
- Faker.geo_coordinate(center="None", radius=0.001)) to Faker.geo_coordinate(center=0, radius=0.001))
- Faker.uri_path("None") to Faker.uri_path(deep=0)
- Faker.domain_name((Faker.domain_word(),".",Faker.domain_suffix())) accept tuple of data
- Faker.company_email((Faker.user_name(),"@",Faker.domain_name())) accept tuple of data
- Faker.locale(items::Tuple=(language_code(),"_",country_code())) accept tuple of data
- Faker.password(longitud=10, special_caracteres=true, digitos=true, upper_case=true, lower_case=true) add parameters configuration
Faker v0.2.2
Faker 0.2.1
Fixed bugs
- Error locating language files reported by @essenciary
- Date handling error in functions.
Faker.date_time_this_century
Faker.date_time_this_decade
Faker.date_time_this_year
Faker.date_time_this_month
Faker 0.2.0
- Julia version 1.0 syntax update
- Implementation of the seed () method.
- Language support
- Modularization of the method Faker.simple_profile()
- Modularization of the method Faker.profile()
- Introduced bugs and degraded performance
- Documentation update
Faker v0.1.0
- Compatibility with julia version 0.7
- Elimination of the critptographic section (sha1, md5) [to be added again in next releases]
- Documentation update