fakedata v0.7.1 Release Notes

Release Date: 2020-07-26 // over 3 years ago
  • ๐Ÿ”„ Changelog for fakedata

    0.7.1

    • โž• Add combinator for fakeBoundedEnum In Faker.Combinators
    • ๐Ÿ‘Œ Improved Haddock documentation for Faker.Combinators

    0.7.0

    • โž• Add support for regex fake value generation. Useful for postcode
      functions for different locales.
    • ๐Ÿ‘Œ Improve documentation of Faker.Combinators.
    • โšก๏ธ de-CH locale update: lastName function works now.
    • ๐Ÿ†• New function in Faker.Music.Phish module: albums, musicians
    • ๐Ÿ†• New function in Faker.Address: cityWithState
    • ๐Ÿ†• New function in Faker.Movie: title

    โšก๏ธ Data Update

    โšก๏ธ The following data sources which the libraries uses has been updated:

    • heroes_of_the_storm.yml
    • house.yml
    • name.yml
    • one_piece.yml

    ๐Ÿ†• New modules introduced

    • Faker.Blood
    • Faker.Chiquito
    • ๐Ÿ’ป Faker.Computer
    • Faker.Game.Control
    • Faker.Movie.Departed
    • Faker.Dnd
    • Faker.Music.PearlJam
    • Faker.Rajnikanth
    • Faker.Show
    • Faker.TvShow.Suits
    • Faker.WarhammerFantasy

    Locale Improvements

    • en-AU:
      • Locale has updated which leads to working of newer functions:
        Faker.Name.prefix, Faker.University.name, Faker.Bank.name
    • en-CA: Faker.Address.postcode works now.
    • โšก๏ธ en-GB: formats field has been updated.
    • fr-CA: Faker.Address.postcode works now.
    • ๐Ÿ‘ ko: Supports Faker.Commerce moudle now.

    ๐Ÿ’ฅ Breaking changes

    • Faker.Music.Phish module:
      • Rename song function to songs

    0.6.1

    • โž• Add Semigroup and Monoid instances to Fake
    • ๐Ÿšš Doc fix: Remove broken links

    0.6.0

    • ๐Ÿ›  Fix API for "ar" locale. Add test coverage.
    • ๐Ÿ› Bug fixed in the following locales: ca, bg, da-DK,
      en-NEP, en-ZA, fr-CA, fr-CH, fr, hy, id, ja, pt,
      uk, zh-CN, zh-TW
    • ๐Ÿ†• New function to Address module: mailBox
    • โšก๏ธ Update in following data sources:
      • en/color.yml
      • en-NZ.yml
      • en/overwatch.yml
      • en/phone_number.yml
      • en/shakespeare.yml
      • fa.yml
      • pt-BR.yml
    • ๐Ÿ†• New function in Educator module: degree, courseName
    • ๐Ÿ†• New function in Gender module: shortBinaryTypes

    ๐Ÿ’ฅ Breaking changes

    • Educator module:
      • Rename tertiaryDegreeSubject to subject
      • Rename name function to schoolName
      • Rename tertiaryType function to tertiaryUniversityType.

    0.5.0

    • ๐Ÿšš Move remaining internal modules into other-module: Config, Faker.TH

    0.4.0

    • ๐Ÿšš Move Provider modules into other-modules. This makes the haddock
      much more readable.
    • Update to various en data sources: color.yml, super_smash_bros.
    • ๐Ÿ›  Fix name of FakerTvShow.DrWho module: villains (from villians).
    • ๐Ÿ†• New locale addition: en-TH, th
    • Modification of other locales: fr-CA, ja

    0.3.1

    • ๐Ÿ‘‰ Make it compatbile with ghc-8.8.1

    0.3.0

    • โšก๏ธ Update fake data source
    • ๐Ÿ‘Œ Improve performance and add test coverage
    • ๐Ÿ›  Fix various bugs
    • โž• Add brands function to the module Faker.Cannabis

    0.2.2

    • โž• Add meepoQuote function to the module Faker.Game.Dota
    • โž• Add Faker.Music.Opera module
    • โšก๏ธ Update fake data source

    0.2.1

    • ๐Ÿ›  Fix bug in Book module

    0.2.0

    • โž• Add sicCode function in Company module
    • ๐Ÿ†• New Construction module
    • ๐Ÿ†• New Basketball module
    • ๐Ÿ†• New Horse module
    • ๐Ÿ†• New Finance module
    • ๐Ÿšš Move Football under Sport module
    • ๐Ÿ› Bug fixes in some file formats
    • ๐Ÿ›  Fix bugs in the Creature module
    • โž• Add Development.md for new contributors

    0.1.0.0

    ๐ŸŽ‰ Initial version released