Skip to content

Releases: neomatrixcode/Faker.jl

Faker v0.3.5

01 Mar 22:57
Compare
Choose a tag to compare

New features

Faker.female_first_name()
Faker.male_first_name()
Faker.first_name("F")
Faker.first_name("M")

v0.3.4

01 Mar 21:43
Compare
Choose a tag to compare
  • no changes

v0.3.3

01 Mar 18:41
Compare
Choose a tag to compare

New features

Faker.female_first_name()
Faker.male_first_name()
Faker.first_name("F")
Faker.first_name("M")

Faker v0.3.2

06 Jan 04:50
089c8af
Compare
Choose a tag to compare

Faker v0.3.1

23 May 01:37
f367e13
Compare
Choose a tag to compare

Bug fixes

Faker v0.3.0

24 Apr 17:11
2c1f210
Compare
Choose a tag to compare

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

19 Oct 22:30
Compare
Choose a tag to compare

Bug fixes

  • Switch language to zh-CN error reported by @huaxk

New features

  • Add docs
  • Add Project.toml

Faker 0.2.1

18 Nov 22:33
40b5ba5
Compare
Choose a tag to compare

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

03 Sep 16:13
f57afd2
Compare
Choose a tag to compare
  • 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

09 Jul 04:04
Compare
Choose a tag to compare
  • Compatibility with julia version 0.7
  • Elimination of the critptographic section (sha1, md5) [to be added again in next releases]
  • Documentation update