faker 2.13.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1277 -24
- data/README.md +138 -320
- data/lib/faker/blockchain/aeternity.rb +5 -5
- data/lib/faker/blockchain/bitcoin.rb +1 -2
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +30 -3
- data/lib/faker/blockchain.rb +9 -0
- data/lib/faker/books/dune.rb +17 -12
- data/lib/faker/books/lovecraft.rb +16 -44
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/books.rb +9 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/creature.rb +9 -0
- data/lib/faker/default/address.rb +11 -31
- data/lib/faker/default/adjective.rb +35 -0
- data/lib/faker/default/alphanumeric.rb +3 -9
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +2 -13
- data/lib/faker/default/bank.rb +28 -26
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/boolean.rb +2 -4
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +28 -27
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +166 -52
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +32 -18
- data/lib/faker/default/company.rb +175 -30
- data/lib/faker/default/crypto.rb +25 -5
- data/lib/faker/default/crypto_coin.rb +3 -15
- data/lib/faker/default/date.rb +65 -42
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +45 -20
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/file.rb +5 -22
- data/lib/faker/default/finance.rb +51 -7
- data/lib/faker/default/food.rb +28 -2
- data/lib/faker/default/hipster.rb +15 -52
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +176 -31
- data/lib/faker/default/invoice.rb +8 -21
- data/lib/faker/default/json.rb +15 -27
- data/lib/faker/default/lorem.rb +179 -77
- data/lib/faker/default/lorem_flickr.rb +5 -38
- data/lib/faker/default/markdown.rb +14 -17
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +19 -50
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +1 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/{nhs.rb → national_health_service.rb} +10 -10
- data/lib/faker/default/number.rb +34 -62
- data/lib/faker/default/omniauth.rb +102 -97
- data/lib/faker/default/phone_number.rb +36 -21
- data/lib/faker/default/placeholdit.rb +12 -22
- data/lib/faker/{quotes → default}/quote.rb +39 -0
- data/lib/faker/default/relationship.rb +2 -6
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/south_africa.rb +3 -3
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/sport.rb +116 -0
- data/lib/faker/default/string.rb +2 -8
- data/lib/faker/default/stripe.rb +7 -23
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/{music/show.rb → default/theater.rb} +8 -8
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/types.rb +14 -36
- data/lib/faker/default/vehicle.rb +45 -55
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +2 -11
- data/lib/faker/default/x.rb +189 -0
- data/lib/faker/default.rb +9 -0
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/fantasy.rb +9 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +1 -1
- data/lib/faker/games/dnd.rb +131 -14
- data/lib/faker/games/dota.rb +14 -5
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/final_fantasy_xiv.rb +73 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +0 -11
- data/lib/faker/games/minecraft.rb +66 -1
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/games.rb +9 -0
- data/lib/faker/internet.rb +582 -0
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/japanese_media.rb +9 -0
- data/lib/faker/locations/australia.rb +49 -0
- data/lib/faker/locations.rb +9 -0
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/star_wars.rb +75 -7
- data/lib/faker/movies/the_room.rb +63 -0
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/movies.rb +9 -0
- data/lib/faker/music/bossa_nova.rb +35 -0
- data/lib/faker/music/grateful_dead.rb +0 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +0 -2
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +0 -2
- data/lib/faker/music/smashing_pumpkins.rb +62 -0
- data/lib/faker/{music/music.rb → music.rb} +16 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/quotes.rb +9 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/religion.rb +9 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/sports.rb +9 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/travel/train_station.rb +54 -0
- data/lib/faker/travel.rb +9 -0
- data/lib/faker/tv_shows/archer.rb +51 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/buffy.rb +5 -5
- data/lib/faker/tv_shows/dr_who.rb +0 -13
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/tv_shows/suits.rb +1 -1
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +5 -5
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/tv_shows.rb +9 -0
- data/lib/faker/version.rb +2 -2
- data/lib/faker.rb +96 -79
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/deprecator.rb +118 -0
- data/lib/helpers/positional_generator.rb +478 -0
- data/lib/helpers/unique_generator.rb +14 -14
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +1608 -46
- data/lib/locales/bg.yml +935 -19
- data/lib/locales/ca-CAT.yml +347 -12
- data/lib/locales/ca.yml +580 -7
- data/lib/locales/da-DK.yml +529 -35
- data/lib/locales/de-AT.yml +3487 -25
- data/lib/locales/de-CH.yml +4359 -10
- data/lib/locales/de.yml +7185 -97
- data/lib/locales/ee.yml +1185 -27
- data/lib/locales/en/address.yml +1826 -562
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/ancient.yml +128 -4
- data/lib/locales/en/animal.yml +141 -2
- data/lib/locales/en/app.yml +89 -2
- data/lib/locales/en/appliance.yml +81 -2
- data/lib/locales/en/aqua_teen_hunger_force.yml +31 -31
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/artist.yml +43 -1
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/avatar.yml +57 -0
- data/lib/locales/en/back_to_the_future.yml +145 -117
- data/lib/locales/en/bank.yml +92 -3
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/beer.yml +232 -6
- data/lib/locales/en/bible.yml +87 -0
- data/lib/locales/en/big_bang_theory.yml +34 -35
- data/lib/locales/en/bird.yml +1280 -0
- data/lib/locales/en/bojack_horseman.yml +63 -3
- data/lib/locales/en/book.yml +486 -3
- data/lib/locales/en/bossa_nova.yml +110 -3
- data/lib/locales/en/breaking_bad.yml +110 -25
- data/lib/locales/en/brooklyn_nine_nine.yml +34 -0
- data/lib/locales/en/buffy.yml +239 -257
- data/lib/locales/en/business.yml +18 -2
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/cannabis.yml +344 -10
- data/lib/locales/en/cat.yml +155 -3
- data/lib/locales/en/chess.yml +102 -0
- data/lib/locales/en/chiquito.yml +60 -61
- data/lib/locales/en/chuck_norris.yml +78 -79
- data/lib/locales/en/clash_of_clan.yml +99 -0
- data/lib/locales/en/code.yml +501 -1
- data/lib/locales/en/coffee.yml +450 -25
- data/lib/locales/en/color.yml +73 -1
- data/lib/locales/en/commerce.yml +117 -6
- data/lib/locales/en/community.yml +55 -30
- data/lib/locales/en/company.yml +1756 -13
- data/lib/locales/en/compass.yml +108 -12
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/conan.yml +169 -0
- data/lib/locales/en/construction.yml +416 -422
- data/lib/locales/en/cosmere.yml +219 -54
- data/lib/locales/en/cowboy_bebop.yml +160 -0
- data/lib/locales/en/culture_series.yml +298 -298
- data/lib/locales/en/currency.yml +358 -3
- data/lib/locales/en/dc_comics.yml +178 -49
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +40 -44
- data/lib/locales/en/dessert.yml +78 -3
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +615 -33
- data/lib/locales/en/dog.yml +262 -7
- data/lib/locales/en/doraemon.yml +284 -0
- data/lib/locales/en/dota.yml +704 -63
- data/lib/locales/en/dr_who.yml +468 -93
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dumb_and_dumber.yml +72 -56
- data/lib/locales/en/dune.yml +270 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +582 -9
- data/lib/locales/en/electrical_components.yml +49 -3
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/esport.yml +58 -5
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/family_guy.yml +54 -4
- data/lib/locales/en/file.yml +109 -2
- data/lib/locales/en/final_fantasy_xiv.yml +754 -0
- data/lib/locales/en/final_space.yml +35 -0
- data/lib/locales/en/finance.yml +80 -4
- data/lib/locales/en/food.yml +1067 -10
- data/lib/locales/en/football.yml +121 -5
- data/lib/locales/en/fresh_prince_of_bel_air.yml +119 -70
- data/lib/locales/en/friends.yml +162 -3
- data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
- data/lib/locales/en/funny_name.yml +752 -1
- data/lib/locales/en/futurama.yml +7 -15
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/game_of_thrones.yml +2487 -5
- data/lib/locales/en/gender.yml +15 -3
- data/lib/locales/en/ghostbusters.yml +101 -88
- data/lib/locales/en/grateful_dead.yml +47 -45
- data/lib/locales/en/greek_philosophers.yml +44 -23
- data/lib/locales/en/hacker.yml +110 -5
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/harry_potter.yml +323 -6
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/hey_arnold.yml +104 -21
- data/lib/locales/en/hipster.yml +203 -1
- data/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml +243 -42
- data/lib/locales/en/hobby.yml +170 -0
- data/lib/locales/en/horse.yml +446 -2
- data/lib/locales/en/house.yml +34 -2
- data/lib/locales/en/how_i_met_your_mother.yml +97 -25
- data/lib/locales/en/how_to_train_your_dragon.yml +173 -0
- data/lib/locales/en/id_number.yml +7 -2
- data/lib/locales/en/industry_segments.yml +188 -4
- data/lib/locales/en/internet.yml +136 -3
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/job.yml +98 -7
- data/lib/locales/en/kamen_rider.yml +718 -0
- data/lib/locales/en/kpop.yml +954 -80
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +58 -40
- data/lib/locales/en/lorem.yml +1095 -6
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/markdown.yml +12 -2
- data/lib/locales/en/marketing.yml +54 -1
- data/lib/locales/en/measurement.yml +42 -8
- data/lib/locales/en/michael_scott.yml +41 -42
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +273 -0
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +171 -0
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +188 -175
- data/lib/locales/en/music.yml +461 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +6068 -6
- data/lib/locales/en/naruto.yml +230 -0
- data/lib/locales/en/nato_phonetic_alphabet.yml +27 -1
- data/lib/locales/en/new_girl.yml +35 -37
- data/lib/locales/en/one_piece.yml +359 -6
- data/lib/locales/en/opera.yml +169 -1
- data/lib/locales/en/overwatch.yml +2648 -2622
- data/lib/locales/en/parks_and_rec.yml +33 -4
- data/lib/locales/en/pearl_jam.yml +207 -207
- data/lib/locales/en/phish.yml +388 -389
- data/lib/locales/en/phone_number.yml +78 -3
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +219 -219
- data/lib/locales/en/princess_bride.yml +48 -2
- data/lib/locales/en/programming_language.yml +753 -3
- data/lib/locales/en/quote.yml +606 -163
- data/lib/locales/en/rajnikanth.yml +74 -74
- data/lib/locales/en/relationship.yml +29 -6
- data/lib/locales/en/restaurant.yml +31 -31
- data/lib/locales/en/rick_and_morty.yml +116 -3
- data/lib/locales/en/rock_band.yml +228 -1
- data/lib/locales/en/rupaul.yml +120 -122
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/seinfeld.yml +110 -3
- data/lib/locales/en/shakespeare.yml +46 -53
- data/lib/locales/en/silicon_valley.yml +122 -50
- data/lib/locales/en/simpsons.yml +897 -691
- data/lib/locales/en/slack_emoji.yml +874 -8
- data/lib/locales/en/smashing_pumpkins.yml +382 -0
- data/lib/locales/en/source.yml +35 -0
- data/lib/locales/en/south_park.yml +360 -2
- data/lib/locales/en/space.yml +373 -14
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_trek.yml +105 -4
- data/lib/locales/en/star_wars.yml +525 -528
- data/lib/locales/en/stargate.yml +65 -18
- data/lib/locales/en/stranger_thing.yml +31 -33
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/subscription.yml +47 -5
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +23 -6
- data/lib/locales/en/superhero.yml +574 -4
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/sword_art_online.yml +327 -331
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/team.yml +125 -3
- data/lib/locales/en/the_expanse.yml +92 -4
- data/lib/locales/en/the_it_crowd.yml +148 -152
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +82 -0
- data/lib/locales/en/the_room.yml +68 -0
- data/lib/locales/en/the_thick_of_it.yml +83 -3
- data/lib/locales/en/theater.yml +597 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/train_station.yml +280 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/twin_peaks.yml +130 -3
- data/lib/locales/en/umphreys_mcgee.yml +266 -1
- data/lib/locales/en/university.yml +15 -2
- data/lib/locales/en/v_for_vendetta.yml +157 -160
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en/venture_bros.yml +225 -4
- data/lib/locales/en/verbs.yml +3785 -5
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +540 -573
- data/lib/locales/en/witcher.yml +426 -7
- data/lib/locales/en/world_cup.yml +1132 -235
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/yoda.yml +38 -1
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/en-AU.yml +725 -48
- data/lib/locales/en-BORK.yml +104 -1
- data/lib/locales/en-CA.yml +373 -18
- data/lib/locales/en-GB.yml +118 -8
- data/lib/locales/en-IND.yml +1259 -16
- data/lib/locales/en-KE.yml +212 -0
- data/lib/locales/en-MS.yml +364 -16
- data/lib/locales/en-NEP.yml +212 -35
- data/lib/locales/en-NG.yml +737 -65
- data/lib/locales/en-NZ.yml +1153 -121
- data/lib/locales/en-PAK.yml +392 -9
- data/lib/locales/en-SG.yml +581 -15
- data/lib/locales/en-TH.yml +1 -1
- data/lib/locales/en-UG.yml +374 -75
- data/lib/locales/en-US.yml +6921 -81
- data/lib/locales/en-ZA.yml +1394 -13
- data/lib/locales/en-au-ocker.yml +266 -21
- data/lib/locales/en.yml +0 -3
- data/lib/locales/es-AR.yml +4570 -0
- data/lib/locales/es-MX.yml +1907 -41
- data/lib/locales/es.yml +2172 -52
- data/lib/locales/fa.yml +1624 -5
- data/lib/locales/fi-FI.yml +316 -16
- data/lib/locales/fr/address.yml +773 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/animal.yml +122 -0
- data/lib/locales/fr/appliance.yml +69 -0
- data/lib/locales/fr/book.yml +31 -0
- data/lib/locales/fr/color.yml +34 -0
- data/lib/locales/fr/company.yml +497 -0
- data/lib/locales/fr/compass.yml +71 -0
- data/lib/locales/fr/demographic.yml +6 -0
- data/lib/locales/fr/gender.yml +21 -0
- data/lib/locales/fr/internet.yml +15 -0
- data/lib/locales/fr/lorem.yml +1094 -0
- data/lib/locales/fr/measurement.yml +34 -0
- data/lib/locales/fr/name.yml +1193 -0
- data/lib/locales/fr/phone_number.yml +38 -0
- data/lib/locales/fr/pokemon.yml +421 -0
- data/lib/locales/fr-CA.yml +2754 -45
- data/lib/locales/fr-CH.yml +2455 -42
- data/lib/locales/fr.yml +2 -112
- data/lib/locales/he.yml +255 -9
- data/lib/locales/hy.yml +3630 -119
- data/lib/locales/id.yml +839 -10
- data/lib/locales/it.yml +1310 -31
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +363 -0
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/ancient.yml +18 -0
- data/lib/locales/ja/animal.yml +87 -0
- data/lib/locales/ja/artist.yml +46 -0
- data/lib/locales/ja/bank.yml +139 -0
- data/lib/locales/ja/book.yml +496 -0
- data/lib/locales/ja/cat.yml +79 -0
- data/lib/locales/ja/coffee.yml +22 -0
- data/lib/locales/ja/color.yml +35 -0
- data/lib/locales/ja/commerce.yml +103 -0
- data/lib/locales/ja/company.yml +26 -0
- data/lib/locales/ja/dog.yml +339 -0
- data/lib/locales/ja/emotion.yml +49 -0
- data/lib/locales/ja/food.yml +41 -0
- data/lib/locales/ja/football.yml +115 -0
- data/lib/locales/ja/gender.yml +6 -0
- data/lib/locales/ja/lorem.yml +1020 -0
- data/lib/locales/ja/name.yml +213 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/overwatch.yml +37 -0
- data/lib/locales/ja/phone_number.yml +13 -0
- data/lib/locales/ja/pokemon.yml +441 -0
- data/lib/locales/ja/relationship.yml +33 -0
- data/lib/locales/ja/restaurant.yml +82 -0
- data/lib/locales/ja/space.yml +23 -0
- data/lib/locales/ja/sport.yml +130 -0
- data/lib/locales/ja/studio_ghibli.yml +112 -0
- data/lib/locales/ja/subscription.yml +50 -0
- data/lib/locales/ja/super_mario.yml +73 -0
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ja/touhou.yml +466 -0
- data/lib/locales/ja/university.yml +22 -0
- data/lib/locales/ja/zelda.yml +19 -0
- data/lib/locales/ko.yml +1380 -29
- data/lib/locales/lt.yml +315 -0
- data/lib/locales/lv.yml +1221 -27
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +518 -27
- data/lib/locales/nl.yml +33514 -55
- data/lib/locales/pl.yml +4008 -38
- data/lib/locales/pt-BR.yml +8207 -660
- data/lib/locales/pt.yml +844 -43
- data/lib/locales/ru.yml +1355 -30
- data/lib/locales/sk.yml +4416 -41
- data/lib/locales/sv.yml +731 -41
- data/lib/locales/th.yml +375 -375
- data/lib/locales/tr.yml +77 -19
- data/lib/locales/uk.yml +1810 -44
- data/lib/locales/vi.yml +392 -48
- data/lib/locales/zh-CN/bank.yml +17 -0
- data/lib/locales/zh-CN.yml +540 -18
- data/lib/locales/zh-TW.yml +1030 -14
- metadata +188 -141
- data/History.md +0 -176
- data/lib/faker/default/bossa_nova.rb +0 -33
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/internet.rb +0 -358
- data/lib/faker/default/lorem_pixel.rb +0 -69
- data/lib/faker/default/twitter.rb +0 -223
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/en/show.yml +0 -597
- data/lib/locales/ja.yml +0 -101
- /data/lib/faker/{books → default}/book.rb +0 -0
- /data/lib/faker/{games → default}/game.rb +0 -0
- /data/lib/faker/{movies → default}/movie.rb +0 -0
- /data/lib/faker/{default/internet_http.rb → internet/http.rb} +0 -0
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,1257 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [v3.8.0](https://github.com/faker-ruby/faker/tree/v3.8.0) (2026-04-16)
|
|
4
|
+
|
|
5
|
+
* Add Lazy loading config by @stefannibrasil and @thdaraujo in https://github.com/faker-ruby/faker/pull/3244
|
|
6
|
+
|
|
7
|
+
### Enabling lazy load
|
|
8
|
+
|
|
9
|
+
This version introduces lazy loading. It means users will only pay for what they use. Faker [loads 2x faster](https://github.com/faker-ruby/faker/blob/main/experiments/lazy_load.md) when it's enabled.
|
|
10
|
+
|
|
11
|
+
Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below:
|
|
12
|
+
|
|
13
|
+
#### 1 - Set lazy load as a Faker Config
|
|
14
|
+
|
|
15
|
+
`Faker::Config.lazy_loading = true`
|
|
16
|
+
|
|
17
|
+
#### 2 - Set lazy load as an environment variable
|
|
18
|
+
|
|
19
|
+
`FAKER_LAZY_LOAD = 1`
|
|
20
|
+
|
|
21
|
+
We hope you get to see the improvement by enabling it. Please file a bug report for any issues!
|
|
22
|
+
|
|
23
|
+
Thanks to @jeremyevans for the mentoring, and to @thdaraujo for pairing and code reviews.
|
|
24
|
+
|
|
25
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.7.1...v3.8.0
|
|
26
|
+
|
|
27
|
+
-----------------------
|
|
28
|
+
|
|
29
|
+
## [v3.7.1](https://github.com/faker-ruby/faker/tree/v3.7.1) (2026-04-14)
|
|
30
|
+
|
|
31
|
+
Thanks to all contributors!
|
|
32
|
+
|
|
33
|
+
### Drops support for Ruby 3.1
|
|
34
|
+
|
|
35
|
+
* Drop support for Ruby EOL 3.1 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3240
|
|
36
|
+
|
|
37
|
+
### What's changed
|
|
38
|
+
|
|
39
|
+
* Remove json_schema and public-suffix versions constraint by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3224
|
|
40
|
+
* Added additional football teams by @John222 in https://github.com/faker-ruby/faker/pull/3231
|
|
41
|
+
* Remove duplicate 'Recalled to Life' book title by @gkrimer in https://github.com/faker-ruby/faker/pull/3238
|
|
42
|
+
|
|
43
|
+
### Update development dependencies
|
|
44
|
+
|
|
45
|
+
* Bump yard from 0.9.38 to 0.9.40 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3237
|
|
46
|
+
* Bump timecop from 0.9.10 to 0.9.11 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3236
|
|
47
|
+
* Bump rubocop from 1.85.1 to 1.86.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3235
|
|
48
|
+
|
|
49
|
+
### New Contributors
|
|
50
|
+
* @John222 made their first contribution in https://github.com/faker-ruby/faker/pull/3231
|
|
51
|
+
* @gkrimer made their first contribution in https://github.com/faker-ruby/faker/pull/3238
|
|
52
|
+
|
|
53
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.6.1...v3.7.1
|
|
54
|
+
|
|
55
|
+
--------------------------------
|
|
56
|
+
|
|
57
|
+
## [v3.6.1](https://github.com/faker-ruby/faker/tree/v3.6.1) (2026-03-04)
|
|
58
|
+
|
|
59
|
+
It's almost Spring time in the Northern hemisphere 🌸
|
|
60
|
+
|
|
61
|
+
### Security, performance improvements and bug fixes
|
|
62
|
+
|
|
63
|
+
* fix: polynomial regex on uncontrolled input by @thdaraujo in https://github.com/faker-ruby/faker/pull/3196
|
|
64
|
+
* perf: replaces list of postcodes in `ja/address.yml` with a 7-digit format by @thdaraujo in https://github.com/faker-ruby/faker/pull/3201
|
|
65
|
+
* Remove unnecessary whitespace from code blocks in READMEs by @ryotaro-shirai in https://github.com/faker-ruby/faker/pull/3209
|
|
66
|
+
* Document lazy load experiment results by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3205
|
|
67
|
+
* [skip ci] Add-backtick by @OzuAkira in https://github.com/faker-ruby/faker/pull/3210
|
|
68
|
+
* Zeitwerk experiment changes and results [skip ci] by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3213
|
|
69
|
+
* Remove duplicate reference link in README.md by @yutasb in https://github.com/faker-ruby/faker/pull/3217
|
|
70
|
+
|
|
71
|
+
### Update development dependencies
|
|
72
|
+
|
|
73
|
+
* Bump rubocop from 1.84.0 to 1.84.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3202
|
|
74
|
+
* Bump irb from 1.16.0 to 1.17.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3203
|
|
75
|
+
* Bump rubocop version and fix offenses by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3198
|
|
76
|
+
* Bump rdoc from 7.1.0 to 7.2.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3204
|
|
77
|
+
* Bump rubocop to 1.84.2 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3215
|
|
78
|
+
* Bump rubocop-minitest from 0.38.2 to 0.39.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3216
|
|
79
|
+
* Bump rubocop to v1.85.0 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3220
|
|
80
|
+
|
|
81
|
+
### New Contributors
|
|
82
|
+
* @ryotaro-shirai made their first contribution in https://github.com/faker-ruby/faker/pull/3209
|
|
83
|
+
* @OzuAkira made their first contribution in https://github.com/faker-ruby/faker/pull/3210
|
|
84
|
+
* @yutasb made their first contribution in https://github.com/faker-ruby/faker/pull/3217
|
|
85
|
+
|
|
86
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.6.0...v3.6.1
|
|
87
|
+
|
|
88
|
+
---------------------------------
|
|
89
|
+
|
|
90
|
+
## [v3.6.0](https://github.com/faker-ruby/faker/tree/v3.6.0) (2026-01-21)
|
|
91
|
+
|
|
92
|
+
First release of the new year!
|
|
93
|
+
|
|
94
|
+
This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.
|
|
95
|
+
|
|
96
|
+
It also drops support to Ruby's EOL `3.0`. The minimum supported Ruby version is `3.1`.
|
|
97
|
+
|
|
98
|
+
### Drops support for Ruby 3.0
|
|
99
|
+
|
|
100
|
+
* Drop support for Ruby EOL 3.0 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3167
|
|
101
|
+
|
|
102
|
+
### Removes deprecated generators
|
|
103
|
+
|
|
104
|
+
* `Faker::Twitter` and `Faker::BossaNova` have been removed. Please use the new generators `Faker::X` and `Faker::Music::BossaNova` and check the new docs for more details in https://github.com/faker-ruby/faker/pull/3190
|
|
105
|
+
|
|
106
|
+
### Improvements and bug fixes
|
|
107
|
+
|
|
108
|
+
* Autoload OpenSSL by @stefannibrasil and @thdaraujo in https://github.com/faker-ruby/faker/pull/3188 - this speeds faker load time by 17%!
|
|
109
|
+
* Fix typos in README.md by @CarlosCalgaro in https://github.com/faker-ruby/faker/pull/3156
|
|
110
|
+
* fix: badly anchored regexes by @thdaraujo in https://github.com/faker-ruby/faker/pull/3181
|
|
111
|
+
* Benchmark revamp + run benchmark as part of CI by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3176
|
|
112
|
+
* Add reformat locales rake task by @thdaraujo in https://github.com/faker-ruby/faker/pull/3061
|
|
113
|
+
* Add option to trigger GH workflows manually by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3187
|
|
114
|
+
|
|
115
|
+
### Update development dependencies
|
|
116
|
+
|
|
117
|
+
* Bump bundler version by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3165
|
|
118
|
+
* Add GitHub actions to dependabot workflow by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3168
|
|
119
|
+
* Bump pry from 0.15.2 to 0.16.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3175
|
|
120
|
+
* Bump i18n from 1.14.7 to 1.14.8 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3174
|
|
121
|
+
* Bump yard from 0.9.37 to 0.9.38 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3173
|
|
122
|
+
* Bump actions/checkout from 3 to 6 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3170
|
|
123
|
+
* Bump test-unit from 3.7.1 to 3.7.7 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3172
|
|
124
|
+
* Bump github/codeql-action from 2 to 4 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3169
|
|
125
|
+
* Bump rubocop from 1.81.7 to 1.82.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3171
|
|
126
|
+
* Bump minitest from 5.26.1 to 5.27.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3177
|
|
127
|
+
* Bump 'rdoc' dependency, handle 'erb' version constraint with Ruby 3.1 and improve CI bundle cache by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3185
|
|
128
|
+
|
|
129
|
+
### New Contributors
|
|
130
|
+
* @CarlosCalgaro made their first contribution in https://github.com/faker-ruby/faker/pull/3156
|
|
131
|
+
|
|
132
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.3...v3.6.0
|
|
133
|
+
|
|
134
|
+
---------------------------------
|
|
135
|
+
|
|
136
|
+
## [v3.5.3](https://github.com/faker-ruby/faker/tree/v3.5.3) (2025-12-02)
|
|
137
|
+
|
|
138
|
+
Wishing you a cozy and calm Holiday season ☃️
|
|
139
|
+
|
|
140
|
+
This version adds and improves some locales, fixes some bugs, and deprecates some generators.
|
|
141
|
+
|
|
142
|
+
Thanks to all contributors!
|
|
143
|
+
|
|
144
|
+
### Deprecated generators
|
|
145
|
+
* Refactor: move `Faker::BossaNova` under `Faker::Music::BossaNova` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3140
|
|
146
|
+
* Deprecate `Faker::Twitter` in favor of `Faker::X` and update attributes by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3138
|
|
147
|
+
|
|
148
|
+
### Improvements & Bug Fixes
|
|
149
|
+
* Remove duplicate entry `amateur radio` from `locales/en/hobby.yml` by @Leenday in https://github.com/faker-ruby/faker/pull/3099
|
|
150
|
+
* fix #3114: prevent scientific notation when generating bank account number by @AhmedHisham552 in https://github.com/faker-ruby/faker/pull/3118
|
|
151
|
+
* Fix: typos in locales for `overwatch.yml`, `rajnikanth.yml` and `street_fighter.ym` by @smorttey in https://github.com/faker-ruby/faker/pull/3106
|
|
152
|
+
* Add `Artist` translations for the japanese locale by @neco-nico in https://github.com/faker-ruby/faker/pull/3110
|
|
153
|
+
* Add `country_code` to Estonia locale (`locales/ee.yml`) by @HassanAkbar in https://github.com/faker-ruby/faker/pull/3111
|
|
154
|
+
* Reformat Arabic locale (`locales/ar.yml`) by @ramzieus in https://github.com/faker-ruby/faker/pull/3130
|
|
155
|
+
* Refactor: Improve UK Phone number false failure hit-rate by @luke-hill in https://github.com/faker-ruby/faker/pull/3136
|
|
156
|
+
* Improvements and fixes for Elder Scrolls locale (`elder_scrolls.yml`) by @SleekMutt in https://github.com/faker-ruby/faker/pull/3129
|
|
157
|
+
* Add en-GB ID Numbers (aka National Insurance Numbers) by @stefanjcollier in https://github.com/faker-ruby/faker/pull/3032
|
|
158
|
+
* Update ukrainian city locales to the modern ones by @SleekMutt in https://github.com/faker-ruby/faker/pull/3127
|
|
159
|
+
* Revamp the docs to make them easier to find by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3151
|
|
160
|
+
|
|
161
|
+
### Chores
|
|
162
|
+
* test: fix flaky test on `Faker::IdNumber` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3126
|
|
163
|
+
* Remove minitest dependency on i18n reload test by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3149
|
|
164
|
+
* Remove unused release workflow by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3133
|
|
165
|
+
|
|
166
|
+
### Update local dependencies
|
|
167
|
+
* Bump benchmark from 0.4.1 to 0.5.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3122
|
|
168
|
+
* Bump rake from 13.3.0 to 13.3.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3124
|
|
169
|
+
* Bump test-unit from 3.7.0 to 3.7.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3128
|
|
170
|
+
* Bump rubocop-minitest from 0.38.1 to 0.38.2 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3116
|
|
171
|
+
* deps: bump dependencies by @thdaraujo in https://github.com/faker-ruby/faker/pull/3141
|
|
172
|
+
* deps: bump Minitest version to `v5.26.1` and fix issues by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3144
|
|
173
|
+
* deps: bump rubocop version to `v1.81.7` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3143
|
|
174
|
+
|
|
175
|
+
### New Contributors
|
|
176
|
+
* @Leenday made their first contribution in https://github.com/faker-ruby/faker/pull/3099
|
|
177
|
+
* @AhmedHisham552 made their first contribution in https://github.com/faker-ruby/faker/pull/3118
|
|
178
|
+
* @smorttey made their first contribution in https://github.com/faker-ruby/faker/pull/3106
|
|
179
|
+
* @neco-nico made their first contribution in https://github.com/faker-ruby/faker/pull/3110
|
|
180
|
+
* @HassanAkbar made their first contribution in https://github.com/faker-ruby/faker/pull/3111
|
|
181
|
+
* @ramzieus made their first contribution in https://github.com/faker-ruby/faker/pull/3130
|
|
182
|
+
* @luke-hill made their first contribution in https://github.com/faker-ruby/faker/pull/3136
|
|
183
|
+
* @SleekMutt made their first contribution in https://github.com/faker-ruby/faker/pull/3129
|
|
184
|
+
* @stefanjcollier made their first contribution in https://github.com/faker-ruby/faker/pull/3032
|
|
185
|
+
|
|
186
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.2...v3.5.3
|
|
187
|
+
|
|
188
|
+
---------------------------------
|
|
189
|
+
|
|
190
|
+
## [v3.5.2](https://github.com/faker-ruby/faker/tree/v3.5.2) (2025-07-01)
|
|
191
|
+
|
|
192
|
+
Happy Canada Day! 🍁
|
|
193
|
+
|
|
194
|
+
This version adds and improves some locales and fixes some bugs.
|
|
195
|
+
|
|
196
|
+
Thanks to all contributors!
|
|
197
|
+
|
|
198
|
+
### Improvements & Bug fixes
|
|
199
|
+
* Correct `Faker::Address.city` and `Faker::Address.street_address` for `:fr` locale by @brupla6126 in https://github.com/faker-ruby/faker/pull/3018
|
|
200
|
+
* fix condominium_fiscal_code generator length from 9 to 11 characters by @FiloSpaTeam in https://github.com/faker-ruby/faker/pull/3037
|
|
201
|
+
* Add Cell Phone, Default Time Zone and State Abbreviation translation for en-PAK locale by @wonderer007 in https://github.com/faker-ruby/faker/pull/3024
|
|
202
|
+
* Fix usage docs header indentation by @jaredsmithse in https://github.com/faker-ruby/faker/pull/3049
|
|
203
|
+
* Fix nl phone format by @klaaspieter in https://github.com/faker-ruby/faker/pull/3050
|
|
204
|
+
* Fix typo in `ja/book` locale by @thdaraujo in https://github.com/faker-ruby/faker/pull/3062
|
|
205
|
+
* fix a typo by @jethrodaniel in https://github.com/faker-ruby/faker/pull/3060
|
|
206
|
+
* Fix typo in `restaurant.yml` by @daniel-nerdgeschoss in https://github.com/faker-ruby/faker/pull/3067
|
|
207
|
+
* Fix city address with number in `locales/fr/address.yml` by @brupla6126 in https://github.com/faker-ruby/faker/pull/3071
|
|
208
|
+
* Fix unclosed quote in `locales/en/cosmere.yml` by @bensheldon in https://github.com/faker-ruby/faker/pull/3075
|
|
209
|
+
* Remove inappropriate word from ja lorem by @se4weed in https://github.com/faker-ruby/faker/pull/3095
|
|
210
|
+
* Add mountains to de-CH locale by @codez in https://github.com/faker-ruby/faker/pull/3066
|
|
211
|
+
* Bump i18n from 1.14.6 to 1.14.7 by @dependabot in https://github.com/faker-ruby/faker/pull/3042
|
|
212
|
+
|
|
213
|
+
### Chore
|
|
214
|
+
* ci: run against Ruby 3.4 by @thdaraujo in https://github.com/faker-ruby/faker/pull/3079
|
|
215
|
+
* Fix Broken CI by @wonderer007 in https://github.com/faker-ruby/faker/pull/3073
|
|
216
|
+
|
|
217
|
+
### Update local dependencies
|
|
218
|
+
* Bump rubocop from 1.67.0 to 1.68.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3020
|
|
219
|
+
* Bump rubocop from 1.68.0 to 1.69.2 by @dependabot in https://github.com/faker-ruby/faker/pull/3035
|
|
220
|
+
* Bump rubocop version + offenses fixes by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3053
|
|
221
|
+
* deps: update dev dependencies by @thdaraujo in https://github.com/faker-ruby/faker/pull/3078
|
|
222
|
+
* Bump rubocop-minitest and fix rubocop's offense by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3052
|
|
223
|
+
* Bump rubocop-minitest from 0.38.0 to 0.38.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3088
|
|
224
|
+
* Bump rubocop-rake from 0.6.0 to 0.7.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3059
|
|
225
|
+
* deps: bump `rubocop-minitest` from `0.37.1` to `0.38.0`. by @thdaraujo in https://github.com/faker-ruby/faker/pull/3080
|
|
226
|
+
* Bump minitest from 5.25.1 to 5.25.4 by @dependabot in https://github.com/faker-ruby/faker/pull/3031
|
|
227
|
+
* Bump test-unit from 3.6.2 to 3.6.7 by @dependabot in https://github.com/faker-ruby/faker/pull/3038
|
|
228
|
+
* Bump benchmark from 0.3.0 to 0.4.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3021
|
|
229
|
+
* Bump benchmark from 0.4.0 to 0.4.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3087
|
|
230
|
+
* Bump pry from 0.14.2 to 0.15.2 by @dependabot in https://github.com/faker-ruby/faker/pull/3039
|
|
231
|
+
* Bump rake from 13.2.1 to 13.3.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3086
|
|
232
|
+
* Bump test-unit from 3.6.8 to 3.6.9 by @dependabot in https://github.com/faker-ruby/faker/pull/3096
|
|
233
|
+
|
|
234
|
+
### New Contributors
|
|
235
|
+
* @brupla6126 made their first contribution in https://github.com/faker-ruby/faker/pull/3018
|
|
236
|
+
* @jaredsmithse made their first contribution in https://github.com/faker-ruby/faker/pull/3049
|
|
237
|
+
* @klaaspieter made their first contribution in https://github.com/faker-ruby/faker/pull/3050
|
|
238
|
+
* @jethrodaniel made their first contribution in https://github.com/faker-ruby/faker/pull/3060
|
|
239
|
+
* @daniel-nerdgeschoss made their first contribution in https://github.com/faker-ruby/faker/pull/3067
|
|
240
|
+
* @bensheldon made their first contribution in https://github.com/faker-ruby/faker/pull/3075
|
|
241
|
+
* @se4weed made their first contribution in https://github.com/faker-ruby/faker/pull/3095
|
|
242
|
+
|
|
243
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.1...v3.5.2
|
|
244
|
+
|
|
245
|
+
---------------------------------
|
|
246
|
+
|
|
247
|
+
## [v3.5.1](https://github.com/faker-ruby/faker/tree/v3.5.1) (2024-10-18)
|
|
248
|
+
|
|
249
|
+
Happy October! 🎃
|
|
250
|
+
|
|
251
|
+
This version **drops support for Ruby < 3.0**. We only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0 to update to this and future versions of faker-ruby.
|
|
252
|
+
|
|
253
|
+
Besides that, this version removes deprecated generators, fixes some bugs, and adds a Security Policy.
|
|
254
|
+
|
|
255
|
+
Thanks to all contributors!
|
|
256
|
+
|
|
257
|
+
### Breaking Changes
|
|
258
|
+
* Drop support for Ruby 2.7 by @tatheerf02 in https://github.com/faker-ruby/faker/pull/3006
|
|
259
|
+
* Removes deprecated generators by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3014
|
|
260
|
+
|
|
261
|
+
The following deprecated generators are being removed. Please use the new generators:
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
| Deprecated | New |
|
|
265
|
+
| -------- | ------- |
|
|
266
|
+
| Faker::TvShows::TheFreshPrinceOfBelAir.celebrity | Faker::TvShows::TheFreshPrinceOfBelAir.actor |
|
|
267
|
+
| Faker::TvShows::Buffy.celebrity | Faker::TvShows::Buffy.actor |
|
|
268
|
+
| Faker::TvShows::DrWho.villian | Faker::TvShows::DrWho.villain |
|
|
269
|
+
| Faker::Games::HeroesOfTheStorm.class | Faker::Games::HeroesOfTheStorm.class_name |
|
|
270
|
+
| Faker::JapaneseMedia::FmaBrotherhood | Faker::JapaneseMedia::FullmetalAlchemistBrotherhood |
|
|
271
|
+
| Faker::Show | Faker::Theater |
|
|
272
|
+
| Faker::Australia | Faker::Locations::Australia |
|
|
273
|
+
| Faker::IDNumber | Faker::IdNumber |
|
|
274
|
+
|
|
275
|
+
### Improvements & Bug fixes
|
|
276
|
+
* Fix typos by @tagliala in https://github.com/faker-ruby/faker/pull/2982
|
|
277
|
+
* Fix benchmark:all_methods task by excluding Faker::Deprecator module from benchmark target by @amatsuda in https://github.com/faker-ruby/faker/pull/2988
|
|
278
|
+
* Add Brazilian Portuguese translations for `Faker::Subscription` by @murichristopher in https://github.com/faker-ruby/faker/pull/2960
|
|
279
|
+
* Deprecator improvements by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2997
|
|
280
|
+
* Faker::Alphanumeric.alphanumeric determinism fix by @admtnnr in https://github.com/faker-ruby/faker/pull/2996
|
|
281
|
+
* Remove CodeClimate badges by @tagliala in https://github.com/faker-ruby/faker/pull/3003
|
|
282
|
+
* Update Company.logo example url by @dirschn in https://github.com/faker-ruby/faker/pull/3007
|
|
283
|
+
* fix(music.band): removes leading whitespace by @JeremasPosta in https://github.com/faker-ruby/faker/pull/3015
|
|
284
|
+
* Create SECURITY.md by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3016
|
|
285
|
+
|
|
286
|
+
### Update local dependencies
|
|
287
|
+
* Bump i18n from 1.14.5 to 1.14.6 by @dependabot in https://github.com/faker-ruby/faker/pull/3005
|
|
288
|
+
* Bump minitest from 5.24.1 to 5.25.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2991
|
|
289
|
+
* Bump rubocop-minitest from 0.35.1 to 0.36.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2999
|
|
290
|
+
* Bump yard from 0.9.36 to 0.9.37 by @dependabot in https://github.com/faker-ruby/faker/pull/3000
|
|
291
|
+
* Bump rubocop from 1.65.1 to 1.66.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3001
|
|
292
|
+
|
|
293
|
+
### New Contributors
|
|
294
|
+
* @murichristopher made their first contribution in https://github.com/faker-ruby/faker/pull/2960
|
|
295
|
+
* @admtnnr made their first contribution in https://github.com/faker-ruby/faker/pull/2996
|
|
296
|
+
* @dirschn made their first contribution in https://github.com/faker-ruby/faker/pull/3007
|
|
297
|
+
* @tatheerf02 made their first contribution in https://github.com/faker-ruby/faker/pull/3006
|
|
298
|
+
* @JeremasPosta made their first contribution in https://github.com/faker-ruby/faker/pull/3015
|
|
299
|
+
|
|
300
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.4.2...v3.5.1
|
|
301
|
+
|
|
302
|
+
--------------------------------------
|
|
303
|
+
|
|
304
|
+
## [v3.4.2](https://github.com/faker-ruby/faker/tree/v3.4.2) (2024-07-16)
|
|
305
|
+
|
|
306
|
+
Happy July with a new faker-ruby release.
|
|
307
|
+
|
|
308
|
+
This version:
|
|
309
|
+
|
|
310
|
+
- introduces a breaking change for `Faker::NationalHealthService.british_number` (more details below)
|
|
311
|
+
- adds translation for some generators
|
|
312
|
+
- fixes bugs
|
|
313
|
+
|
|
314
|
+
### Breaking changes
|
|
315
|
+
|
|
316
|
+
The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could
|
|
317
|
+
produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version, `Faker::NationalHealthService.british_number` uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.
|
|
318
|
+
|
|
319
|
+
Breaking change was introduced in "Add test range param to NHS numbers" by @neanias in https://github.com/faker-ruby/faker/pull/2947
|
|
320
|
+
|
|
321
|
+
### Improvements & Bug fixes
|
|
322
|
+
|
|
323
|
+
* Add Bank and Sport to Swedish locale by @twk-mn in https://github.com/faker-ruby/faker/pull/2961
|
|
324
|
+
* docs: update with notes about validity for zips by @garrettgregor in https://github.com/faker-ruby/faker/pull/2963
|
|
325
|
+
* `Faker::Games::Dota` missing quotes and new heroes by @arthurka-o in https://github.com/faker-ruby/faker/pull/2907
|
|
326
|
+
* Add phone_number.country_code and address.full_address in locale sv by @larkro in https://github.com/faker-ruby/faker/pull/2965
|
|
327
|
+
* Fix typo by @fynsta in https://github.com/faker-ruby/faker/pull/2968
|
|
328
|
+
* fix: `Faker::Internet.username` should not generate duplicated punctuation by @thdaraujo in https://github.com/faker-ruby/faker/pull/2970
|
|
329
|
+
* Update dog breed names for `en-US` locale by @mononoken in https://github.com/faker-ruby/faker/pull/2972
|
|
330
|
+
* Add `Deprecator.skip_warning?` ability to silence deprecators on tests by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2956
|
|
331
|
+
|
|
332
|
+
### Update local dependencies
|
|
333
|
+
|
|
334
|
+
* Bump timecop from 0.9.9 to 0.9.10 by @dependabot in https://github.com/faker-ruby/faker/pull/2969
|
|
335
|
+
* Bump minitest from 5.23.1 to 5.24.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2975
|
|
336
|
+
* Bump bundler version to `2.4.22` by @thdaraujo in https://github.com/faker-ruby/faker/pull/2978
|
|
337
|
+
* Bump rubocop from 1.64.1 to 1.65.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2979
|
|
338
|
+
* Bump rubocop-minitest from 0.35.0 to 0.35.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2980
|
|
339
|
+
|
|
340
|
+
### New Contributors
|
|
341
|
+
* @twk-mn made their first contribution in https://github.com/faker-ruby/faker/pull/2961
|
|
342
|
+
* @neanias made their first contribution in https://github.com/faker-ruby/faker/pull/2947
|
|
343
|
+
* @garrettgregor made their first contribution in https://github.com/faker-ruby/faker/pull/2963
|
|
344
|
+
* @arthurka-o made their first contribution in https://github.com/faker-ruby/faker/pull/2907
|
|
345
|
+
* @larkro made their first contribution in https://github.com/faker-ruby/faker/pull/2965
|
|
346
|
+
* @fynsta made their first contribution in https://github.com/faker-ruby/faker/pull/2968
|
|
347
|
+
* @mononoken made their first contribution in https://github.com/faker-ruby/faker/pull/2972
|
|
348
|
+
|
|
349
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v.3.4.1...v3.4.2
|
|
350
|
+
|
|
351
|
+
---------------------------------
|
|
352
|
+
|
|
353
|
+
## [v3.4.1](https://github.com/faker-ruby/faker/tree/v3.4.1) (2024-05-28)
|
|
354
|
+
|
|
355
|
+
### What's changed
|
|
356
|
+
|
|
357
|
+
* Performance: Sample arrays instead of performing shuffle and slice by @alextaujenis in https://github.com/faker-ruby/faker/pull/2940
|
|
358
|
+
* Performance: Reduce the time complexity of `Faker::Crypto` generators by @alextaujenis in https://github.com/faker-ruby/faker/pull/2938
|
|
359
|
+
* Remove tzinfo dependency by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2952
|
|
360
|
+
|
|
361
|
+
### Bug fixes
|
|
362
|
+
|
|
363
|
+
* Fix invalid IANA time zone identifier for `Atlantic/Cape_Verde` by @andrelaszlo in https://github.com/faker-ruby/faker/pull/2927
|
|
364
|
+
* Fix entry in faker.food.ingredients by @matthewmayer in https://github.com/faker-ruby/faker/pull/2933
|
|
365
|
+
* Docs: add absolute links to CONTRIBUTING from README by @matthewmayer in https://github.com/faker-ruby/faker/pull/2934
|
|
366
|
+
* Fix: `Faker::Number.hexadecimal` should include characters within the range of `[0-9a-f]` by @alextaujenis in https://github.com/faker-ruby/faker/pull/2942
|
|
367
|
+
* Username splits names by space and doesn't regex match them by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2950
|
|
368
|
+
|
|
369
|
+
### Features
|
|
370
|
+
|
|
371
|
+
* Add animals, desserts, foods, hobbies, house, and k-pop translations to the Korean locale file by @connie-feng in https://github.com/faker-ruby/faker/pull/2935
|
|
372
|
+
* Add adjectives to Korean locale file by @connie-feng in https://github.com/faker-ruby/faker/pull/2930
|
|
373
|
+
* Add emotions, movies, Pokemon, and Studio Ghibli to the Korean locale by @connie-feng in https://github.com/faker-ruby/faker/pull/2941
|
|
374
|
+
* Add Japanese translations for `Faker::Sports::Football`. by @yamat47 in https://github.com/faker-ruby/faker/pull/2903
|
|
375
|
+
|
|
376
|
+
### Update local dependencies
|
|
377
|
+
|
|
378
|
+
* Bump rake from 13.1.0 to 13.2.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2929
|
|
379
|
+
* Bump i18n from 1.14.4 to 1.14.5 by @dependabot in https://github.com/faker-ruby/faker/pull/2949
|
|
380
|
+
* Bump minitest from 5.22.3 to 5.23.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2957
|
|
381
|
+
* Bump rubocop from 1.63.4 to 1.64.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2958
|
|
382
|
+
|
|
383
|
+
### New Contributors
|
|
384
|
+
|
|
385
|
+
* @connie-feng made their first contribution in https://github.com/faker-ruby/faker/pull/2930
|
|
386
|
+
* @andrelaszlo made their first contribution in https://github.com/faker-ruby/faker/pull/2927
|
|
387
|
+
* @matthewmayer made their first contribution in https://github.com/faker-ruby/faker/pull/2933
|
|
388
|
+
|
|
389
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.3.1...v.3.4.1
|
|
390
|
+
|
|
391
|
+
---------------------------------
|
|
392
|
+
|
|
393
|
+
## [v3.3.1](https://github.com/faker-ruby/faker/tree/v3.3.1) (2024-04-02)
|
|
394
|
+
|
|
395
|
+
### Bug fixes
|
|
396
|
+
|
|
397
|
+
* Fix bug on phone number generator for `en-US` locale caused by incorrect `.yml` file structure by @aprescott in https://github.com/faker-ruby/faker/pull/2924
|
|
398
|
+
|
|
399
|
+
### What's Changed
|
|
400
|
+
|
|
401
|
+
* Added docs for Deprecator in CONTRIBUTING.md by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2919
|
|
402
|
+
* Rename Faker::show to Faker::Theater by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2921
|
|
403
|
+
* renamed nhs to national_health_service by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2923
|
|
404
|
+
|
|
405
|
+
### New Contributors
|
|
406
|
+
* @aprescott made their first contribution in https://github.com/faker-ruby/faker/pull/2924
|
|
407
|
+
|
|
408
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1
|
|
409
|
+
|
|
410
|
+
-------------------------
|
|
411
|
+
|
|
412
|
+
## [v3.3.0](https://github.com/faker-ruby/faker/tree/v3.3.0) (2024-03-25)
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
* Remove the duplicate method Faker::Commerce.material description by @mmarusyk in https://github.com/faker-ruby/faker/pull/2914
|
|
417
|
+
|
|
418
|
+
### Features
|
|
419
|
+
|
|
420
|
+
* Add Kenya to supported countries by @AndrewNduati in https://github.com/faker-ruby/faker/pull/2871
|
|
421
|
+
* Benchmarking loading JSON file vs YML file by @salochara in https://github.com/faker-ruby/faker/pull/2897
|
|
422
|
+
|
|
423
|
+
### What's changed
|
|
424
|
+
|
|
425
|
+
* Fix/Deprecate `Faker::IDNumber` to `Faker::IdNumber` to be more consistent with other generator's naming convention. by @Jamal-A-Mohamed in https://github.com/faker-ruby/faker/pull/2858
|
|
426
|
+
* Fix/Deprecate FmaBrotherhood Generator by @kirkkwang in https://github.com/faker-ruby/faker/pull/2856
|
|
427
|
+
* Fix/Deprecate Faker::Australia to Faker::Locations::Australia by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2869
|
|
428
|
+
* Add note about EOL dependencies by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2890
|
|
429
|
+
|
|
430
|
+
### Update local dependencies
|
|
431
|
+
|
|
432
|
+
* Bump test-unit from 3.6.1 to 3.6.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2906
|
|
433
|
+
* Bump i18n from 1.14.1 to 1.14.4 by @dependabot in https://github.com/faker-ruby/faker/pull/2913
|
|
434
|
+
* Bump rubocop from 1.60.2 to 1.62.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2916
|
|
435
|
+
* Bump yard from 0.9.34 to 0.9.36 by @dependabot in https://github.com/faker-ruby/faker/pull/2909
|
|
436
|
+
* Bump minitest from 5.22.2 to 5.22.3 by @dependabot in https://github.com/faker-ruby/faker/pull/2917
|
|
437
|
+
|
|
438
|
+
### New Contributors
|
|
439
|
+
|
|
440
|
+
* @AndrewNduati made their first contribution in https://github.com/faker-ruby/faker/pull/2871
|
|
441
|
+
* @Jamal-A-Mohamed made their first contribution in https://github.com/faker-ruby/faker/pull/2858
|
|
442
|
+
* @mmarusyk made their first contribution in https://github.com/faker-ruby/faker/pull/2914
|
|
443
|
+
|
|
444
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.3...v3.3.0
|
|
445
|
+
|
|
446
|
+
-------------------------
|
|
447
|
+
|
|
448
|
+
## [v3.2.3](https://github.com/faker-ruby/faker/tree/v3.2.3) (2024-01-12)
|
|
449
|
+
|
|
450
|
+
### What's Changed
|
|
451
|
+
|
|
452
|
+
Happy 2024 with a new faker-ruby release.
|
|
453
|
+
|
|
454
|
+
This version includes bug and documentation fixes, and some changes on the contributing guides.
|
|
455
|
+
|
|
456
|
+
### faker-ruby is is not accepting new features proposals
|
|
457
|
+
|
|
458
|
+
As we [discussed here](https://github.com/orgs/faker-ruby/discussions/2877), we want to improve faker's performance and organization. There hasn't been to many bug reports and most of the open issues are related to performance and confusion around using faker.
|
|
459
|
+
|
|
460
|
+
As we have limited time to invest in faker, reviewing _new_ generators and locales prevent us from focusing on the big picture work. With this decision, we hope to make the necessary changes for faker to go to the next level. Please read the Contributing guides for ways to help us get there.
|
|
461
|
+
|
|
462
|
+
### Bug fixes
|
|
463
|
+
* Fix Phone number long number and other updates by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2842
|
|
464
|
+
* Favor 'The Room' instead of 'Room' by @kirkkwang in https://github.com/faker-ruby/faker/pull/2854
|
|
465
|
+
* Limit generated Discover cards to 19 digits by @jamie in https://github.com/faker-ruby/faker/pull/2845
|
|
466
|
+
* Fix Typo in README Link: Update sports.md to sport.md by @hatsu38 in https://github.com/faker-ruby/faker/pull/2859
|
|
467
|
+
* Fix country names and codes in address by @sudeeptarlekar in https://github.com/faker-ruby/faker/pull/2850
|
|
468
|
+
* fixed typo for README. Faker::JapaneseMedia::CowboyBebop by @jacoyutorius in https://github.com/faker-ruby/faker/pull/2863
|
|
469
|
+
* Fix typo in `Faker::Movies::HarryPotter.location` (Castelobruxo) by @leomartins1999 in https://github.com/faker-ruby/faker/pull/2866
|
|
470
|
+
* Fix flaky spec on `TestFakerFile#test_file_name` by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2868
|
|
471
|
+
* Update `Internet#username` separator param to match with the example by @AlexandreL0pes in https://github.com/faker-ruby/faker/pull/2882
|
|
472
|
+
* fix polish bban_pattern by @artur1313 in https://github.com/faker-ruby/faker/pull/2887
|
|
473
|
+
|
|
474
|
+
### What's Changed
|
|
475
|
+
* Add benchmark by @salochara in https://github.com/faker-ruby/faker/pull/2855
|
|
476
|
+
* Freeze new generator and locales by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2886
|
|
477
|
+
* Remove deprecate safe_email and free_email methods by @hatsu38 in https://github.com/faker-ruby/faker/pull/2841
|
|
478
|
+
* Update contribution guidelines and PULL_REQUEST_TEMPLATE by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2878
|
|
479
|
+
* Remove unmaintained `History.md` by @y-yagi in https://github.com/faker-ruby/faker/pull/2880
|
|
480
|
+
* Adds Ruby 3.3 to the CI matrix by @m-nakamura145 in https://github.com/faker-ruby/faker/pull/2883
|
|
481
|
+
|
|
482
|
+
### Update local dependencies
|
|
483
|
+
* Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2865
|
|
484
|
+
* Bump rubocop-minitest from 0.34.3 to 0.34.4 by @dependabot in https://github.com/faker-ruby/faker/pull/2884
|
|
485
|
+
* Bump minitest version by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2889
|
|
486
|
+
|
|
487
|
+
### New Contributors
|
|
488
|
+
* @kirkkwang made their first contribution in https://github.com/faker-ruby/faker/pull/2854
|
|
489
|
+
* @jamie made their first contribution in https://github.com/faker-ruby/faker/pull/2845
|
|
490
|
+
* @hatsu38 made their first contribution in https://github.com/faker-ruby/faker/pull/2859
|
|
491
|
+
* @salochara made their first contribution in https://github.com/faker-ruby/faker/pull/2855
|
|
492
|
+
* @jacoyutorius made their first contribution in https://github.com/faker-ruby/faker/pull/2863
|
|
493
|
+
* @leomartins1999 made their first contribution in https://github.com/faker-ruby/faker/pull/2866
|
|
494
|
+
* @keshavbiswa made their first contribution in https://github.com/faker-ruby/faker/pull/2868
|
|
495
|
+
* @y-yagi made their first contribution in https://github.com/faker-ruby/faker/pull/2880
|
|
496
|
+
* @AlexandreL0pes made their first contribution in https://github.com/faker-ruby/faker/pull/2882
|
|
497
|
+
* @m-nakamura145 made their first contribution in https://github.com/faker-ruby/faker/pull/2883
|
|
498
|
+
* @artur1313 made their first contribution in https://github.com/faker-ruby/faker/pull/2887
|
|
499
|
+
|
|
500
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.2...v.3.2.3
|
|
501
|
+
|
|
502
|
+
-------------------------
|
|
503
|
+
|
|
504
|
+
## [v3.2.2](https://github.com/faker-ruby/faker/tree/v3.2.2) (2023-11-03)
|
|
505
|
+
|
|
506
|
+
Happy November with a new faker-ruby release.
|
|
507
|
+
|
|
508
|
+
This version:
|
|
509
|
+
- adds generators
|
|
510
|
+
- fixes bugs
|
|
511
|
+
- updates dev and dependencies
|
|
512
|
+
- updates docs
|
|
513
|
+
|
|
514
|
+
### Features
|
|
515
|
+
* feat: add danish country code by @hoshy in https://github.com/faker-ruby/faker/pull/2818
|
|
516
|
+
* Add `zh-CN` translations for Bank names by @guxiaobai in https://github.com/faker-ruby/faker/pull/2840
|
|
517
|
+
* Add Code Scanning by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2835
|
|
518
|
+
* Add Japanese for Games Touhou by @shiroemons in https://github.com/faker-ruby/faker/pull/2829
|
|
519
|
+
* Added Faker::Company.indian_gst_number fixed #2823 by @ankitkhadria in https://github.com/faker-ruby/faker/pull/2825
|
|
520
|
+
* Adds Smashing Pumpkins to the Music module by @redconfetti in https://github.com/faker-ruby/faker/pull/2817
|
|
521
|
+
|
|
522
|
+
### Bug fixes
|
|
523
|
+
* Delete doc/default/michael_scott.md by @jmromer in https://github.com/faker-ruby/faker/pull/2837
|
|
524
|
+
* Fix typo in `lib/locales/README.md` by @BelaBartok39 in https://github.com/faker-ruby/faker/pull/2812
|
|
525
|
+
|
|
526
|
+
### What's Changed
|
|
527
|
+
* Update contributing and maintaining guides by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2836
|
|
528
|
+
* Changed tests from x.times loop to deterministically_verify helper. #2813 issue by @fernandomenolli in https://github.com/faker-ruby/faker/pull/2816
|
|
529
|
+
* Improve `#deterministically_verify` helper by @erichmachado in https://github.com/faker-ruby/faker/pull/2828
|
|
530
|
+
|
|
531
|
+
### Update local dependencies
|
|
532
|
+
* Bump minitest from 5.19.0 to 5.20.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2826
|
|
533
|
+
* Bump rake from 13.0.6 to 13.1.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2846
|
|
534
|
+
* Bump rubocop-minitest from 0.32.2 to 0.33.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2843
|
|
535
|
+
* Bump rubocop from 1.57.1 to 1.57.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2844
|
|
536
|
+
* Bump timecop from 0.9.6 to 0.9.8 by @dependabot in https://github.com/faker-ruby/faker/pull/2811
|
|
537
|
+
|
|
538
|
+
### New Contributors
|
|
539
|
+
* @BelaBartok39 made their first contribution in https://github.com/faker-ruby/faker/pull/2812
|
|
540
|
+
* @fernandomenolli made their first contribution in https://github.com/faker-ruby/faker/pull/2816
|
|
541
|
+
* @hoshy made their first contribution in https://github.com/faker-ruby/faker/pull/2818
|
|
542
|
+
* @shiroemons made their first contribution in https://github.com/faker-ruby/faker/pull/2829
|
|
543
|
+
* @erichmachado made their first contribution in https://github.com/faker-ruby/faker/pull/2828
|
|
544
|
+
* @jmromer made their first contribution in https://github.com/faker-ruby/faker/pull/2837
|
|
545
|
+
* @guxiaobai made their first contribution in https://github.com/faker-ruby/faker/pull/2840
|
|
546
|
+
* @redconfetti made their first contribution in https://github.com/faker-ruby/faker/pull/2817
|
|
547
|
+
* @ankitkhadria made their first contribution in https://github.com/faker-ruby/faker/pull/2825
|
|
548
|
+
|
|
549
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.1...v3.2.2
|
|
550
|
+
|
|
551
|
+
-------------------------
|
|
552
|
+
|
|
553
|
+
## [v3.2.1](https://github.com/faker-ruby/faker/tree/v3.2.1) (2023-08-11)
|
|
554
|
+
|
|
555
|
+
Happy August with a new Faker release! 🎉
|
|
556
|
+
|
|
557
|
+
This version:
|
|
558
|
+
|
|
559
|
+
- adds generators
|
|
560
|
+
- fixes bugs
|
|
561
|
+
- updates dev dependencies
|
|
562
|
+
|
|
563
|
+
This version fixes a bug with setting the locale in multi-threaded environments. It's now possible to set the locale per thread. For more details, see [How to set the default locale for in threaded server environments](https://github.com/faker-ruby/faker/blob/main/lib/locales/README.md#how-to-set-the-default-locale-for-in-threaded-server-environments).
|
|
564
|
+
|
|
565
|
+
Other changes included in this version:
|
|
566
|
+
|
|
567
|
+
## Features
|
|
568
|
+
* Add Final Fantasy XIV by @old-dead-account in https://github.com/faker-ruby/faker/pull/2742
|
|
569
|
+
* Add the Ukrainian country calling code by @kyrylo in https://github.com/faker-ruby/faker/pull/2758
|
|
570
|
+
* Add `exclude_words` filter to `Faker::Lorem.word` generator by @geophilusd in https://github.com/faker-ruby/faker/pull/2761
|
|
571
|
+
* Add Japanese translations for Sports category. by @yamat47 in https://github.com/faker-ruby/faker/pull/2770
|
|
572
|
+
* Add type support for Faker::Types.rb_array by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2771
|
|
573
|
+
* Added Archer into tv category. by @lepari23 in https://github.com/faker-ruby/faker/pull/2750
|
|
574
|
+
* Add train station generator by @AngusDSR in https://github.com/faker-ruby/faker/pull/2755
|
|
575
|
+
* Add custom start date for `Faker::Date.forward` by @luciagirasoles in https://github.com/faker-ruby/faker/pull/2791
|
|
576
|
+
* Add `max_rut` option to `Faker::ChileRut.rut` by @hacktivista in https://github.com/faker-ruby/faker/pull/2778
|
|
577
|
+
* Add Faker::Date.day_of_week_between by @aramvisser in https://github.com/faker-ruby/faker/pull/2713
|
|
578
|
+
* Html generator for Faker by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2769
|
|
579
|
+
|
|
580
|
+
## Bug fixes
|
|
581
|
+
* Fix locale setting by @mateusdeap in https://github.com/faker-ruby/faker/pull/2734
|
|
582
|
+
* add tests for password and fix an edge case by @DeepakRaj228 in https://github.com/faker-ruby/faker/pull/2741
|
|
583
|
+
* Remove broken chars from minecraft.yml by @ujihisa in https://github.com/faker-ruby/faker/pull/2765
|
|
584
|
+
* Fix flaky specs for `name` and `id` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2782
|
|
585
|
+
* Fixes `Faker::Music::Opera.saint_saens` issue by @devashishTaneja in https://github.com/faker-ruby/faker/pull/2792
|
|
586
|
+
* Fix flaky specs for dota `test_player` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2798
|
|
587
|
+
* Add prefixes to french name locale (`Faker::Name.name`) by @thdaraujo in https://github.com/faker-ruby/faker/pull/2800
|
|
588
|
+
|
|
589
|
+
## What's Changed
|
|
590
|
+
* Introduce PositionalGenerator by @mike-burns in https://github.com/faker-ruby/faker/pull/2710
|
|
591
|
+
* Update South Park by @IvanReyesO7 in https://github.com/faker-ruby/faker/pull/2744
|
|
592
|
+
* Speed up Internet::Password generation using constants by @MicBruz in https://github.com/faker-ruby/faker/pull/2725
|
|
593
|
+
* Improve de-CH locale with new formats and content by @stefnnn in https://github.com/faker-ruby/faker/pull/2768
|
|
594
|
+
|
|
595
|
+
## Update local dependencies
|
|
596
|
+
* Bump rubocop from 1.55.1 to 1.56.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2807
|
|
597
|
+
* Update test-unit requirement from = 3.5.9 to = 3.6.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2788
|
|
598
|
+
* Bump i18n from 1.12.0 to 1.13.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2756
|
|
599
|
+
* Update rubocop-minitest requirement from = 0.30.0 to = 0.31.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2759
|
|
600
|
+
* Bump minitest from 5.18.1 to 5.19.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2804
|
|
601
|
+
|
|
602
|
+
### New Contributors
|
|
603
|
+
* @old-dead-account made their first contribution in https://github.com/faker-ruby/faker/pull/2742
|
|
604
|
+
* @IvanReyesO7 made their first contribution in https://github.com/faker-ruby/faker/pull/2744
|
|
605
|
+
* @DeepakRaj228 made their first contribution in https://github.com/faker-ruby/faker/pull/2741
|
|
606
|
+
* @MicBruz made their first contribution in https://github.com/faker-ruby/faker/pull/2725
|
|
607
|
+
* @kyrylo made their first contribution in https://github.com/faker-ruby/faker/pull/2758
|
|
608
|
+
* @ujihisa made their first contribution in https://github.com/faker-ruby/faker/pull/2765
|
|
609
|
+
* @geophilusd made their first contribution in https://github.com/faker-ruby/faker/pull/2761
|
|
610
|
+
* @stefnnn made their first contribution in https://github.com/faker-ruby/faker/pull/2768
|
|
611
|
+
* @yamat47 made their first contribution in https://github.com/faker-ruby/faker/pull/2770
|
|
612
|
+
* @ruban-thilak made their first contribution in https://github.com/faker-ruby/faker/pull/2782
|
|
613
|
+
* @lepari23 made their first contribution in https://github.com/faker-ruby/faker/pull/2750
|
|
614
|
+
* @AngusDSR made their first contribution in https://github.com/faker-ruby/faker/pull/2755
|
|
615
|
+
* @devashishTaneja made their first contribution in https://github.com/faker-ruby/faker/pull/2792
|
|
616
|
+
* @mike-burns made their first contribution in https://github.com/faker-ruby/faker/pull/2710
|
|
617
|
+
* @hacktivista made their first contribution in https://github.com/faker-ruby/faker/pull/2778
|
|
618
|
+
* @mateusdeap made their first contribution in https://github.com/faker-ruby/faker/pull/2734
|
|
619
|
+
* @aramvisser made their first contribution in https://github.com/faker-ruby/faker/pull/2713
|
|
620
|
+
|
|
621
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.0...v3.2.1
|
|
622
|
+
|
|
623
|
+
-------------------------
|
|
624
|
+
|
|
625
|
+
## [v3.2.0](https://github.com/faker-ruby/faker/tree/v3.2.0) (2023-04-14)
|
|
626
|
+
|
|
627
|
+
Happy Spring with a new Faker release! 🌼
|
|
628
|
+
|
|
629
|
+
This version changes `Faker::Internet.email`, `Faker::Internet.domain_name`, `Faker::Internet.safe_email`, and `Faker::Internet.free_email` default behavior.
|
|
630
|
+
|
|
631
|
+
These generators email are now RFC 2606 compliant. They generate safe values by default using the Reserved Top Level DNS Names: `example` and `test`. To maintain backwards compatibility and give users the option to use non-safe domains at their own risk, custom domains are allowed.
|
|
632
|
+
|
|
633
|
+
`Faker::Internet.safe_email`, and `Faker::Internet.free_email` have been deprecated. Users have until October 2023 to make the necessary changes.
|
|
634
|
+
|
|
635
|
+
[More details and updated docs can be found here](https://github.com/faker-ruby/faker/blob/main/doc/default/internet.md#about-faker-ruby-transition-to-be-rfc-2606-compliant).
|
|
636
|
+
|
|
637
|
+
Other changes included in this version:
|
|
638
|
+
|
|
639
|
+
## Features
|
|
640
|
+
* Generate safe `email` and `domain_name` by default (RFC 2606) by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2733
|
|
641
|
+
* Add avatar movie by @lexisvar in https://github.com/faker-ruby/faker/pull/2699
|
|
642
|
+
* add chess sport by @lexisvar in https://github.com/faker-ruby/faker/pull/2701
|
|
643
|
+
* Remove FillMurray service by @ferblape in https://github.com/faker-ruby/faker/pull/2702
|
|
644
|
+
* Add Allergens to Food by @AaronRustad in https://github.com/faker-ruby/faker/pull/2706
|
|
645
|
+
* Update sport docs by @clementf in https://github.com/faker-ruby/faker/pull/2716
|
|
646
|
+
* Add country code +44 to en-gb locale by @jremes-foss in https://github.com/faker-ruby/faker/pull/2731
|
|
647
|
+
* Add names to DnD generator by @dollerbill in https://github.com/faker-ruby/faker/pull/2735
|
|
648
|
+
* add digits to password by @wyattroyc in https://github.com/faker-ruby/faker/pull/2705
|
|
649
|
+
* performance: remove unnecessary i18n locale reload by @codez in https://github.com/faker-ruby/faker/pull/2723
|
|
650
|
+
* Add Faker::Company.department generator by @acuppy in https://github.com/faker-ruby/faker/pull/2737
|
|
651
|
+
* Mitch Hedberg quotes by @MosDeef in https://github.com/faker-ruby/faker/pull/2721
|
|
652
|
+
|
|
653
|
+
## Bug fixes
|
|
654
|
+
* Fix explanation what Marketing.buzzwords does by @danieldiekmeier in https://github.com/faker-ruby/faker/pull/2700
|
|
655
|
+
* fix: Typo in Faker::Travel::Airport docs by @evanlouden in https://github.com/faker-ruby/faker/pull/2712
|
|
656
|
+
* Fix full changelog link for 3.1.1 by @rnestler in https://github.com/faker-ruby/faker/pull/2714
|
|
657
|
+
* Stop publishing to RubyGem by @VladVadlja in https://github.com/faker-ruby/faker/pull/2711
|
|
658
|
+
* Add default_country_code in locale by @ashwin-elangovan in https://github.com/faker-ruby/faker/pull/2732
|
|
659
|
+
* Fix formatting in readme.md by @leon-vogt in https://github.com/faker-ruby/faker/pull/2722
|
|
660
|
+
|
|
661
|
+
## Update local dependencies
|
|
662
|
+
* Fix rubocop updates by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2708
|
|
663
|
+
* Update rubocop-minitest requirement from = 0.29.0 to = 0.30.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2743
|
|
664
|
+
* Update minitest requirement from = 5.17.0 to = 5.18.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2727
|
|
665
|
+
* Update rubocop requirement from = 1.48.1 to = 1.50.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2747
|
|
666
|
+
* Add Faker::Company.department generator by @acuppy in https://github.com/faker-ruby/faker/pull/2737
|
|
667
|
+
* Update Pull Request template and guides by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2749
|
|
668
|
+
|
|
669
|
+
### New Contributors
|
|
670
|
+
* @lexisvar made their first contribution in https://github.com/faker-ruby/faker/pull/2699
|
|
671
|
+
* @danieldiekmeier made their first contribution in https://github.com/faker-ruby/faker/pull/2700
|
|
672
|
+
* @AaronRustad made their first contribution in https://github.com/faker-ruby/faker/pull/2706
|
|
673
|
+
* @evanlouden made their first contribution in https://github.com/faker-ruby/faker/pull/2712
|
|
674
|
+
* @rnestler made their first contribution in https://github.com/faker-ruby/faker/pull/2714
|
|
675
|
+
* @VladVadlja made their first contribution in https://github.com/faker-ruby/faker/pull/2711
|
|
676
|
+
* @clementf made their first contribution in https://github.com/faker-ruby/faker/pull/2716
|
|
677
|
+
* @leon-vogt made their first contribution in https://github.com/faker-ruby/faker/pull/2722
|
|
678
|
+
* @ashwin-elangovan made their first contribution in https://github.com/faker-ruby/faker/pull/2732
|
|
679
|
+
* @wyattroyc made their first contribution in https://github.com/faker-ruby/faker/pull/2705
|
|
680
|
+
* @codez made their first contribution in https://github.com/faker-ruby/faker/pull/2723
|
|
681
|
+
* @acuppy made their first contribution in https://github.com/faker-ruby/faker/pull/2737
|
|
682
|
+
* @MosDeef made their first contribution in https://github.com/faker-ruby/faker/pull/2721
|
|
683
|
+
|
|
684
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.1.1...v3.2.0
|
|
685
|
+
|
|
686
|
+
------------------------------------------------------------------------------
|
|
687
|
+
|
|
688
|
+
## [v3.1.1](https://github.com/faker-ruby/faker/tree/v3.1.1) (2023-02-03)
|
|
689
|
+
|
|
690
|
+
Happy Valentine's Day with a new Faker release! 🎉
|
|
691
|
+
|
|
692
|
+
This version:
|
|
693
|
+
|
|
694
|
+
- adds and deprecates generators
|
|
695
|
+
- fixes bugs
|
|
696
|
+
- updates development dependencies
|
|
697
|
+
|
|
698
|
+
### Features
|
|
699
|
+
* Add exclude_words keyword to Lorem Ipsum to prevent words from being produced by @philipfong in #2665
|
|
700
|
+
* Deprecate FillMurray service by @ferblape in #2657
|
|
701
|
+
* Airports by @ZionMiller in https://github.com/faker-ruby/faker/pull/2682
|
|
702
|
+
|
|
703
|
+
### Bug fixes
|
|
704
|
+
* Fix simple typo in es.yml by @hslzr in https://github.com/faker-ruby/faker/pull/2675
|
|
705
|
+
* Test the Vehicle VIN validator with known good and bad values, fixes … by @alextaujenis in https://github.com/faker-ruby/faker/pull/2640
|
|
706
|
+
* Fix you're/your typo and inaccuracy in Star Wars quote by @dwilsonactual in https://github.com/faker-ruby/faker/pull/2693
|
|
707
|
+
* Revert "Typo in Ukrainian locale, fixes #2620" by @thdaraujo in https://github.com/faker-ruby/faker/pull/2690
|
|
708
|
+
|
|
709
|
+
### Update local dependencies
|
|
710
|
+
* Adds Ruby 3.2 to the CI matrix. Updates checkout action version. by @petergoldstein in https://github.com/faker-ruby/faker/pull/2673
|
|
711
|
+
* Update rubocop-minitest requirement from = 0.25.0 to = 0.25.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2674
|
|
712
|
+
* Update minitest requirement from = 5.16.3 to = 5.17.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2677
|
|
713
|
+
* Update pry requirement from = 0.14.1 to = 0.14.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2680
|
|
714
|
+
* Update simplecov requirement from = 0.21.2 to = 0.22.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2672
|
|
715
|
+
* Update rubocop requirement from = 1.44.0 to = 1.44.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2691
|
|
716
|
+
|
|
717
|
+
### New Contributors
|
|
718
|
+
* @hslzr made their first contribution in https://github.com/faker-ruby/faker/pull/2675
|
|
719
|
+
* @ferblape made their first contribution in https://github.com/faker-ruby/faker/pull/2657
|
|
720
|
+
* @petergoldstein made their first contribution in https://github.com/faker-ruby/faker/pull/2673
|
|
721
|
+
* @dwilsonactual made their first contribution in https://github.com/faker-ruby/faker/pull/2693
|
|
722
|
+
|
|
723
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.1.0...v3.1.1
|
|
724
|
+
|
|
725
|
+
------------------------------------------------------------------------------
|
|
726
|
+
|
|
727
|
+
## [v3.1.0](https://github.com/faker-ruby/faker/tree/v3.1.0) (2022-12-23)
|
|
728
|
+
|
|
729
|
+
Happy Holidays with a new Faker release! 🎉
|
|
730
|
+
|
|
731
|
+
This version:
|
|
732
|
+
|
|
733
|
+
- adds and removes generators
|
|
734
|
+
- fixes bugs
|
|
735
|
+
- updates dependencies
|
|
736
|
+
|
|
737
|
+
### Features
|
|
738
|
+
* Simple Japanesemedia::CowboyBebop module by @Ivan-P23994 in https://github.com/faker-ruby/faker/pull/2617
|
|
739
|
+
* added travel folder and airports by @ZionMiller in https://github.com/faker-ruby/faker/pull/2601
|
|
740
|
+
* Spongebob TV show collections by @kleinjm in https://github.com/faker-ruby/faker/pull/2619
|
|
741
|
+
* Add pre-push hook example by @akanshak984 in https://github.com/faker-ruby/faker/pull/2606
|
|
742
|
+
|
|
743
|
+
### Bug fixes
|
|
744
|
+
* fix: ensure generated passwords have correct characters when mix_case & special_characters enabled by @tiff-o in https://github.com/faker-ruby/faker/pull/2533
|
|
745
|
+
* Fix: ensure sport generator produces single sport unless a number of sports is requested by @si-lens in https://github.com/faker-ruby/faker/pull/2616
|
|
746
|
+
* Remove typo in ISSUE_TEMPLATE to check Faker version by @loqimean in https://github.com/faker-ruby/faker/pull/2621
|
|
747
|
+
* Typo in Ukrainian locale, fixes #2620 by @Newman101 in https://github.com/faker-ruby/faker/pull/2622
|
|
748
|
+
* Remove english characters in ja locale file, fixes faker-ruby#2637 by @alextaujenis in https://github.com/faker-ruby/faker/pull/2638
|
|
749
|
+
* Fix country code length for non EN locale by @vbrazo in https://github.com/faker-ruby/faker/pull/2669
|
|
750
|
+
|
|
751
|
+
### What's Changed
|
|
752
|
+
* Removed LoremPixel Files by @uzorjchibuzor in https://github.com/faker-ruby/faker/pull/2664
|
|
753
|
+
* Document IBAN digits validity generator by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2625
|
|
754
|
+
* Create random vehicle vin numbers with the correct check-digit by @alextaujenis in https://github.com/faker-ruby/faker/pull/2633
|
|
755
|
+
* Fix formatting in internet/http.md documentation by @Newman101 in https://github.com/faker-ruby/faker/pull/2647
|
|
756
|
+
* Remove deprecated ru paul documentation by @italopires in https://github.com/faker-ruby/faker/pull/2651
|
|
757
|
+
* Add Ruby as specified language in code block by @luciagirasoles in https://github.com/faker-ruby/faker/pull/2654
|
|
758
|
+
* Fix some typos by @jdufresne in https://github.com/faker-ruby/faker/pull/2662
|
|
759
|
+
* Remove unnecessary executable bit from several files by @jdufresne in https://github.com/faker-ruby/faker/pull/2645
|
|
760
|
+
* Remove broken readme links by @vbrazo in https://github.com/faker-ruby/faker/pull/2668
|
|
761
|
+
* Update minecraft.rb by @lepinejf in https://github.com/faker-ruby/faker/pull/2635
|
|
762
|
+
* Update README and CONTRIBUTING guides by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2630
|
|
763
|
+
* Update dependabot ignore list by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2629
|
|
764
|
+
|
|
765
|
+
### Update local dependencies
|
|
766
|
+
* Update simplecov requirement from = 0.21.0 to = 0.21.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2636
|
|
767
|
+
* Update timecop requirement from = 0.9.5 to = 0.9.6 by @dependabot in https://github.com/faker-ruby/faker/pull/2642
|
|
768
|
+
* Update rubocop-minitest requirement from = 0.23.2 to = 0.25.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2653
|
|
769
|
+
* Update test-unit requirement from = 3.5.6 to = 3.5.7 by @dependabot in https://github.com/faker-ruby/faker/pull/2659
|
|
770
|
+
* Update rubocop requirement from = 1.41.0 to = 1.41.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2667
|
|
771
|
+
|
|
772
|
+
### New Contributors
|
|
773
|
+
* @si-lens made their first contribution in https://github.com/faker-ruby/faker/pull/2616
|
|
774
|
+
* @Ivan-P23994 made their first contribution in https://github.com/faker-ruby/faker/pull/2617
|
|
775
|
+
* @ZionMiller made their first contribution in https://github.com/faker-ruby/faker/pull/2601
|
|
776
|
+
* @loqimean made their first contribution in https://github.com/faker-ruby/faker/pull/2621
|
|
777
|
+
* @kleinjm made their first contribution in https://github.com/faker-ruby/faker/pull/2619
|
|
778
|
+
* @akanshak984 made their first contribution in https://github.com/faker-ruby/faker/pull/2606
|
|
779
|
+
* @lepinejf made their first contribution in https://github.com/faker-ruby/faker/pull/2635
|
|
780
|
+
* @italopires made their first contribution in https://github.com/faker-ruby/faker/pull/2651
|
|
781
|
+
* @luciagirasoles made their first contribution in https://github.com/faker-ruby/faker/pull/2654
|
|
782
|
+
|
|
783
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.0.0...v3.1.0
|
|
784
|
+
|
|
785
|
+
------------------------------------------------------------------------------
|
|
786
|
+
|
|
787
|
+
## [v3.0.0](https://github.com/faker-ruby/faker/tree/v3.0.0) (2022-11-01)
|
|
788
|
+
|
|
789
|
+
### Breaking Changes
|
|
790
|
+
- [PR #2576](https://github.com/faker-ruby/faker/pull/2576) Drop support for positional arguments in favor of keyword arguments. Support for positional arguments was deprecated on v2 [@mauromorales](https://github.com/mauromorales)
|
|
791
|
+
|
|
792
|
+
### Bug/Fixes
|
|
793
|
+
- [PR #2562](https://github.com/faker-ruby/faker/pull/2562) Fix Faker::Vehicle.vin [@rmm5t](https://github.com/rmm5t)
|
|
794
|
+
- [PR #2567](https://github.com/faker-ruby/faker/pull/2567) Fix typo abreviation -> abbreviation [@alextaujenis](https://github.com/alextaujenis)
|
|
795
|
+
- [PR #2594](https://github.com/faker-ruby/faker/pull/2594) Fix some typos [@jdufresne](https://github.com/jdufresne)
|
|
796
|
+
- [PR #2596](https://github.com/faker-ruby/faker/pull/2596) Removes NBSP from locales files [@hbontempo-br](https://github.com/hbontempo-br)
|
|
797
|
+
|
|
798
|
+
### Features
|
|
799
|
+
- [PR #2561](https://github.com/faker-ruby/faker/pull/2561) Add country code for `en-CA` phone numbers [@wjessop](https://github.com/wjessop)
|
|
800
|
+
- [PR #2566](https://github.com/faker-ruby/faker/pull/2566) Add color luminosity options [@fbuys](https://github.com/fbuys)
|
|
801
|
+
- [PR #2570](https://github.com/faker-ruby/faker/pull/2570) Add French Translation of Ancient [@Beygs](https://github.com/Beygs)
|
|
802
|
+
- [PR #2582](https://github.com/faker-ruby/faker/pull/2582) Add `clojure` as a language option to `Faker::Source` generator [@professorjrod](https://github.com/professorjrod)
|
|
803
|
+
- [PR #2585](https://github.com/faker-ruby/faker/pull/2585) Add movie Hackers [@ericdain](https://github.com/ericdain)
|
|
804
|
+
- [PR #2589](https://github.com/faker-ruby/faker/pull/2589) Add Game Escape From Tarkov [@professorjrod](https://github.com/professorjrod)
|
|
805
|
+
- [PR #2592](https://github.com/faker-ruby/faker/pull/2592) Add quotes to "no"-key [@Frubrecht](https://github.com/Frubrecht)
|
|
806
|
+
|
|
807
|
+
### What's Changed
|
|
808
|
+
- [PR #2549](https://github.com/faker-ruby/faker/pull/2549) Set true to `rubygems_mfa_required` gemspec metadata [@koic](https://github.com/koic)
|
|
809
|
+
- [PR #2557](https://github.com/faker-ruby/faker/pull/2557) Use rubocop-rake to lint Rake tasks [@dmarcoux](https://github.com/dmarcoux)
|
|
810
|
+
- [PR #2551](https://github.com/faker-ruby/faker/pull/2551) Security: set explicit and strict token-permissions on GitHub workflows [@sashashura](https://github.com/sashashura)
|
|
811
|
+
- [PR #2558](https://github.com/faker-ruby/faker/pull/2558) Remove unneeded require]() lib/faker.rb [@dmarcoux](https://github.com/dmarcoux)
|
|
812
|
+
- [PR #2568](https://github.com/faker-ruby/faker/pull/2568) Remove outdated comment from development dependencies [@stefannibrasil](https://github.com/stefannibrasil)
|
|
813
|
+
- [PR #2569](https://github.com/faker-ruby/faker/pull/2569) Improve Phone Number Locale documentation [@calvinballing](https://github.com/calvinballing)
|
|
814
|
+
- [PR #2579](https://github.com/faker-ruby/faker/pull/2579) Add note about Random behavior on MiniTest [@stefannibrasil](https://github.com/stefannibrasil)
|
|
815
|
+
- [PR #2580](https://github.com/faker-ruby/faker/pull/2580) Remove mentions to `master` and use `main` [@stefannibrasil](https://github.com/stefannibrasil)
|
|
816
|
+
- [PR #2586](https://github.com/faker-ruby/faker/pull/2586) Change McCree to Cassidy on Overwatch generator [@ericdain](https://github.com/ericdain)
|
|
817
|
+
- [PR #2584](https://github.com/faker-ruby/faker/pull/2584) Automate workflow to publish to RubyGems. [@bijoysijo](https://github.com/bijoysijo)
|
|
818
|
+
- [PR #2598](https://github.com/faker-ruby/faker/pull/2598) Remove tags from publish.yml [@vbrazo](https://github.com/vbrazo)
|
|
819
|
+
- [PR #2604](https://github.com/faker-ruby/faker/pull/2604) Update fi-FI state listing from year 1721 to 2022 [@Newman101](https://github.com/Newman101)
|
|
820
|
+
- [PR #2602](https://github.com/faker-ruby/faker/pull/2602) Fix publish action for release types [@thdaraujo](https://github.com/thdaraujo)
|
|
821
|
+
- [PR #2591](https://github.com/faker-ruby/faker/pull/2591) Fixes iban checksum calculation [@srcoley](https://github.com/srcoley)
|
|
822
|
+
- [PR #2599](https://github.com/faker-ruby/faker/pull/2599) Fix documentation for tarkov game [@kaushikhande](https://github.com/kaushikhande)
|
|
823
|
+
- [PR #2600](https://github.com/faker-ruby/faker/pull/2600) Add sports documentation and update sports [@matt17r](https://github.com/matt17r)
|
|
824
|
+
- [PR #2590](https://github.com/faker-ruby/faker/pull/2590) Deprecate LoremPixel [@uzorjchibuzor](https://github.com/uzorjchibuzor)
|
|
825
|
+
|
|
826
|
+
### Update local dependencies
|
|
827
|
+
- Update rubocop minitest to `0.23.0`
|
|
828
|
+
- Update simplecov to `0.21.0`
|
|
829
|
+
- Update test-unit to `3.5.5`
|
|
830
|
+
- Update rubocop to `1.37.1`
|
|
831
|
+
|
|
832
|
+
**Full Changelog**: https://github.com/faker-ruby/faker/compare/v2.23.0...v3.0.0
|
|
833
|
+
|
|
834
|
+
------------------------------------------------------------------------------
|
|
835
|
+
|
|
836
|
+
## [v2.23.0](https://github.com/faker-ruby/faker/tree/v2.23.0) (2022-09-01)
|
|
837
|
+
|
|
838
|
+
### Bug/Fixes
|
|
839
|
+
- [PR #2517](https://github.com/faker-ruby/faker/pull/) Fix Japanese plural [@akmhmgc](https://github.com/akmhmgc)
|
|
840
|
+
- [PR #2308](https://github.com/faker-ruby/faker/pull/) Internet::Password - Improve mix_case and special_characters support [@meuble](https://github.com/meuble)
|
|
841
|
+
- [PR #2520](https://github.com/faker-ruby/faker/pull/) Add thread safety [@kiskoza](https://github.com/kiskoza)
|
|
842
|
+
- [PR #2543](https://github.com/faker-ruby/faker/pull/) Fix computer test [@trinaldi](https://github.com/trinaldi)
|
|
843
|
+
- [PR #2552](https://github.com/faker-ruby/faker/pull/) Fix `fma_brotherhood` usage example [@y0n0zawa](https://github.com/y0n0zawa)
|
|
844
|
+
|
|
845
|
+
### Features
|
|
846
|
+
- [PR #2367](https://github.com/faker-ruby/faker/pull/) Add generator for vulnerability identifiers [@NobodysNightmare](https://github.com/NobodysNightmare)
|
|
847
|
+
- [PR #2397](https://github.com/faker-ruby/faker/pull/) Add sports to `Faker::Sport` [@matt17r](https://github.com/matt17r)
|
|
848
|
+
- [PR #2511](https://github.com/faker-ruby/faker/pull/) Add Danish id number [@jokklan](https://github.com/jokklan)
|
|
849
|
+
- [PR #2518](https://github.com/faker-ruby/faker/pull/) Add the ability to generate a mime type of a specific media type [@ric2b](https://github.com/ric2b)
|
|
850
|
+
- [PR #2455](https://github.com/faker-ruby/faker/pull/) Add IDNumber.french_insee_number [@Spone](https://github.com/Spone)
|
|
851
|
+
- [PR #2491](https://github.com/faker-ruby/faker/pull/) fix italy VAT and add italy condominium fiscal code generator [@FiloSpaTeam](https://github.com/FiloSpaTeam)
|
|
852
|
+
- [PR #2460](https://github.com/faker-ruby/faker/pull/) Add ChileRut.full_formatted_rut [@KarlHeitmann](https://github.com/KarlHeitmann)
|
|
853
|
+
- [PR #2540](https://github.com/faker-ruby/faker/pull/) Add vehicle version generator [@trinaldi](https://github.com/trinaldi)
|
|
854
|
+
|
|
855
|
+
### What's Changed
|
|
856
|
+
- [PR #2530](https://github.com/faker-ruby/faker/pull/) Fix flaky user agent test [@thdaraujo](https://github.com/thdaraujo)
|
|
857
|
+
- [PR #2531](https://github.com/faker-ruby/faker/pull/) Update GitHub Issues and Pull Request Templates [ci-skip] [@stefannibrasil](https://github.com/stefannibrasil)
|
|
858
|
+
- [PR #2535](https://github.com/faker-ruby/faker/pull/) Fix warning instance variable uninitialized [@akmhmgc](https://github.com/akmhmgc)
|
|
859
|
+
- [PR #2536](https://github.com/faker-ruby/faker/pull/) Updated versions and added more operating systems [@abrahamparayil](https://github.com/abrahamparayil)
|
|
860
|
+
- [PR #2538](https://github.com/faker-ruby/faker/pull/) Drop support for EOL Ruby versions (`2.5` and `2.6`) [@nickmendezFlatiron](https://github.com/nickmendezFlatiron)
|
|
861
|
+
|
|
862
|
+
### Update local dependencies
|
|
863
|
+
- Update minitest to `5.16.3`
|
|
864
|
+
- Update rubocop to `1.35.1`
|
|
865
|
+
|
|
866
|
+
------------------------------------------------------------------------------
|
|
867
|
+
|
|
868
|
+
## [v2.22.0](https://github.com/faker-ruby/faker/tree/v2.22.0) (2022-07-28)
|
|
869
|
+
|
|
870
|
+
## Bug/Fixes
|
|
871
|
+
|
|
872
|
+
- [PR #2500](https://github.com/faker-ruby/faker/pull/2500) Fix: Duplicate array before concatenating [@mattr](https://github.com/mattr)
|
|
873
|
+
- [PR #2488](https://github.com/faker-ruby/faker/pull/2488) Fixed random selection issue [@sudeeptarlekar](https://github.com/sudeeptarlekar)
|
|
874
|
+
- [PR #2475](https://github.com/faker-ruby/faker/pull/2475) Update regex used for Faker::Vehicle#vin [@erayalkis](https://github.com/erayalkis)
|
|
875
|
+
|
|
876
|
+
## Chores
|
|
877
|
+
|
|
878
|
+
- [PR #2513](https://github.com/faker-ruby/faker/pull/2513) Remove broken docs [@vbrazo](https://github.com/vbrazo)
|
|
879
|
+
- [PR #2502](https://github.com/faker-ruby/faker/pull/2502) Update actions/checkout version in GitHub actions [@jdufresne](https://github.com/jdufresne)
|
|
880
|
+
- [PR #2501](https://github.com/faker-ruby/faker/pull/2501) Make ReadMe more consise [@jenniferdewan](https://github.com/jenniferdewan)
|
|
881
|
+
- [PR #2489](https://github.com/faker-ruby/faker/pull/2489) Change a filename to follow naming conventions [@yasuhiron777](https://github.com/yasuhiron777)
|
|
882
|
+
|
|
883
|
+
## Feature Request
|
|
884
|
+
|
|
885
|
+
- [PR #2477](https://github.com/faker-ruby/faker/pull/2477) feat: add bot_user_agent method for generate web crawle's user agents [@a-chacon](https://github.com/a-chacon)
|
|
886
|
+
- [PR #2465](https://github.com/faker-ruby/faker/pull/2465) Add a new sports section for mountaineers [@LeviLong01](https://github.com/LeviLong01)
|
|
887
|
+
|
|
888
|
+
## Update locales
|
|
889
|
+
|
|
890
|
+
- [PR #2509](https://github.com/faker-ruby/faker/pull/2509) Add all Dota 2 heroes [@JCFarrow](https://github.com/JCFarrow)
|
|
891
|
+
- [PR #2507](https://github.com/faker-ruby/faker/pull/2507) Update dog.yml [@Kedaruma-Bond](https://github.com/Kedaruma-Bond)
|
|
892
|
+
- [PR #2503](https://github.com/faker-ruby/faker/pull/2503) Update pl.yml [@marek-witkowski](https://github.com/marek-witkowski)
|
|
893
|
+
- [PR #2499](https://github.com/faker-ruby/faker/pull/2499) Fix: Use pattern to define Australian cell phone formats [@mattr](https://github.com/mattr)
|
|
894
|
+
- [PR #2497](https://github.com/faker-ruby/faker/pull/2497) Fix typos in Australia [@mattr](https://github.com/mattr)
|
|
895
|
+
- [PR #2490](https://github.com/faker-ruby/faker/pull/2490) Added Japanese adjective translations [@yasuhiron777](https://github.com/yasuhiron777)
|
|
896
|
+
|
|
897
|
+
------------------------------------------------------------------------------
|
|
898
|
+
|
|
899
|
+
## [v2.21.0](https://github.com/faker-ruby/faker/tree/v2.21.0) (2022-05-12)
|
|
900
|
+
|
|
901
|
+
## Bug/Fixes
|
|
902
|
+
|
|
903
|
+
- [PR #2443](https://github.com/faker-ruby/faker/pull/2443) Fixed error for random in markdown [@sudeeptarlekar](https://github.com/sudeeptarlekar)
|
|
904
|
+
|
|
905
|
+
## Feature Request
|
|
906
|
+
|
|
907
|
+
- [PR #2252](https://github.com/faker-ruby/faker/pull/2252) Add Faker::Movies::Tron [@craineum](https://github.com/craineum)
|
|
908
|
+
|
|
909
|
+
## Update locales
|
|
910
|
+
- [PR #2485](https://github.com/faker-ruby/faker/pull/2485) Add japanese translations for emotion [@kenboo0426](https://github.com/kenboo0426)
|
|
911
|
+
- [PR #2479](https://github.com/faker-ruby/faker/pull/2479) Add japanese translations for naruto [@johnmanjiro13](https://github.com/johnmanjiro13)
|
|
912
|
+
- [PR #2478](https://github.com/faker-ruby/faker/pull/2478) Add Japanese translation for relationships [@shouichi](https://github.com/shouichi)
|
|
913
|
+
- [PR #2469](https://github.com/faker-ruby/faker/pull/2467) Fix blank row in game.yml [@KingYoSun](https://github.com/KingYoSun)
|
|
914
|
+
- [PR #2467](https://github.com/faker-ruby/faker/pull/2467) French traduction of adjectives [@Beygs](https://github.com/Beygs)
|
|
915
|
+
|
|
916
|
+
## Update local dependencies
|
|
917
|
+
|
|
918
|
+
- Update rubocop to `1.26.0`
|
|
919
|
+
- Update timecop to `0.95.0`
|
|
920
|
+
|
|
921
|
+
------------------------------------------------------------------------------
|
|
922
|
+
|
|
923
|
+
## [v2.20.0](https://github.com/faker-ruby/faker/tree/v2.20.0) (2022-03-05)
|
|
924
|
+
|
|
925
|
+
## Documentation
|
|
926
|
+
|
|
927
|
+
- [PR #2421](https://github.com/faker-ruby/faker/pull/2421) Add general documentation for Faker::Camera [@aleksandrilyin](https://github.com/aleksandrilyin)
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
## Feature Request
|
|
931
|
+
|
|
932
|
+
- [PR #2457](https://github.com/faker-ruby/faker/pull/2457) add Command & Conquer games [@Awilum](https://github.com/Awilum)
|
|
933
|
+
- [PR #2456](https://github.com/faker-ruby/faker/pull/2456) fix heading for faker hobby doc [@Awilum](https://github.com/Awilum)
|
|
934
|
+
- [PR #2411](https://github.com/faker-ruby/faker/pull/2411) Add mock data for Auth0 OAuth [@Norio4](https://github.com/Norio4)
|
|
935
|
+
- [PR #2396](https://github.com/faker-ruby/faker/pull/2396) Add Brooklyn Nine Nine into tv shows category [@fralps](https://github.com/fralps)
|
|
936
|
+
- [PR #2395](https://github.com/faker-ruby/faker/pull/2395) Add The Kingkiller Chronicle [@fblupi](https://github.com/fblupi)
|
|
937
|
+
- [PR #2392](https://github.com/faker-ruby/faker/pull/2392) Update LV locale - cell phone numbers should be 8 symbols [@tmikoss](https://github.com/tmikoss)
|
|
938
|
+
- [PR #2383](https://github.com/faker-ruby/faker/pull/2383) Add Faker::JapaneseMedia::KamenRider#transformation_device [@boardfish](https://github.com/boardfish)
|
|
939
|
+
- [PR #2382](https://github.com/faker-ruby/faker/pull/2382) Add collectible devices [@boardfish](https://github.com/boardfish)
|
|
940
|
+
- [PR #2378](https://github.com/faker-ruby/faker/pull/2378) Re-add the Faker::Internet.base64 method [@ashishra0](https://github.com/ashishra0)
|
|
941
|
+
- [PR #2374](https://github.com/faker-ruby/faker/pull/2374) Add Faker::JapaneseMedia::KamenRider [@boardfish](https://github.com/boardfish)
|
|
942
|
+
- [PR #1656](https://github.com/faker-ruby/faker/pull/1656) Add bible entries [@enowbi](https://github.com/enowbi)
|
|
943
|
+
|
|
944
|
+
## Update locales
|
|
945
|
+
|
|
946
|
+
- [PR #2462](https://github.com/faker-ruby/faker/pull/2462) Add Sora and Hollow Bastion to SuperSmashBros yml files [@gazayas](https://github.com/gazayas)
|
|
947
|
+
- [PR #2458](https://github.com/faker-ruby/faker/pull/2458) Fix typo on Tom Jobim's name [@andrerferrer](https://github.com/andrerferrer)
|
|
948
|
+
- [PR #2452](https://github.com/faker-ruby/faker/pull/2452) updated Timor-Leste in en/addresses.yml [@masukomi](https://github.com/masukomi)
|
|
949
|
+
- [PR #2450](https://github.com/faker-ruby/faker/pull/2450) dividing male and female Arabic names [@Alfulayt](https://github.com/Alfulayt)
|
|
950
|
+
- [PR #2381](https://github.com/faker-ruby/faker/pull/2381) Remove duplicates and clean up Faker::JapaneseMedia::KamenRider [@boardfish](https://github.com/boardfish)
|
|
951
|
+
- [PR #2405](https://github.com/faker-ruby/faker/pull/2405) Add countries in Japanese [@lawriecate](https://github.com/lawriecate)
|
|
952
|
+
- [PR #2403](https://github.com/faker-ruby/faker/pull/2403) add Faker::Animal in pt-BR [@thiago-henrique-leite](https://github.com/thiago-henrique-leite)
|
|
953
|
+
- [PR #2377](https://github.com/faker-ruby/faker/pull/2377) Fix non striped coffe blender [@ngouy](https://github.com/ngouy)
|
|
954
|
+
|
|
955
|
+
## Update local dependencies
|
|
956
|
+
|
|
957
|
+
- Update rubocop to `1.25.0`
|
|
958
|
+
- Update rake to `13.0.6`
|
|
959
|
+
- Update test-unit to `3.5.3`
|
|
960
|
+
- Update yard to `0.9.27`
|
|
961
|
+
|
|
962
|
+
------------------------------------------------------------------------------
|
|
963
|
+
|
|
964
|
+
## [v2.19.0](https://github.com/faker-ruby/faker/tree/v2.19.0) (2021-08-22)
|
|
965
|
+
|
|
966
|
+
## Bug/Fixes
|
|
967
|
+
|
|
968
|
+
- [PR #2356](https://github.com/faker-ruby/faker/pull/2356) fix broken link for placeholdit [@lilisako](https://github.com/lilisako)
|
|
969
|
+
- [PR #2351](https://github.com/faker-ruby/faker/pull/2351) Fix spanish organisation number [@laulujan](https://github.com/laulujan)
|
|
970
|
+
|
|
971
|
+
## Feature Request
|
|
972
|
+
|
|
973
|
+
- [PR #2371](https://github.com/faker-ruby/faker/pull/2371) Add supernatural TV show [@vin1cius](https://github.com/vin1cius)
|
|
974
|
+
- [PR #2369](https://github.com/faker-ruby/faker/pull/2369) Added more Science examples - science branches, modifiers and tools [@itay-grudev](https://github.com/itay-grudev)
|
|
975
|
+
- [PR #2361](https://github.com/faker-ruby/faker/pull/2361) Add ethnic category to the food generator [@wolwire](https://github.com/wolwire)
|
|
976
|
+
- [PR #2359](https://github.com/faker-ruby/faker/pull/2359) add stock_market to finance Faker::Finance [@lilisako](https://github.com/lilisako)
|
|
977
|
+
- [PR #2341](https://github.com/faker-ruby/faker/pull/2341) add Hobby to default [@rohanphillips](https://github.com/rohanphillips)
|
|
978
|
+
- [PR #2324](https://github.com/faker-ruby/faker/pull/2324) Add Faker::Emotion.word [@jayqui](https://github.com/jayqui)
|
|
979
|
+
- [PR #2320](https://github.com/faker-ruby/faker/pull/2320) Add Faker::TvShows::TheOffice [@sandylcruz](https://github.com/sandylcruz)
|
|
980
|
+
- [PR #2245](https://github.com/faker-ruby/faker/pull/2245) Add Faker::Australia class [@astley92](https://github.com/astley92)
|
|
981
|
+
- [PR #1731](https://github.com/faker-ruby/faker/pull/1731) add brand, vendor support to commerce [@ashishra0](https://github.com/ashishra0)
|
|
982
|
+
|
|
983
|
+
## Update locales
|
|
984
|
+
|
|
985
|
+
- [PR #2343](https://github.com/faker-ruby/faker/pull/2343) Minor typo fixes to Community quotes [@sunny](https://github.com/sunny)
|
|
986
|
+
- [PR #2340](https://github.com/faker-ruby/faker/pull/2340) Add JapaneseMedia StudioGhibli for locals/ja.yml [@ryogift](https://github.com/ryogift)
|
|
987
|
+
- [PR #2339](https://github.com/faker-ruby/faker/pull/2339) Various locale specific and other fixes for faker [@psibi](https://github.com/psibi)
|
|
988
|
+
- [PR #2338](https://github.com/faker-ruby/faker/pull/2338) Add Kazuya to Faker::Games::SuperSmashBros [@boardfish](https://github.com/boardfish)
|
|
989
|
+
- [PR #2333](https://github.com/faker-ruby/faker/pull/2333) add FR translation for animals [@cprodhomme](https://github.com/cprodhomme)
|
|
990
|
+
- [PR #2329](https://github.com/faker-ruby/faker/pull/2329) Fix Faker::Color.color_name for Japanese [@yujideveloper](https://github.com/yujideveloper)
|
|
991
|
+
- [PR #2327](https://github.com/faker-ruby/faker/pull/2327) Remove trailing spaces from translations [@michebble](https://github.com/michebble)
|
|
992
|
+
- [PR #2326](https://github.com/faker-ruby/faker/pull/2326) Faker::Address.postcode (locale=ja) should contains hyphen [@gongo](https://github.com/gongo)
|
|
993
|
+
|
|
994
|
+
## Update local dependencies
|
|
995
|
+
|
|
996
|
+
- Update rubocop requirement from = 1.18.3 to = 1.18.4 (#2362)
|
|
997
|
+
- Update rake requirement from = 13.0.3 to = 13.0.6 (#2357)
|
|
998
|
+
- Update rubocop requirement from = 1.18.1 to = 1.18.3 (#2353)
|
|
999
|
+
- Update rubocop requirement from = 1.17.0 to = 1.18.1 (#2346)
|
|
1000
|
+
- Update rubocop requirement from = 1.16.0 to = 1.17.0 (#2337)
|
|
1001
|
+
- Update test-unit requirement from = 3.4.2 to = 3.4.4 (#2334)
|
|
1002
|
+
- Update rubocop requirement from = 1.15.0 to = 1.16.0 (#2332)
|
|
1003
|
+
- Update test-unit requirement from = 3.4.1 to = 3.4.2 (#2331)
|
|
1004
|
+
- Update rubocop requirement from = 1.14.0 to = 1.15.0 (#2325)
|
|
1005
|
+
|
|
1006
|
+
------------------------------------------------------------------------------
|
|
1007
|
+
|
|
1008
|
+
## [v2.18.0](https://github.com/faker-ruby/faker/tree/v2.18.0) (2021-05-15)
|
|
1009
|
+
|
|
1010
|
+
## Bug/Fixes
|
|
1011
|
+
|
|
1012
|
+
- [PR #2300](https://github.com/faker-ruby/faker/pull/2300) Fix space.company by adding missing quote [@koic](https://github.com/koic)
|
|
1013
|
+
- [PR #2044](https://github.com/faker-ruby/faker/pull/2044) Workaround for cc-test-reporter with SimpleCov 0.18 [@koic](https://github.com/koic)
|
|
1014
|
+
|
|
1015
|
+
## Chores
|
|
1016
|
+
|
|
1017
|
+
- [PR #2316](https://github.com/faker-ruby/faker/pull/2316) Fix typo in test method [@yujideveloper](https://github.com/yujideveloper)
|
|
1018
|
+
|
|
1019
|
+
## Documentation
|
|
1020
|
+
|
|
1021
|
+
- [PR #2290](https://github.com/faker-ruby/faker/pull/2290) Fix typo [@d-holbach](https://github.com/d-holbach)
|
|
1022
|
+
- [PR #2282](https://github.com/faker-ruby/faker/pull/2282) fixed small typo [@koic](https://github.com/koic)
|
|
1023
|
+
|
|
1024
|
+
## Feature Request
|
|
1025
|
+
|
|
1026
|
+
- [PR #2301](https://github.com/faker-ruby/faker/pull/2301) Add Faker::IDNumber.croatian_id method [@lovro-bikic](https://github.com/lovro-bikic)
|
|
1027
|
+
- [PR #2299](https://github.com/faker-ruby/faker/pull/2299) Add birds [@brotherjack](https://github.com/brotherjack)
|
|
1028
|
+
- [PR #2295](https://github.com/faker-ruby/faker/pull/2295) Add more methods to the Witcher class [@marcelobarreto](https://github.com/marcelobarreto)
|
|
1029
|
+
- [PR #2289](https://github.com/faker-ruby/faker/pull/2289) Increase french entropy [@meuble](https://github.com/meuble)
|
|
1030
|
+
- [PR #2287](https://github.com/faker-ruby/faker/pull/2287) Add Crypto.sha512 [@crondaemon](https://github.com/crondaemon)
|
|
1031
|
+
- [PR #2190](https://github.com/faker-ruby/faker/pull/2190) Add Faker::Tea [@snood1205](https://github.com/snood1205)
|
|
1032
|
+
- [PR #2175](https://github.com/faker-ruby/faker/pull/2175) Add two generators to Faker::Science [@RubyHuntsman](https://github.com/RubyHuntsman)
|
|
1033
|
+
- [PR #1910](https://github.com/faker-ruby/faker/pull/1910) Add Faker::Music#mambo_no_5, a Generator for Random First Names that Appear in Lou Bega's Mambo No. 5 [@NickyEXE](https://github.com/NickyEXE)
|
|
1034
|
+
|
|
1035
|
+
## Update locales
|
|
1036
|
+
|
|
1037
|
+
- [PR #2321](https://github.com/faker-ruby/faker/pull/2321) Canadian area code 226 included in array of US area codes [@jgarber623](https://github.com/jgarber623)
|
|
1038
|
+
- [PR #2317](https://github.com/faker-ruby/faker/pull/2317) Fix ci for es-AR [@yujideveloper](https://github.com/yujideveloper)
|
|
1039
|
+
- [PR #2315](https://github.com/faker-ruby/faker/pull/2315) Split JA translation file into one file per class [@yujideveloper](https://github.com/yujideveloper)
|
|
1040
|
+
- [PR #2313](https://github.com/faker-ruby/faker/pull/2313) Add Japanese translation for Faker::Subscription [@yujideveloper](https://github.com/yujideveloper)
|
|
1041
|
+
- [PR #2311](https://github.com/faker-ruby/faker/pull/2311) add yoda quotes to russian locale [@aka-nez](https://github.com/aka-nez)
|
|
1042
|
+
- [PR #2297](https://github.com/faker-ruby/faker/pull/2297) add Japanese actual zipcodes in locals/ja.yml [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)
|
|
1043
|
+
- [PR #2291](https://github.com/faker-ruby/faker/pull/2291) Add Commerce for Japanese [@ima1zumi](https://github.com/ima1zumi)
|
|
1044
|
+
- [PR #2285](https://github.com/faker-ruby/faker/pull/2285) Fix update Brazilian phone country code [@ricardopacheco](https://github.com/ricardopacheco)
|
|
1045
|
+
- [PR #2154](https://github.com/faker-ruby/faker/pull/2154) Cleanup books. Add Fantasy::Tolkien to README. [@mathisto](https://github.com/mathisto)
|
|
1046
|
+
|
|
1047
|
+
## Update local dependencies
|
|
1048
|
+
|
|
1049
|
+
- Update rubocop requirement from = 1.13.0 to = 1.14.0 (#2314)
|
|
1050
|
+
- Upgrade to GitHub-native Dependabot (#2310)
|
|
1051
|
+
- Update rubocop requirement from = 1.12.1 to = 1.13.0 (#2305)
|
|
1052
|
+
- Update test-unit requirement from = 3.4.0 to = 3.4.1 (#2303)
|
|
1053
|
+
- Update pry requirement from = 0.14.0 to = 0.14.1 (#2298)
|
|
1054
|
+
- Update rubocop requirement from = 1.12.0 to = 1.12.1 (#2294)
|
|
1055
|
+
- Update rubocop requirement from = 1.11.0 to = 1.12.0 (#2288)
|
|
1056
|
+
|
|
1057
|
+
## [v2.17.0](https://github.com/faker-ruby/faker/tree/v2.17.0) (2021-03-10)
|
|
1058
|
+
|
|
1059
|
+
## Chores
|
|
1060
|
+
|
|
1061
|
+
- [PR #2272](https://github.com/faker-ruby/faker/pull/2272) Bump RuboCop to 1.10.0 [@koic](https://github.com/koic)
|
|
1062
|
+
- [PR #2270](https://github.com/faker-ruby/faker/pull/2270) Generate different values when generating a hash [@DaniTheLion](https://github.com/DaniTheLion)
|
|
1063
|
+
- [PR #2236](https://github.com/faker-ruby/faker/pull/2236) Move Digest classes to OpenSSL [@dbussink](https://github.com/dbussink)
|
|
1064
|
+
|
|
1065
|
+
## Documentation
|
|
1066
|
+
|
|
1067
|
+
- [PR #2277](https://github.com/faker-ruby/faker/pull/2277) add Hip Hop To Path [@Josiassejod1](https://github.com/Josiassejod1)
|
|
1068
|
+
- [PR #2276](https://github.com/faker-ruby/faker/pull/2276) Fix syntax highlighting and missing version [@ghiculescu](https://github.com/ghiculescu)
|
|
1069
|
+
- [PR #2255](https://github.com/faker-ruby/faker/pull/2255) Correct capitalization of RuboCop in text [@jdufresne](https://github.com/jdufresne)
|
|
1070
|
+
- [PR #2204](https://github.com/faker-ruby/faker/pull/2204) update documentation to include Float type [@BigBigDoudou](https://github.com/BigBigDoudou)
|
|
1071
|
+
|
|
1072
|
+
## Feature Request
|
|
1073
|
+
|
|
1074
|
+
- [PR #2256](https://github.com/faker-ruby/faker/pull/2256) Add Faker::Educator.primary_school [@jdufresne](https://github.com/jdufresne)
|
|
1075
|
+
- [PR #2248](https://github.com/faker-ruby/faker/pull/2248) Add Bank.iban_country_code [@mastermatt](https://github.com/mastermatt)
|
|
1076
|
+
- [PR #2166](https://github.com/faker-ruby/faker/pull/2166) add binary number faker [@gabrielbaldao](https://github.com/gabrielbaldao)
|
|
1077
|
+
|
|
1078
|
+
## Update locales
|
|
1079
|
+
|
|
1080
|
+
- [PR #2275](https://github.com/faker-ruby/faker/pull/2275) Add Japanese for Faker::Games::Orverwatch [@may-solty](https://github.com/may-solty)
|
|
1081
|
+
- [PR #2268](https://github.com/faker-ruby/faker/pull/2268) Add Japanese for Faker::Games::SuperMario [@k-maekawa](https://github.com/k-maekawa)
|
|
1082
|
+
- [PR #2258](https://github.com/faker-ruby/faker/pull/2258) Add es-AR locale [@fcolacilli](https://github.com/fcolacilli)
|
|
1083
|
+
- [PR #2215](https://github.com/faker-ruby/faker/pull/2215) Unify model names to not contain manufacturer name [@berkos](https://github.com/berkos)
|
|
1084
|
+
|
|
1085
|
+
------------------------------------------------------------------------------
|
|
1086
|
+
|
|
1087
|
+
## [v2.16.0](https://github.com/faker-ruby/faker/tree/v2.16.0) (2021-02-09)
|
|
1088
|
+
|
|
1089
|
+
## Chores
|
|
1090
|
+
|
|
1091
|
+
- [PR #2262](https://github.com/faker-ruby/faker/pull/2262) Workaround build error for ruby-head [@koic](https://github.com/koic)
|
|
1092
|
+
- [PR #2257](https://github.com/faker-ruby/faker/pull/2257) Trim trailing white space throughout the project [@koic](https://github.com/koic)
|
|
1093
|
+
- [PR #2229](https://github.com/faker-ruby/faker/pull/2229) Use Random.new instead of `Random::DEFAULT` [@connorshea](https://github.com/connorshea)
|
|
1094
|
+
- [PR #2226](https://github.com/faker-ruby/faker/pull/2226) Add Ruby 3.0 to CI matrix [@connorshea](https://github.com/connorshea)
|
|
1095
|
+
|
|
1096
|
+
## Documentation
|
|
1097
|
+
|
|
1098
|
+
- [PR #2247](https://github.com/faker-ruby/faker/pull/2247) 2243 yard doc [@sudeeptarlekar](https://github.com/sudeeptarlekar)
|
|
1099
|
+
- [PR #2240](https://github.com/faker-ruby/faker/pull/2240) Updated `rock_band.md` to include example for using song generator [@jsca-kwok](https://github.com/jsca-kwok)
|
|
1100
|
+
- [PR #2205](https://github.com/faker-ruby/faker/pull/2205) `Faker::Mountain` doc [@bipashant](https://github.com/bipashant)
|
|
1101
|
+
|
|
1102
|
+
## Feature Request
|
|
1103
|
+
|
|
1104
|
+
- [PR #2221](https://github.com/faker-ruby/faker/pull/2221) Added rock band song generator [@jsca-kwok](https://github.com/jsca-kwok)
|
|
1105
|
+
- [PR #2208](https://github.com/faker-ruby/faker/pull/2208) Feat/add blockchain Tezos keys [@akettal](https://github.com/akettal) [@Pierre-Michard](https://github.com/Pierre-Michard)
|
|
1106
|
+
- [PR #2197](https://github.com/faker-ruby/faker/pull/2197) Add `Faker::Games::Touhou` [@dysnomian](https://github.com/dysnomian)
|
|
1107
|
+
|
|
1108
|
+
## Update locales
|
|
1109
|
+
|
|
1110
|
+
- [PR #2238](https://github.com/faker-ruby/faker/pull/2238) added some data in `fr.yml` and `football.yml` [@MathGL92](https://github.com/MathGL92)
|
|
1111
|
+
- [PR #2222](https://github.com/faker-ruby/faker/pull/2222) Add Japanese for `Faker::Book` [@zoshigayan](https://github.com/zoshigayan)
|
|
1112
|
+
- [PR #2217](https://github.com/faker-ruby/faker/pull/2217) Add Sephiroth and Northern Cave to `Faker::Games::SuperSmashBros` [@boardfish](https://github.com/boardfish)
|
|
1113
|
+
- [PR #2201](https://github.com/faker-ruby/faker/pull/2201) Typo in Lebowski Quote [@rgraff](https://github.com/rgraff)
|
|
1114
|
+
- [PR #2197](https://github.com/faker-ruby/faker/pull/2197) Add `Faker::Games::Touhou` [@dysnomian](https://github.com/dysnomian)
|
|
1115
|
+
|
|
1116
|
+
------------------------------------------------------------------------------
|
|
1117
|
+
|
|
1118
|
+
## [v2.15.1](https://github.com/faker-ruby/faker/tree/v2.15.1) (2020-11-24)
|
|
1119
|
+
|
|
1120
|
+
- Rollback PR #2169 and bump 2.15.1 [#2203](https://github.com/faker-ruby/faker/pull/2203) @vbrazo
|
|
1121
|
+
|
|
1122
|
+
------------------------------------------------------------------------------
|
|
1123
|
+
|
|
1124
|
+
## [v2.15.0](https://github.com/faker-ruby/faker/tree/v2.15.0) (2020-11-24)
|
|
1125
|
+
|
|
1126
|
+
## Bug/Fixes
|
|
1127
|
+
|
|
1128
|
+
- RuboCop 1.0 fixes [#2182](https://github.com/faker-ruby/faker/pull/2182) @amatsuda
|
|
1129
|
+
- Get rid of broken I18n locales configuration for the tests [#2168](https://github.com/faker-ruby/faker/pull/2168) @amatsuda
|
|
1130
|
+
- Fixes a bug when generating a password with min_length eq 1 [#2138](https://github.com/faker-ruby/faker/pull/2138) @adrian-rivera @Zeragamba
|
|
1131
|
+
- Improve Faker::Company.spanish_organisation_number [#2106](https://github.com/faker-ruby/faker/pull/2106)
|
|
1132
|
+
|
|
1133
|
+
## Chores
|
|
1134
|
+
|
|
1135
|
+
- Reformat demographic yaml [#2189](https://github.com/faker-ruby/faker/pull/2189) @fiteclub
|
|
1136
|
+
- An attempt to load only necessary locales on the fly [#2169](https://github.com/faker-ruby/faker/pull/2169) @amatsuda
|
|
1137
|
+
- Faker::Config can be a Module rather than a Class [#2167](https://github.com/faker-ruby/faker/pull/2167) @amatsuda
|
|
1138
|
+
- Cleanup games [#2155](https://github.com/faker-ruby/faker/pull/2155) @mathisto
|
|
1139
|
+
- Deprecate `celebrity` methods in favor of `actor` [#2133](https://github.com/faker-ruby/faker/pull/2133) @vraravam
|
|
1140
|
+
|
|
1141
|
+
## Documentation
|
|
1142
|
+
|
|
1143
|
+
- Fix class name in volleyball.md [#2198](https://github.com/faker-ruby/faker/pull/2198) @connorshea
|
|
1144
|
+
- Fix typo in doc/games/heroes.md [#2145](https://github.com/faker-ruby/faker/pull/2145) @Crysicia
|
|
1145
|
+
- fix typo [#2141](https://github.com/faker-ruby/faker/pull/2141) @Zeragamba
|
|
1146
|
+
- Updated versions in doc for methods. [#2123](https://github.com/faker-ruby/faker/pull/2123) @sudeeptarlekar
|
|
1147
|
+
|
|
1148
|
+
## Feature Request
|
|
1149
|
+
|
|
1150
|
+
- Add `Faker::Mountain` [#2196](https://github.com/faker-ruby/faker/pull/2196) @bipashant
|
|
1151
|
+
- Add Faker::Volleyball [#2178](https://github.com/faker-ruby/faker/pull/2178) @RubyHuntsman
|
|
1152
|
+
- Add artifact generator to Faker::Game::Heroes [#2177](https://github.com/faker-ruby/faker/pull/2177) @droznyk
|
|
1153
|
+
- Add generator to Faker::Games:ElderScrolls [#2171](https://github.com/faker-ruby/faker/pull/2171) @RubyHuntsman
|
|
1154
|
+
- Augment opera [#2170](https://github.com/faker-ruby/faker/pull/2170) @Gaitorius
|
|
1155
|
+
- Add generator to Faker::Games::ElderScrolls [#2164](https://github.com/faker-ruby/faker/pull/2164) @RubyHuntsman
|
|
1156
|
+
- Add more generators to Faker::Minecraft [#2162](https://github.com/faker-ruby/faker/pull/2162) @RubyHuntsman
|
|
1157
|
+
- I added more programming languages to the source [#2161](https://github.com/faker-ruby/faker/pull/2161) @JoaoHenriqueVale
|
|
1158
|
+
- Add Faker:Camera [#2159](https://github.com/faker-ruby/faker/pull/2159) @RubyHuntsman
|
|
1159
|
+
- Add how to train your dragon [#2158](https://github.com/faker-ruby/faker/pull/2158) @archbloom
|
|
1160
|
+
- Add Faker::Fantasy::Tolkien [#2152](https://github.com/faker-ruby/faker/pull/2152) @mathisto
|
|
1161
|
+
- Feature: Add north dakota driving licence [#2149](https://github.com/faker-ruby/faker/pull/2149) @martinjaimem
|
|
1162
|
+
- Add Final Space to TvShows category [#2147](https://github.com/faker-ruby/faker/pull/2147)
|
|
1163
|
+
- Add finance/stock generators [#2146](https://github.com/faker-ruby/faker/pull/2146) @johnpitchko
|
|
1164
|
+
- Add Clash Of Clans to the Game category [#2143](https://github.com/faker-ruby/faker/pull/2143) @jamesmai0512
|
|
1165
|
+
- Add Conan to the JapaneseMedia category [#2142](https://github.com/faker-ruby/faker/pull/2142) @jamesmai0512
|
|
1166
|
+
- Add Naruto to the JapaneseMedia category [#2139](https://github.com/faker-ruby/faker/pull/2139) @jamesmai0512
|
|
1167
|
+
- Add Doraemon to the JapaneseMedia category [#2137](https://github.com/faker-ruby/faker/pull/2137) @jamesmai0512
|
|
1168
|
+
- Add space force and coast guard to military [#2136](https://github.com/faker-ruby/faker/pull/2136) @mathisto
|
|
1169
|
+
- Add Super Mario [#2135](https://github.com/faker-ruby/faker/pull/2135) @fblupi
|
|
1170
|
+
- Add The Room (2003) to Movies [#2134](https://github.com/faker-ruby/faker/pull/2134) @fiteclub
|
|
1171
|
+
- Faker adjectives [#2130](https://github.com/faker-ruby/faker/pull/2130) @loicboset
|
|
1172
|
+
- Add Studio Ghibli to the JapaneseMedia category [#2124](https://github.com/faker-ruby/faker/pull/2124) @Kadaaran
|
|
1173
|
+
- Created New Method Faker::Quote.fortune_cookie [#2112](https://github.com/faker-ruby/faker/pull/2112) @catonmat
|
|
1174
|
+
- Allow disabling the usage of open compounds in sentences [#2109](https://github.com/faker-ruby/faker/pull/2109) @tjozwik
|
|
1175
|
+
- Add faker for hiphop artist [#1923](https://github.com/faker-ruby/faker/pull/1923) @Josiassejod1
|
|
1176
|
+
- Add races and class names to WorldOfWarcraft [#1787](https://github.com/faker-ruby/faker/pull/1787) @mathisto
|
|
1177
|
+
- Add planets and races to DragonBall [#1786](https://github.com/faker-ruby/faker/pull/1786) @mathisto
|
|
1178
|
+
- Add planets, cities, and quotes to Dune [#1784](https://github.com/faker-ruby/faker/pull/1784) @mathisto
|
|
1179
|
+
|
|
1180
|
+
## Update locales
|
|
1181
|
+
|
|
1182
|
+
- add japanese gender first name [#2191](https://github.com/faker-ruby/faker/pull/2191) @issei126
|
|
1183
|
+
- Add full_address to Ukrainian locale [#2176](https://github.com/faker-ruby/faker/pull/2176) @Ptico
|
|
1184
|
+
- Fixed some spelling issues in company.yml [#2173](https://github.com/faker-ruby/faker/pull/2173) @coreymaher
|
|
1185
|
+
- Update Faker::Games::SuperSmashBros [#2164](https://github.com/faker-ruby/faker/pull/2164) @boardfish
|
|
1186
|
+
- Add more quotes to Faker::Games::Witcher [#2163](https://github.com/faker-ruby/faker/pull/2163) @RubyHuntsman
|
|
1187
|
+
- Add Jack Handey's Deep Thoughts to quotes [#2150](https://github.com/faker-ruby/faker/pull/2150) @fiteclub
|
|
1188
|
+
- add brazil license plate from mercosul rules [#2144](https://github.com/faker-ruby/faker/pull/2144) @gabrielbaldao
|
|
1189
|
+
- Add additional quotes to Studio Ghibli [#2132](https://github.com/faker-ruby/faker/pull/2132) @lambda2
|
|
1190
|
+
- Change 'Nyota Uhuru' to 'Nyota Uhura' [#2121](https://github.com/faker-ruby/faker/pull/2121) @TrevorA-TrevorA
|
|
1191
|
+
- Add spanish license plates [#2103](https://github.com/faker-ruby/faker/pull/2103)
|
|
1192
|
+
|
|
1193
|
+
## Update local dependencies
|
|
1194
|
+
|
|
1195
|
+
- Update RuboCop requirement from = 1.0.0 to = 1.1.0 [#2185](https://github.com/faker-ruby/faker/pull/2185)
|
|
1196
|
+
- Update RuboCop requirement from = 0.93.1 to = 1.0.0 [#2172](https://github.com/faker-ruby/faker/pull/2172)
|
|
1197
|
+
- Update RuboCop requirement from = 0.93.0 to = 0.93.1 [#2156](https://github.com/faker-ruby/faker/pull/2156)
|
|
1198
|
+
- Update RuboCop requirement from = 0.92.0 to = 0.93.0 [#2151](https://github.com/faker-ruby/faker/pull/2151)
|
|
1199
|
+
- Update RuboCop requirement from = 0.91.1 to = 0.92.0 [#2129](https://github.com/faker-ruby/faker/pull/2129)
|
|
1200
|
+
- Update RuboCop requirement from = 0.91.0 to = 0.91.1 [#2126](https://github.com/faker-ruby/faker/pull/2126)
|
|
1201
|
+
- Update RuboCop requirement from = 0.90.0 to = 0.91.0 [#2122](https://github.com/faker-ruby/faker/pull/2122)
|
|
1202
|
+
- Update test-unit requirement from = 3.3.6 to = 3.3.7 [#2195](https://github.com/faker-ruby/faker/pull/2195)
|
|
1203
|
+
- Update timecop requirement from = 0.9.1 to = 0.9.2 [#2160](https://github.com/faker-ruby/faker/pull/2160)
|
|
1204
|
+
|
|
1205
|
+
------------------------------------------------------------------------------
|
|
1206
|
+
|
|
1207
|
+
## [v2.14.0](https://github.com/faker-ruby/faker/tree/v2.14.0) (2020-09-15)
|
|
1208
|
+
|
|
1209
|
+
## Bug/Fixes
|
|
1210
|
+
|
|
1211
|
+
- [PR #2119](https://github.com/faker-ruby/faker/pull/2119) Fixed failing spec for phone number
|
|
1212
|
+
|
|
1213
|
+
## Chores
|
|
1214
|
+
|
|
1215
|
+
- [PR #2088](https://github.com/faker-ruby/faker/pull/2088) Remove the space in the word "turtle" in the Creature::Animals faker
|
|
1216
|
+
- [PR #2081](https://github.com/faker-ruby/faker/pull/2081) Remove redundant condition branch for Ruby 2.4
|
|
1217
|
+
- [PR #2077](https://github.com/faker-ruby/faker/pull/2077) Rename tests according to the `test*.rb` pattern so that they run
|
|
1218
|
+
|
|
1219
|
+
## Documentation
|
|
1220
|
+
|
|
1221
|
+
- [PR #2095](https://github.com/faker-ruby/faker/pull/2095) Fix a typo for `Games::DnD.species`
|
|
1222
|
+
- [PR #2094](https://github.com/faker-ruby/faker/pull/2094) Correct method name from race to species in DnD doc
|
|
1223
|
+
- [PR #2079](https://github.com/faker-ruby/faker/pull/2079) Add `Music::PearlJam` to Readme
|
|
1224
|
+
- [PR #2058](https://github.com/faker-ruby/faker/pull/2058) Add YARD doc for `Faker::Code`
|
|
1225
|
+
|
|
1226
|
+
## Feature Request
|
|
1227
|
+
|
|
1228
|
+
- [PR #2117](https://github.com/faker-ruby/faker/pull/2117) Add Truffleruby head to CI
|
|
1229
|
+
- [PR #2104](https://github.com/faker-ruby/faker/pull/2104) 2097 Added barcodes
|
|
1230
|
+
- [PR #2090](https://github.com/faker-ruby/faker/pull/2090) 1693 USA driving license
|
|
1231
|
+
- [PR #2098](https://github.com/faker-ruby/faker/pull/2098) Update DnD generator
|
|
1232
|
+
- [PR #2096](https://github.com/faker-ruby/faker/pull/2096) 2091 faker drones
|
|
1233
|
+
- [PR #2092](https://github.com/faker-ruby/faker/pull/2092) Add a street fighter generator
|
|
1234
|
+
- [PR #2082](https://github.com/faker-ruby/faker/pull/2082) Enable `Lint/UnifiedInteger` cop
|
|
1235
|
+
|
|
1236
|
+
## Update locales
|
|
1237
|
+
|
|
1238
|
+
- [PR #2100](https://github.com/faker-ruby/faker/pull/2100) Remove Gaylord
|
|
1239
|
+
- [PR #2087](https://github.com/faker-ruby/faker/pull/2087) Fix/remove country code from phone numbers
|
|
1240
|
+
- [PR #2086](https://github.com/faker-ruby/faker/pull/2086) removing country code from phone numbers to `fr-CH`
|
|
1241
|
+
- [PR #2084](https://github.com/faker-ruby/faker/pull/2084) removed extra + sign from country codes
|
|
1242
|
+
- [PR #2078](https://github.com/faker-ruby/faker/pull/2078) Removed 07624 from UK mobile numbers
|
|
1243
|
+
- [PR #2073](https://github.com/faker-ruby/faker/pull/2073) Add missing azimuth field for fr locale
|
|
1244
|
+
- [PR #2072](https://github.com/faker-ruby/faker/pull/2072) Remove time formats from file
|
|
1245
|
+
|
|
1246
|
+
Update local dependencies
|
|
1247
|
+
|
|
1248
|
+
- Update RuboCop requirement from = 0.87.1 to = 0.88.0 (#2080)
|
|
1249
|
+
- Update RuboCop requirement from = 0.87.0 to = 0.87.1 (#2075)
|
|
1250
|
+
- Update RuboCop requirement from = 0.86.0 to = 0.87.0 (#2074)
|
|
1251
|
+
- Bumps i18n from 1.8.4 to 1.8.5 (#2089)
|
|
1252
|
+
- Bumps i18n from 1.8.3 to 1.8.4 (#2083)
|
|
1253
|
+
|
|
1254
|
+
------------------------------------------------------------------------------
|
|
2
1255
|
|
|
3
1256
|
## [v2.13.0](https://github.com/faker-ruby/faker/tree/v2.13.0) (2020-06-24)
|
|
4
1257
|
|
|
@@ -11,7 +1264,7 @@ This version:
|
|
|
11
1264
|
## Bug/Fixes
|
|
12
1265
|
|
|
13
1266
|
- [PR #2050](https://github.com/faker-ruby/faker/pull/2050) Fix random error in music tests [@martinjaimem](https://github.com/martinjaimem)
|
|
14
|
-
- [PR #2037](https://github.com/faker-ruby/faker/pull/2037) Bug Fix: BIC
|
|
1267
|
+
- [PR #2037](https://github.com/faker-ruby/faker/pull/2037) Bug Fix: BIC Collision (Issue 1907) [@Newman101](https://github.com/Newman101)
|
|
15
1268
|
- [PR #2026](https://github.com/faker-ruby/faker/pull/2026) Sanitize email when name has special characters [@Zeragamba](https://github.com/Zeragamba)
|
|
16
1269
|
- [PR #1785](https://github.com/faker-ruby/faker/pull/1785) Adds a fix for when :en is not one of the available locales [@jaimerodas](https://github.com/jaimerodas)
|
|
17
1270
|
|
|
@@ -64,8 +1317,8 @@ This version:
|
|
|
64
1317
|
|
|
65
1318
|
## Update local dependencies
|
|
66
1319
|
|
|
67
|
-
- Update
|
|
68
|
-
- Update
|
|
1320
|
+
- Update RuboCop requirement from = 0.81.0 to = 0.85.1
|
|
1321
|
+
- Update RuboCop requirement from = 0.85.1 to = 0.86.0 (#2066)
|
|
69
1322
|
- Update test-unit requirement from = 3.3.5 to = 3.3.6 (#2046)
|
|
70
1323
|
- Bump i18n from 1.8.2 to 1.8.3 (#2034)
|
|
71
1324
|
|
|
@@ -154,7 +1407,7 @@ This version:
|
|
|
154
1407
|
## Update local dependencies
|
|
155
1408
|
|
|
156
1409
|
- Update minitest requirement from = 5.14.0 to = 5.14.1 (#1987)
|
|
157
|
-
- Update
|
|
1410
|
+
- Update RuboCop requirement from = 0.80.1 to = 0.81.0 (#1955)
|
|
158
1411
|
- Update pry requirement from = 0.13.0 to = 0.13.1 (#1963)
|
|
159
1412
|
- Update yard requirement from = 0.9.24 to = 0.9.25 (#1970)
|
|
160
1413
|
|
|
@@ -186,8 +1439,8 @@ This version:
|
|
|
186
1439
|
## Update local dependencies
|
|
187
1440
|
|
|
188
1441
|
- Update pry requirement from = 0.12.2 to = 0.13.0 (#1951)
|
|
189
|
-
- Update
|
|
190
|
-
- Update
|
|
1442
|
+
- Update RuboCop requirement from = 0.80.0 to = 0.80.1 (#1941)
|
|
1443
|
+
- Update RuboCop requirement from = 0.79.0 to = 0.80.0 (#1937)
|
|
191
1444
|
|
|
192
1445
|
------------------------------------------------------------------------------
|
|
193
1446
|
|
|
@@ -259,7 +1512,7 @@ This version:
|
|
|
259
1512
|
- Bump i18n from 1.8.0 to 1.8.1 (#1895)
|
|
260
1513
|
- Update i18n requirement from >= 1.6, < 1.8 to >= 1.6, < 1.9 (#1893)
|
|
261
1514
|
- Update yard requirement from = 0.9.23 to = 0.9.24 (#1892)
|
|
262
|
-
- Update
|
|
1515
|
+
- Update RuboCop requirement from = 0.78.0 to = 0.79.0 (#1890)
|
|
263
1516
|
- Update yard requirement from = 0.9.22 to = 0.9.23 (#1889)
|
|
264
1517
|
- Update yard requirement from = 0.9.20 to = 0.9.22 (#1882)
|
|
265
1518
|
|
|
@@ -298,7 +1551,7 @@ This version:
|
|
|
298
1551
|
|
|
299
1552
|
## Update local dependencies
|
|
300
1553
|
|
|
301
|
-
Update
|
|
1554
|
+
Update RuboCop requirement from = 0.77.0 to = 0.78.0 (#1869)
|
|
302
1555
|
|
|
303
1556
|
------------------------------------------------------------------------------
|
|
304
1557
|
|
|
@@ -354,7 +1607,7 @@ This version:
|
|
|
354
1607
|
|
|
355
1608
|
## Update local dependencies
|
|
356
1609
|
|
|
357
|
-
- Update
|
|
1610
|
+
- Update RuboCop requirement from = 0.76.0 to = 0.77.0 (#1843)
|
|
358
1611
|
|
|
359
1612
|
------------------------------------------------------------------------------
|
|
360
1613
|
|
|
@@ -425,8 +1678,8 @@ This version:
|
|
|
425
1678
|
|
|
426
1679
|
## Update local dependencies
|
|
427
1680
|
|
|
428
|
-
- Update
|
|
429
|
-
- Update
|
|
1681
|
+
- Update RuboCop requirement from = 0.75.0 to = 0.75.1 (#1811)
|
|
1682
|
+
- Update RuboCop requirement from = 0.75.1 to = 0.76.0 (#1822)
|
|
430
1683
|
- Update minitest requirement from = 5.12.2 to = 5.13.0 (#1823)
|
|
431
1684
|
|
|
432
1685
|
------------------------------------------------------------------------------
|
|
@@ -468,7 +1721,7 @@ This version introduces:
|
|
|
468
1721
|
|
|
469
1722
|
## Documentation
|
|
470
1723
|
|
|
471
|
-
- [PR #1771](https://github.com/faker-ruby/faker/pull/1771) Fix some
|
|
1724
|
+
- [PR #1771](https://github.com/faker-ruby/faker/pull/1771) Fix some RuboCop comments that were showing up in YARD docs. [@connorshea](https://github.com/connorshea)
|
|
472
1725
|
- [PR #1767](https://github.com/faker-ruby/faker/pull/1767) Fix two incorrect flexible method calls. [@connorshea](https://github.com/connorshea)
|
|
473
1726
|
- [PR #1761](https://github.com/faker-ruby/faker/pull/1761) Add YARD docs for the Basketball and Football fakers. [@connorshea](https://github.com/connorshea)
|
|
474
1727
|
- [PR #1768](https://github.com/faker-ruby/faker/pull/1768) Add YARD docs for Faker::Restaurant. [@connorshea](https://github.com/connorshea)
|
|
@@ -541,7 +1794,7 @@ The following development dependencies were updated:
|
|
|
541
1794
|
|
|
542
1795
|
## Chores
|
|
543
1796
|
|
|
544
|
-
- [PR #1724](https://github.com/faker-ruby/faker/pull/1724) Include
|
|
1797
|
+
- [PR #1724](https://github.com/faker-ruby/faker/pull/1724) Include RuboCop-faker autocorrect in deprecation [@koic](https://github.com/koic)
|
|
545
1798
|
|
|
546
1799
|
## Documentation
|
|
547
1800
|
|
|
@@ -552,7 +1805,7 @@ The following development dependencies were updated:
|
|
|
552
1805
|
|
|
553
1806
|
The following development dependencies were updated:
|
|
554
1807
|
- rake requirement from = 12.3.1 to = 12.3.3 (#1719)
|
|
555
|
-
-
|
|
1808
|
+
- RuboCop requirement from = 0.59.1 to = 0.74.0 (#1721)
|
|
556
1809
|
- simplecov requirement from = 0.16.1 to = 0.17.0 (#1718)
|
|
557
1810
|
|
|
558
1811
|
------------------------------------------------------------------------------
|
|
@@ -752,7 +2005,7 @@ Version 2 has several `breaking changes`. We replaced positional arguments with
|
|
|
752
2005
|
- `Faker::Types.rb_integer(from = nil, to = nil)` becomes `Faker::Types.rb_integer(from: nil, to: nil)`
|
|
753
2006
|
- `Faker::Types.rb_string(words = nil)` becomes `Faker::Types.rb_string(words: nil)`
|
|
754
2007
|
- `Faker::Vehicle.kilometrage(min = nil, max = nil)` becomes `Faker::Vehicle.kilometrage(min: nil, max: nil)`
|
|
755
|
-
- `Faker::Vehicle.license_plate(
|
|
2008
|
+
- `Faker::Vehicle.license_plate(state_abbreviation = nil)` becomes `Faker::Vehicle.license_plate(state_abbreviation: nil)`
|
|
756
2009
|
- `Faker::Vehicle.mileage(min = nil, max = nil)` becomes `Faker::Vehicle.mileage(min: nil, max: nil)`
|
|
757
2010
|
- `Faker::Vehicle.model(make_of_model = nil)` becomes `Faker::Vehicle.model(make_of_model: nil)`
|
|
758
2011
|
- `Faker::WorldCup.group(group = nil)` becomes `Faker::WorldCup.group(group: nil)`
|
|
@@ -861,7 +2114,7 @@ Fix lib/faker/version.rb
|
|
|
861
2114
|
|
|
862
2115
|
### Update/add locales
|
|
863
2116
|
|
|
864
|
-
- [PR #1629](https://github.com/stympy/faker/pull/1629) Fix
|
|
2117
|
+
- [PR #1629](https://github.com/stympy/faker/pull/1629) Fix syntax error on game.yml file [@ricardobsilva](https://github.com/ricardobsilva)
|
|
865
2118
|
- [PR #1627](https://github.com/stympy/faker/pull/1627) add more data for Faker::Games [@BlazingRockStorm](https://github.com/BlazingRockStorm)
|
|
866
2119
|
- [PR #1620](https://github.com/stympy/faker/pull/1620) Added Yuumi as a Champion [@eddorre](https://github.com/eddorre)
|
|
867
2120
|
- [PR #1621](https://github.com/stympy/faker/pull/1621) Updated classes to match the changes that Blizzard rolled out late last year. Updated hero pool to add the latest two heroes added to the game. [@eddorre](https://github.com/eddorre)
|
|
@@ -907,7 +2160,7 @@ Fix lib/faker/version.rb
|
|
|
907
2160
|
- [PR #1477](https://github.com/stympy/faker/pull/1477) Fixed bank account length [@jguthrie100](https://github.com/jguthrie100)
|
|
908
2161
|
- [PR #1494](https://github.com/stympy/faker/pull/1494) Fix Faker::Internet.ip_v4_address to include all IP ranges [@lucasqueiroz](https://github.com/lucasqueiroz)
|
|
909
2162
|
- [PR #1456](https://github.com/stympy/faker/pull/1456) fix: omit . from slug [@ivanoblomov](https://github.com/ivanoblomov)
|
|
910
|
-
- [PR #1436](https://github.com/stympy/faker/pull/1436) Fix regex and add magic string to pass
|
|
2163
|
+
- [PR #1436](https://github.com/stympy/faker/pull/1436) Fix regex and add magic string to pass RuboCop check [@jakrzus](https://github.com/jakrzus)
|
|
911
2164
|
- [PR #1425](https://github.com/stympy/faker/pull/1425) NHS: fix occasional bad numbers [@ChaoticBoredom](https://github.com/ChaoticBoredom)
|
|
912
2165
|
- [PR #1421](https://github.com/stympy/faker/pull/1421) Faker::Internet.user_name can't handle UTF-8 arguments [@ivanoblomov](https://github.com/ivanoblomov)
|
|
913
2166
|
- [PR #1423](https://github.com/stympy/faker/pull/1423) Add missing locale tests - Part II [@vbrazo](https://github.com/vbrazo)
|
|
@@ -1124,7 +2377,7 @@ Fix lib/faker/version.rb
|
|
|
1124
2377
|
- [PR #1220](https://github.com/stympy/faker/pull/1220) Updates for Faker::Myst [@SpyMaster356](https://github.com/SpyMaster356)
|
|
1125
2378
|
- [PR #1218](https://github.com/stympy/faker/pull/1218) Add Faker::Myst [@SpyMaster356](https://github.com/SpyMaster356)
|
|
1126
2379
|
- [PR #818](https://github.com/stympy/faker/pull/818) LoremFlickr support [@mrstebo](https://github.com/mrstebo)
|
|
1127
|
-
- [PR #1192](https://github.com/stympy/faker/pull/1192) Space: Added space launch
|
|
2380
|
+
- [PR #1192](https://github.com/stympy/faker/pull/1192) Space: Added space launch vehicle [@gauth-ier](https://github.com/Gauth-ier)
|
|
1128
2381
|
- [PR #1211](https://github.com/stympy/faker/pull/1211) Add bands, genres, and albums to Music [@jmkoni](https://github.com/jmkoni)
|
|
1129
2382
|
- [PR #1215](https://github.com/stympy/faker/pull/1215) Added Nato Phonetic Alphabet [@timcustard](https://github.com/timcustard)
|
|
1130
2383
|
- [PR #1209](https://github.com/stympy/faker/pull/1209) Add Faker::Source [@graciano](https://github.com/graciano)
|
|
@@ -1135,7 +2388,7 @@ Fix lib/faker/version.rb
|
|
|
1135
2388
|
- [PR #1179](https://github.com/stympy/faker/pull/1179) Random color with Placeholdit [@nicolas-brousse](https://github.com/nicolas-brousse)
|
|
1136
2389
|
- [PR #1190](https://github.com/stympy/faker/pull/1190) Add Nation object, its specs and docs [@gkunwar](https://github.com/gkunwar)
|
|
1137
2390
|
- [PR #1210](https://github.com/stympy/faker/pull/1210) Add coveralls [@vbrazo](https://github.com/vbrazo)
|
|
1138
|
-
- [PR #924](https://github.com/stympy/faker/pull/924)
|
|
2391
|
+
- [PR #924](https://github.com/stympy/faker/pull/924) RuboCop + fixes [@stephengroat](https://github.com/stephengroat)
|
|
1139
2392
|
- [PR #900](https://github.com/stympy/faker/pull/900) Add Japanese lorem words to locale [@vietqhoang](https://github.com/vietqhoang)
|
|
1140
2393
|
|
|
1141
2394
|
### Update/add locales
|
|
@@ -1199,7 +2452,7 @@ Fix lib/faker/version.rb
|
|
|
1199
2452
|
|
|
1200
2453
|
### Documentation
|
|
1201
2454
|
- [PR #1478](https://github.com/stympy/faker/pull/1478) Fixed documentation for Faker::Internet.password [@mrstebo](https://github.com/mrstebo)
|
|
1202
|
-
- [PR #1453](https://github.com/stympy/faker/pull/1453) Add description to
|
|
2455
|
+
- [PR #1453](https://github.com/stympy/faker/pull/1453) Add description to RuboCop cops [@vbrazo](https://github.com/vbrazo)
|
|
1203
2456
|
- [PR #1121](https://github.com/stympy/faker/pull/1121) Better docs for Faker::Food.description [@jujulisan](https://github.com/jujulisan)
|
|
1204
2457
|
- [PR #1257](https://github.com/stympy/faker/pull/1257) Fix method name in Faker::SingularSiegler [@mrstebo](https://github.com/mrstebo)
|
|
1205
2458
|
- [PR #1256](https://github.com/stympy/faker/pull/1256) Fixing documentation - Faker::Name to Faker::Zelda [@mrstebo](https://github.com/mrstebo)
|
|
@@ -1244,7 +2497,7 @@ Fix lib/faker/version.rb
|
|
|
1244
2497
|
|
|
1245
2498
|
**Other changes**
|
|
1246
2499
|
|
|
1247
|
-
- Changed i18n
|
|
2500
|
+
- Changed i18n dependency from `~> 0.9.1` to `>= 0.7`
|
|
1248
2501
|
|
|
1249
2502
|
## [v1.8.5](https://github.com/stympy/faker/tree/v1.8.5) (2017-12-06)
|
|
1250
2503
|
[Full Changelog](https://github.com/stympy/faker/compare/v1.8.4...v1.8.5)
|
|
@@ -1597,7 +2850,7 @@ Fix lib/faker/version.rb
|
|
|
1597
2850
|
- Fixed typo in dutch translation [\#679](https://github.com/stympy/faker/pull/679) ([nschmoller](https://github.com/nschmoller))
|
|
1598
2851
|
- Add pokemon [\#677](https://github.com/stympy/faker/pull/677) ([bakunyo](https://github.com/bakunyo))
|
|
1599
2852
|
- Food [\#672](https://github.com/stympy/faker/pull/672) ([martymclaugh](https://github.com/martymclaugh))
|
|
1600
|
-
- Added
|
|
2853
|
+
- Added characters and houses data for game of thrones in en.yml [\#670](https://github.com/stympy/faker/pull/670) ([vamsipavanmahesh](https://github.com/vamsipavanmahesh))
|
|
1601
2854
|
- add Faker::Commerce.promotion\_code [\#669](https://github.com/stympy/faker/pull/669) ([jGRUBBS](https://github.com/jGRUBBS))
|
|
1602
2855
|
- Eliminate and prevent leading and trailing white space [\#665](https://github.com/stympy/faker/pull/665) ([retroGiant89](https://github.com/retroGiant89))
|
|
1603
2856
|
- Fix for memory overflow error Issue: \#478 [\#664](https://github.com/stympy/faker/pull/664) ([anuj-verma](https://github.com/anuj-verma))
|
|
@@ -1740,7 +2993,7 @@ Fix lib/faker/version.rb
|
|
|
1740
2993
|
* Added bork locale for bork-ified lorem [johnbentcope]
|
|
1741
2994
|
* Added IPv6 address generator [jc00ke]
|
|
1742
2995
|
* Removed deprecation warnings for Array#rand [chrismarshall]
|
|
1743
|
-
* Added German translation and I18n
|
|
2996
|
+
* Added German translation and I18n improvements [Matthias Kühnert]
|
|
1744
2997
|
* Added Dutch translation [moretea]
|
|
1745
2998
|
* Added Lat/Long generator [Andy Callaghan]
|
|
1746
2999
|
* Added buzzword-laden title generator [supercleanse]
|