All Versions
18
Latest Version
Avg Release Cycle
51 days
Latest Release
-

Changelog History
Page 1

  • v1.0.2 Changes

    • ๐Ÿ‘‰ Make it compatible with aeson 1 and 2.
  • v1.0.1 Changes

  • v1.0 Changes

    ๐Ÿ’ฅ Breaking changes

    • ๐ŸŽ Make Fake as monad transformer. This makes writing code with good performance easily.
    • ๐Ÿ“‡ Rename celebrities to actors in Faker.TvShow.Buffy module.
    • ๐Ÿ“‡ Rename celebrities to actors in Faker.TvShow.FreshPrinceOfBelAir module.
    • โœ‚ Removed module Faker.Movie.Hobbit. Use Faker.Fantasy.Tolkien instead.
    • โœ‚ Removed module Faker.Movie.LordOfTheRings. Use Faker.Fantasy.Tolkien instead.
    • ๐Ÿšš Faker.Minecraft moved to Faker.Game.Minecraft
    • Faker.Game.WorldOfWarcraft: hero function renamed to heros

    ๐Ÿ†• New modules introduced

    • Faker.Adjective
    • Faker.Creature.Bird
    • Faker.Camera
    • Faker.Game.ClashOfClans
    • Faker.JapaneseMedia.Conan
    • Faker.JapaneseMedia.Doraemon
    • Faker.TvShow.FinalSpace
    • Faker.Movie.HowToTrainYourDragon
    • Faker.Quote.JackHandey
    • Faker.Mountain
    • Faker.JapaneseMedia.Naruto
    • Faker.Movie.Room
    • Faker.Game.SuperMario
    • Faker.Tea
    • Faker.Fantasy.Tolkien
    • Faker.Game.Touhou
    • Faker.Sport.Volleyball

    โšก๏ธ Module updates

    • Faker.JapaneseMedia.DragonBall: races, planets added.
    • Faker.DrivingLicense: usaNorthDakota added.
    • Faker.Book.Dune: cities added
    • Faker.Educator: primary and primarySchool added.
    • Faker.Game.ElderScrolls: weapon and jewelry added
    • Faker.Finance: tickerNasdaq and tickerNyse added
    • Faker.Game.Heroes: artifacts added.
    • Faker.Military: coast_guard_rank and space_force_rank added.
    • Faker.Game.Mincecraft: Following functions are added
      • achievement
      • biome
      • enchantment
      • gameMode
      • statusEffect
    • Faker.Music: mamboNo5 and hiphop functions added.
    • Various new functions added to Faker.Opera
    • Faker.Quote: fortuneCookie added.
    • Faker.Music.RockBand: song added.
    • Faker.Science: elementState and elementSubCategory added.
    • Various new functions added to Faker.Source.
    • Faker.Game.Witcher: signs, potions and books added.
    • Faker.Game.WorldOfWarcraft: classNames and races added.

    Locale Improvements

    • es-AR localed added
    • id.yml: stateAbbr added
    • โšก๏ธ pt-BR: countryCode added, ingredients and licensePlate updated.
    • ru: Faker.Yoda.quotes added
    • uk: Faker.Address.fullAddress added
    • ja: Faker.Book, Faker.Commerce and Faker.Subscription module works now
    • fr: Faker.Creature.Animal, Faker.Gender works now

    โšก๏ธ Data Update

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

    • de.yml
    • en/animal.yml
    • en/book.yml
    • en/company.yml
    • en/demographic.yml
    • en/device.yml
    • en/dota.yml
    • en/fallout.yml
    • en/football.yml
    • en/half_life.yml
    • en/heroes_of_the_storm.yml
    • en/horse.yml
    • en/kpop.yml
    • en/league_of_legends.yml
    • en/lebowski.yml
    • en/lovecraft.yml
    • en/myst.yml
    • en/overwatch.yml
    • en/pokemon.yml
    • en/shakespeare.yml
    • en/space.yml
    • en/street_fighter.yml
    • en/studio_ghibli.yml
    • en/super_smash_bros.yml
    • en-us.yml
    • en/zelda.yml
  • v0.8.1 Changes

    Company

    • โž• Add company email
    • โž• Add company domain
    • ๐Ÿ‘‰ Use quickcheck to verify both
  • v0.8.0 Changes

    September 29, 2020

    ๐Ÿ”„ Changelog for fakedata

    0.8.0

    ๐Ÿ’ฅ Breaking changes

    • 0๏ธโƒฃ Behavior of Monad instances changed. Monad instance by default will
      0๏ธโƒฃ not change the underlying StdGen by default. It will change only
      when you do setNonDeterministic for the settings. If you use
      functions like listOf with generate function then all the values
      would be the same:

      ฮป> import Faker.Coffeeฮป> qs <- generate $ listOf 5 blendName ฮป> qs ["The Treat","The Treat","The Treat","The Treat","The Treat"]

    Now instead you have to use generateNonDeterministic function:

    ฮป\> qs \<- generateNonDeterministic $ listOf 5 blendName ฮป\> qs ["The Treat","Evening Cowboy","Veranda Forrester","Blue Choice","Veranda Cake"]
    
    • ๐Ÿšš Faker.Dnd: Remove species and background function. Other new
      โšก๏ธ function introduced. See Module update section.
    • Faker.Game.HeroesOfTheStorm: Rename classes function to classNames

    ๐Ÿ†• New modules introduced

    • Faker.TvShow.BigBangTheory
    • Faker.Barcode
    • Faker.DrivingLicense
    • Faker.Drone
    • Faker.TvShow.Futurama
    • Faker.Game.Minecraft
    • Faker.Music.Prince
    • Faker.Music.Rush
    • Faker.Game.StreetFighter
    • Faker.JapaneseMedia.StudioGhibli

    Locale Improvements

    • en-GB: Faker.Address.postcode
    • nl: Faker.Address.postcode
    • ru: Faker.Company.name
    • de-AT: PhoneNumber.countryCode
    • de-CH: PhoneNumber.countryCode
    • de: PhoneNumber.countryCode
    • en-au-ocker: PhoneNumber.countryCode
    • en-IND: PhoneNumber.countryCode
    • en-MS: PhoneNumber.countryCode
    • en-NEP: PhoneNumber.countryCode
    • en-NZ: PhoneNumber.countryCode
    • en-SG: PhoneNumber.countryCode
    • es: Vehicle.licensePlate
    • fr-CA: PhoneNumber.cellPhoneFormat, PhoneNumber.countryCode
    • fr: PhoneNumber.countryCode, Compass.direction
    • id: PhoneNumber.countryCode
    • it: PhoneNumber.countryCode
    • ko: Color.name, Space.planet, Space.galaxy, Gender.binaryTypes
    • nb-NO: PhoneNumber.countryCode
    • pt: PhoneNumber.countryCode
    • ru: PhoneNumber.countryCode
    • sk: PhoneNumber.countryCode

    โšก๏ธ Module updates

    • Faker.TvShow.AquaTeenHungerForce: quote
    • Faker.DND: cities, languages, meleeWeapons, monsters, races, rangedWeapons
    • Faker.TvShow.Simpsons: episodeTitles
    • Faker.Movie.StarWars: quotesKyloRen

    โšก๏ธ Data Update

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

    • en/animal.yml
    • en/aqua_teen_hunger_force.yml
    • en-AU.yml
    • en/bank.yml
    • en-GB.yml
    • en-IND.yml
    • en/star_trek.yml
    • en-US.yml
    • fi-FI.yml
    • fr-CA.yml
    • fr-CH.yml
    • fr.yml
    • id.yml
    • it.yml

    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

  • v0.7.1 Changes

    July 26, 2020

    ๐Ÿ”„ 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

  • v0.7.0 Changes

    June 06, 2020
    • โž• 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
  • v0.6.1 Changes

    February 29, 2020
    • โž• Add Semigroup and Monoid instances to Fake
    • ๐Ÿšš Doc fix: Remove broken links
  • v0.6.0 Changes

    February 16, 2020
    • ๐Ÿ›  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.