CHANGELOG.md in faker-2.16.0 vs CHANGELOG.md in faker-2.17.0

- old
+ new

@@ -1,7 +1,37 @@ # Change Log +## [v2.17.0](https://github.com/faker-ruby/faker/tree/v2.17.0) (2020-03-10) + +## Chores + +- [PR #2272](https://github.com/faker-ruby/faker/pull/2272) Bump RuboCop to 1.10.0 [@koic](https://github.com/koic) +- [PR #2270](https://github.com/faker-ruby/faker/pull/2270) Generate different values when generating a hash [@DaniTheLion](https://github.com/DaniTheLion) +- [PR #2236](https://github.com/faker-ruby/faker/pull/2236) Move Digest classes to OpenSSL [@dbussink](https://github.com/dbussink) + +## Documentation + +- [PR #2277](https://github.com/faker-ruby/faker/pull/2277) add Hip Hop To Path [@Josiassejod1](https://github.com/Josiassejod1) +- [PR #2276](https://github.com/faker-ruby/faker/pull/2276) Fix syntax highlighting and missing version [@ghiculescu](https://github.com/ghiculescu) +- [PR #2255](https://github.com/faker-ruby/faker/pull/2255) Correct capitalization of RuboCop in text [@jdufresne](https://github.com/jdufresne) +- [PR #2204](https://github.com/faker-ruby/faker/pull/2204) update documentation to include Float type [@BigBigDoudou](https://github.com/BigBigDoudou) + +## Feature Request + +- [PR #2256](https://github.com/faker-ruby/faker/pull/2256) Add Faker::Educator.primary_school [@jdufresne](https://github.com/jdufresne) +- [PR #2248](https://github.com/faker-ruby/faker/pull/2248) Add Bank.iban_country_code [@mastermatt](https://github.com/mastermatt) +- [PR #2166](https://github.com/faker-ruby/faker/pull/2166) add binary number faker [@gabrielbaldao](https://github.com/gabrielbaldao) + +## Update locales + +- [PR #2275](https://github.com/faker-ruby/faker/pull/2275) Add Japanese for Faker::Games::Orverwatch [@may-solty](https://github.com/may-solty) +- [PR #2268](https://github.com/faker-ruby/faker/pull/2268) Add Japanese for Faker::Games::SuperMario [@k-maekawa](https://github.com/k-maekawa) +- [PR #2258](https://github.com/faker-ruby/faker/pull/2258) Add es-AR locale [@fcolacilli](https://github.com/fcolacilli) +- [PR #2215](https://github.com/faker-ruby/faker/pull/2215) Unify model names to not contain manufacturer name [@berkos](https://github.com/berkos) + +------------------------------------------------------------------------------ + ## [v2.16.0](https://github.com/faker-ruby/faker/tree/v2.16.0) (2020-02-09) ## Chores - [PR #2262](https://github.com/faker-ruby/faker/pull/2262) Workaround build error for ruby-head [@koic](https://github.com/koic) @@ -39,11 +69,11 @@ ## [v2.15.0](https://github.com/faker-ruby/faker/tree/v2.15.0) (2020-11-24) ## Bug/Fixes -- Rubocop 1.0 fixes [#2182](https://github.com/faker-ruby/faker/pull/2182) @amatsuda +- RuboCop 1.0 fixes [#2182](https://github.com/faker-ruby/faker/pull/2182) @amatsuda - Get rid of broken I18n locales configuration for the tests [#2168](https://github.com/faker-ruby/faker/pull/2168) @amatsuda - Fixes a bug when generating a password with min_length eq 1 [#2138](https://github.com/faker-ruby/faker/pull/2138) @adrian-rivera @Zeragamba - Improve Faker::Company.spanish_organisation_number [#2106](https://github.com/faker-ruby/faker/pull/2106) ## Chores @@ -106,17 +136,17 @@ - Change 'Nyota Uhuru' to 'Nyota Uhura' [#2121](https://github.com/faker-ruby/faker/pull/2121) @TrevorA-TrevorA - Add spanish license plates [#2103](https://github.com/faker-ruby/faker/pull/2103) ## Update local dependencies -- Update rubocop requirement from = 1.0.0 to = 1.1.0 [#2185](https://github.com/faker-ruby/faker/pull/2185) -- Update rubocop requirement from = 0.93.1 to = 1.0.0 [#2172](https://github.com/faker-ruby/faker/pull/2172) -- Update rubocop requirement from = 0.93.0 to = 0.93.1 [#2156](https://github.com/faker-ruby/faker/pull/2156) -- Update rubocop requirement from = 0.92.0 to = 0.93.0 [#2151](https://github.com/faker-ruby/faker/pull/2151) -- Update rubocop requirement from = 0.91.1 to = 0.92.0 [#2129](https://github.com/faker-ruby/faker/pull/2129) -- Update rubocop requirement from = 0.91.0 to = 0.91.1 [#2126](https://github.com/faker-ruby/faker/pull/2126) -- Update rubocop requirement from = 0.90.0 to = 0.91.0 [#2122](https://github.com/faker-ruby/faker/pull/2122) +- Update RuboCop requirement from = 1.0.0 to = 1.1.0 [#2185](https://github.com/faker-ruby/faker/pull/2185) +- Update RuboCop requirement from = 0.93.1 to = 1.0.0 [#2172](https://github.com/faker-ruby/faker/pull/2172) +- Update RuboCop requirement from = 0.93.0 to = 0.93.1 [#2156](https://github.com/faker-ruby/faker/pull/2156) +- Update RuboCop requirement from = 0.92.0 to = 0.93.0 [#2151](https://github.com/faker-ruby/faker/pull/2151) +- Update RuboCop requirement from = 0.91.1 to = 0.92.0 [#2129](https://github.com/faker-ruby/faker/pull/2129) +- Update RuboCop requirement from = 0.91.0 to = 0.91.1 [#2126](https://github.com/faker-ruby/faker/pull/2126) +- Update RuboCop requirement from = 0.90.0 to = 0.91.0 [#2122](https://github.com/faker-ruby/faker/pull/2122) - Update test-unit requirement from = 3.3.6 to = 3.3.7 [#2195](https://github.com/faker-ruby/faker/pull/2195) - Update timecop requirement from = 0.9.1 to = 0.9.2 [#2160](https://github.com/faker-ruby/faker/pull/2160) ------------------------------------------------------------------------------ @@ -159,13 +189,13 @@ - [PR #2073](https://github.com/faker-ruby/faker/pull/2073) Add missing azimuth field for fr locale - [PR #2072](https://github.com/faker-ruby/faker/pull/2072) Remove time formats from file Update local dependencies -- Update rubocop requirement from = 0.87.1 to = 0.88.0 (#2080) -- Update rubocop requirement from = 0.87.0 to = 0.87.1 (#2075) -- Update rubocop requirement from = 0.86.0 to = 0.87.0 (#2074) +- Update RuboCop requirement from = 0.87.1 to = 0.88.0 (#2080) +- Update RuboCop requirement from = 0.87.0 to = 0.87.1 (#2075) +- Update RuboCop requirement from = 0.86.0 to = 0.87.0 (#2074) - Bumps i18n from 1.8.4 to 1.8.5 (#2089) - Bumps i18n from 1.8.3 to 1.8.4 (#2083) ------------------------------------------------------------------------------ @@ -231,12 +261,12 @@ - [PR #1792](https://github.com/faker-ruby/faker/pull/1792) Add more prefixes and suffixes to Name [@mathisto](https://github.com/mathisto) ## Update local dependencies -- Update rubocop requirement from = 0.81.0 to = 0.85.1 -- Update rubocop requirement from = 0.85.1 to = 0.86.0 (#2066) +- Update RuboCop requirement from = 0.81.0 to = 0.85.1 +- Update RuboCop requirement from = 0.85.1 to = 0.86.0 (#2066) - Update test-unit requirement from = 3.3.5 to = 3.3.6 (#2046) - Bump i18n from 1.8.2 to 1.8.3 (#2034) ------------------------------------------------------------------------------ @@ -321,11 +351,11 @@ - [PR #1948](https://github.com/faker-ruby/faker/pull/1948) Add `Faker::Computer` [@cmcramer](https://github.com/cmcramer) ## Update local dependencies - Update minitest requirement from = 5.14.0 to = 5.14.1 (#1987) -- Update rubocop requirement from = 0.80.1 to = 0.81.0 (#1955) +- Update RuboCop requirement from = 0.80.1 to = 0.81.0 (#1955) - Update pry requirement from = 0.13.0 to = 0.13.1 (#1963) - Update yard requirement from = 0.9.24 to = 0.9.25 (#1970) ------------------------------------------------------------------------------ @@ -353,12 +383,12 @@ - [PR #1929](https://github.com/faker-ruby/faker/pull/1929) Fixed mobile prefixes for en-GB locale [@SamHart91](https://github.com/SamHart91) ## Update local dependencies - Update pry requirement from = 0.12.2 to = 0.13.0 (#1951) -- Update rubocop requirement from = 0.80.0 to = 0.80.1 (#1941) -- Update rubocop requirement from = 0.79.0 to = 0.80.0 (#1937) +- Update RuboCop requirement from = 0.80.0 to = 0.80.1 (#1941) +- Update RuboCop requirement from = 0.79.0 to = 0.80.0 (#1937) ------------------------------------------------------------------------------ ## [v2.10.2](https://github.com/faker-ruby/faker/tree/v2.10.2) (2020-02-15) @@ -426,11 +456,11 @@ - Update minitest requirement from = 5.13.0 to = 5.14.0 (#1904) - Bump i18n from 1.8.1 to 1.8.2 (#1905) - Bump i18n from 1.8.0 to 1.8.1 (#1895) - Update i18n requirement from >= 1.6, < 1.8 to >= 1.6, < 1.9 (#1893) - Update yard requirement from = 0.9.23 to = 0.9.24 (#1892) -- Update rubocop requirement from = 0.78.0 to = 0.79.0 (#1890) +- Update RuboCop requirement from = 0.78.0 to = 0.79.0 (#1890) - Update yard requirement from = 0.9.22 to = 0.9.23 (#1889) - Update yard requirement from = 0.9.20 to = 0.9.22 (#1882) ------------------------------------------------------------------------------ @@ -465,11 +495,11 @@ - [PR #1874](https://github.com/faker-ruby/faker/pull/1874) Extract constants in `Faker::Music` [@jas14](https://github.com/jas14) ## Update local dependencies -Update rubocop requirement from = 0.77.0 to = 0.78.0 (#1869) +Update RuboCop requirement from = 0.77.0 to = 0.78.0 (#1869) ------------------------------------------------------------------------------ ## [v2.9.0](https://github.com/faker-ruby/faker/tree/v2.9.0) (2019-12-16) @@ -521,11 +551,11 @@ - [PR #1847](https://github.com/faker-ruby/faker/pull/1847) Makes minor refactors on Internet.domain_name method [@tiagofsilva](https://github.com/tiagofsilva) - [PR #1772](https://github.com/faker-ruby/faker/pull/1848) Refactor Faker::Educator and add docs [@connorshea](https://github.com/connorshea) ## Update local dependencies -- Update rubocop requirement from = 0.76.0 to = 0.77.0 (#1843) +- Update RuboCop requirement from = 0.76.0 to = 0.77.0 (#1843) ------------------------------------------------------------------------------ ## [v2.8.0](https://github.com/faker-ruby/faker/tree/v2.8.0) (2019-12-01) @@ -592,12 +622,12 @@ - [PR #1813](https://github.com/faker-ruby/faker/pull/1813) Translate Canadian provinces for fr-CA [@Bhacaz](https://github.com/Bhacaz) - [PR #1806](https://github.com/faker-ruby/faker/pull/1806) Add Terry Bogard to Super Smash Bros. options [@clinch](https://github.com/clinch) ## Update local dependencies -- Update rubocop requirement from = 0.75.0 to = 0.75.1 (#1811) -- Update rubocop requirement from = 0.75.1 to = 0.76.0 (#1822) +- Update RuboCop requirement from = 0.75.0 to = 0.75.1 (#1811) +- Update RuboCop requirement from = 0.75.1 to = 0.76.0 (#1822) - Update minitest requirement from = 5.12.2 to = 5.13.0 (#1823) ------------------------------------------------------------------------------ ## [v2.6.0](https://github.com/faker-ruby/faker/tree/v2.6.0) (2019-10-10) @@ -635,11 +665,11 @@ - [PR #1773](https://github.com/faker-ruby/faker/pull/1773) Two new locales added: th and en-th [@kodram](https://github.com/kodram) ## Documentation -- [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) +- [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) - [PR #1767](https://github.com/faker-ruby/faker/pull/1767) Fix two incorrect flexible method calls. [@connorshea](https://github.com/connorshea) - [PR #1761](https://github.com/faker-ruby/faker/pull/1761) Add YARD docs for the Basketball and Football fakers. [@connorshea](https://github.com/connorshea) - [PR #1768](https://github.com/faker-ruby/faker/pull/1768) Add YARD docs for Faker::Restaurant. [@connorshea](https://github.com/connorshea) - [PR #1759](https://github.com/faker-ruby/faker/pull/1759) Add YARD docs for all remaining TV Shows [@connorshea](https://github.com/connorshea) - [PR #1758](https://github.com/faker-ruby/faker/pull/1758) Add YARD docs for Doctor Who and fix a method name. [@connorshea](https://github.com/connorshea) @@ -708,22 +738,22 @@ - [PR #1717](https://github.com/faker-ruby/faker/pull/1717) Fix ambiguity in element_symbol field [@psibi](https://github.com/psibi) ## Chores -- [PR #1724](https://github.com/faker-ruby/faker/pull/1724) Include rubocop-faker autocorrect in deprecation [@koic](https://github.com/koic) +- [PR #1724](https://github.com/faker-ruby/faker/pull/1724) Include RuboCop-faker autocorrect in deprecation [@koic](https://github.com/koic) ## Documentation - [PR #1726](https://github.com/faker-ruby/faker/pull/1726) Include 2.x breaking return value change in changelog [@zorab47](https://github.com/zorab47) - [PR #1722](https://github.com/faker-ruby/faker/pull/1722) Fix examples in the Dota docs [@bzf](https://github.com/bzf) ## Update local dependencies The following development dependencies were updated: - rake requirement from = 12.3.1 to = 12.3.3 (#1719) -- rubocop requirement from = 0.59.1 to = 0.74.0 (#1721) +- RuboCop requirement from = 0.59.1 to = 0.74.0 (#1721) - simplecov requirement from = 0.16.1 to = 0.17.0 (#1718) ------------------------------------------------------------------------------ ## [v2.2.1](https://github.com/faker-ruby/faker/tree/v2.2.1) (2019-08-30) @@ -1074,11 +1104,11 @@ ### Bug/Fixes - [PR #1512](https://github.com/stympy/faker/pull/1512) Fix numerical part of Dutch postcode [@tilsammans](https://github.com/tilsammans) - [PR #1477](https://github.com/stympy/faker/pull/1477) Fixed bank account length [@jguthrie100](https://github.com/jguthrie100) - [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) - [PR #1456](https://github.com/stympy/faker/pull/1456) fix: omit . from slug [@ivanoblomov](https://github.com/ivanoblomov) -- [PR #1436](https://github.com/stympy/faker/pull/1436) Fix regex and add magic string to pass rubocop check [@jakrzus](https://github.com/jakrzus) +- [PR #1436](https://github.com/stympy/faker/pull/1436) Fix regex and add magic string to pass RuboCop check [@jakrzus](https://github.com/jakrzus) - [PR #1425](https://github.com/stympy/faker/pull/1425) NHS: fix occasional bad numbers [@ChaoticBoredom](https://github.com/ChaoticBoredom) - [PR #1421](https://github.com/stympy/faker/pull/1421) Faker::Internet.user_name can't handle UTF-8 arguments [@ivanoblomov](https://github.com/ivanoblomov) - [PR #1423](https://github.com/stympy/faker/pull/1423) Add missing locale tests - Part II [@vbrazo](https://github.com/vbrazo) - [PR #1389](https://github.com/stympy/faker/pull/1389) Load faker I18n using custom backend chaining [@pjohnmeyer](https://github.com/pjohnmeyer) - [PR #1384](https://github.com/stympy/faker/pull/1384) Quick number method bugfix [@vbrazo](https://github.com/vbrazo) @@ -1302,11 +1332,11 @@ - [PR #1202](https://github.com/stympy/faker/pull/1202) adds both inclusive and binary gender option [@jmkoni](https://github.com/jmkoni) - [PR #1193](https://github.com/stympy/faker/pull/1193) Add Faker::MichaelScott API [@snayrouz](https://github.com/snayrouz) - [PR #1179](https://github.com/stympy/faker/pull/1179) Random color with Placeholdit [@nicolas-brousse](https://github.com/nicolas-brousse) - [PR #1190](https://github.com/stympy/faker/pull/1190) Add Nation object, its specs and docs [@gkunwar](https://github.com/gkunwar) - [PR #1210](https://github.com/stympy/faker/pull/1210) Add coveralls [@vbrazo](https://github.com/vbrazo) -- [PR #924](https://github.com/stympy/faker/pull/924) Rubocop + fixes [@stephengroat](https://github.com/stephengroat) +- [PR #924](https://github.com/stympy/faker/pull/924) RuboCop + fixes [@stephengroat](https://github.com/stephengroat) - [PR #900](https://github.com/stympy/faker/pull/900) Add Japanese lorem words to locale [@vietqhoang](https://github.com/vietqhoang) ### Update/add locales - [PR #1297](https://github.com/stympy/faker/pull/1297) Faker::WorldCup updates [@JoaoHenriqueVale](https://github.com/JoaoHenriqueVale) - [PR #616](https://github.com/stympy/faker/pull/616) add german commerce translations [@weh](https://github.com/weh) @@ -1366,10 +1396,10 @@ - [PR #1288](https://github.com/stympy/faker/pull/1288) rake console changes - description and contributing.md [@MarcPer](https://github.com/MarcPer) - [PR #719](https://github.com/stympy/faker/pull/719) Random words to add should be 0 [@swapsCAPS](https://github.com/swapsCAPS) ### Documentation - [PR #1478](https://github.com/stympy/faker/pull/1478) Fixed documentation for Faker::Internet.password [@mrstebo](https://github.com/mrstebo) -- [PR #1453](https://github.com/stympy/faker/pull/1453) Add description to Rubocop cops [@vbrazo](https://github.com/vbrazo) +- [PR #1453](https://github.com/stympy/faker/pull/1453) Add description to RuboCop cops [@vbrazo](https://github.com/vbrazo) - [PR #1121](https://github.com/stympy/faker/pull/1121) Better docs for Faker::Food.description [@jujulisan](https://github.com/jujulisan) - [PR #1257](https://github.com/stympy/faker/pull/1257) Fix method name in Faker::SingularSiegler [@mrstebo](https://github.com/mrstebo) - [PR #1256](https://github.com/stympy/faker/pull/1256) Fixing documentation - Faker::Name to Faker::Zelda [@mrstebo](https://github.com/mrstebo) - [PR #1254](https://github.com/stympy/faker/pull/1254) Added missing documentation. [@mrstebo](https://github.com/mrstebo) - [PR #1252](https://github.com/stympy/faker/pull/1252) Add missing documentation - Faker::Address to Faker::Myst [@vbrazo](https://github.com/vbrazo)