Releases: faker-ruby/faker
v2.8.1
v2.8.1 (2019-12-06)
Bug/Fixes
Documentation
- PR #1852 Add YARD docs for Faker::Business. @connorshea
- PR #1851 Add YARD docs for Faker::Crypto. @connorshea
- PR #1850 Add YARD docs for Faker::Kpop. @connorshea
- PR #1849 Add YARD docs for Faker::BossaNova. @connorshea
- PR #1848 Add YARD Docs for Faker::Demographic. @connorshea
- PR #1844 Fix yard doc in contribution @vikas95prasad
- PR #1802 Add YARD doc for Faker::Food @sap1enza
- PR #1766 Add YARD docs for Faker::Address @connorshea
Refactoring
- PR #1847 Makes minor refactors on Internet.domain_name method @tiagofsilva
- PR #1772 Refactor Faker::Educator and add docs @connorshea
Update local dependencies
- Update rubocop requirement from = 0.76.0 to = 0.77.0 (#1843)
v2.8.0
Bugfixes
Chores
Documentation
- PR #1837 docs: Internet #email, #domain do not control TLD @olleolleolle
- PR #1833 Explain safe_email method @swrobel
- PR #1810 Add yard docs for Faker::Coffee methods @LuanGB
- PR #1803 add YARD doc for Faker::Coin @sap1enza @connorshea
- PR #1799 Remove 'See below examples' for consistency @DevUsmanGhani
- PR #1793 add Faker::Relationship YARD docs @DevUsmanGhani
Feature Request
- PR #1808 Adds domain option for Internet email and domain_name methods @tiagofsilva
Update locales
- PR #1841 Fix strange result from
Lorem.wordin ja locale @yujideveloper - PR #1839 added new heroes, new maps and almost all of the quotes @TCsTheMechanic
Update local dependencies
- PR #1831 Update rake requirement from = 13.0.0 to = 13.0.1 @DevUsmanGhani
v2.7.0
v2.7.0 (2019-11-01)
This version:
- adds
Faker::IDNumber.chilean_id - updates some translations/locales
- updates local dependencies
- adds SemVer badge
Documentation
- PR #1814 Add Discord link @vbrazo
- PR #1289 Add SemVer compatibility badge to README @greysteil
Feature request
- PR #1819 Adding chilean_id in Faker::IDNumber @cristofer
Update locales
- PR #1824 Added Canadian Country Code @clinch
- PR #1817 Add Japanese animal names @shouichi
- PR #1816 Add Japanese bank names @shouichi
- PR #1813 Translate Canadian provinces for fr-CA @Bhacaz
- PR #1806 Add Terry Bogard to Super Smash Bros. options @clinch
Update local dependencies
v2.6.0
v2.6.0 (2019-10-10)
This version:
- adds
Faker::Date.in_date_period - adds
Faker::WorldCupYARD docs - updates local dependencies
Documentation
- PR #1789
Faker::WorldCupYARD docs @ashishra0
Feature Request
- PR #1755 Add
Faker::Date.in_date_period@AmrAdelKhalil
Update local dependencies
The following development dependencies were updated:
v2.5.0
v2.5.0 (2019-30-09)
This version introduces:
- locales for Thai language - the mother language in Thailand
- YARD documentation for faker interfaces
- locales updates or fixes
Feature Request
Documentation
- PR #1771 Fix some rubocop comments that were showing up in YARD docs. @connorshea
- PR #1768 Add YARD docs for Faker::Restaurant. @connorshea
- PR #1767 Fix two incorrect flexible method calls. @connorshea
- PR #1761 Add YARD docs for the Basketball and Football fakers. @connorshea
- PR #1759 Add YARD docs for all remaining TV Shows @connorshea
- PR #1758 Add YARD docs for Doctor Who and fix a method name. @connorshea
- PR #1756 Add more miscellaneous YARD docs @connorshea
- PR #1753 Add YARD docs for Date, Time, and Number @connorshea
Update locales
- PR #1764 Remove "mint green" from color @ro-savage
- PR #1751 fix from Color.name to Color.color_name @4geru
Update local dependencies
The following development dependencies were updated:
- Update minitest requirement from = 5.11.3 to = 5.12.0 (#1763)
v2.4.0
v2.4.0 (2019-19-09)
Summary
Bump version to 2.4.0 to introduce Faker::Blockchain::Aeternity generator.
2.4.0 also fixes several locales and documentation.
Documentation
- PR #1750 add only japanese word spec @4geru
- PR #1740 Add more YARD docs @connorshea
- PR #1747 Fix PR links @geniou
Feature Request
Update locales
- PR #1743 Fix another ambiguity in element_symbol field @psibi
- PR #1748 fix typo from bread to breed @4geru
- PR #1752 fix creature i18n path in japanese @4geru
Update local dependencies
The following development dependencies were updated:
- Update simplecov requirement from = 0.17.0 to = 0.17.1 (#1749)
v2.3.0
v2.3.0 (2019-12-09)
Documentation
- PR #1741 Fix the .gitignore for YARD. @connorshea
- PR #1553 Yard powered docs @Zeragamba @connorshea
- PR #1727 Remove Football documentation from wrong category @lucasqueiroz
Feature Request
Update locales
- PR #1732 Add pokemon name in Johto area @mathieujobin
- PR #1723 Quebec province postal codes starts by [GHJ], adding missing two @Ryutooooo
v2.2.2
v2.2.1
v2.2.1 (2019-30-08)
Bug/Fixes
Faker::Number.number(digits: 1) was always returning 0.
Fixing number with one digit caused the test_insignificant_zero to fail. As it seemed that the behavior tested by test_insignificant_zero was already covered by test_number and test_decimal, we removed it to prevent duplication.
v2.2.0
v2.2.0 (2019-27-08)
Deprecate
Add deprecation warning for positional arguments to notify users that are coming from Faker version < 2.0. Its main goal is to make upgrades easier.
Documentation
- PR #1688 Update README install instructions @EduardoGHdez
- PR #1689 Update README.md @Zeragamba
- PR #1690 Update issue url in PULL_REQUEST_TEMPLATE @bugtender
- PR #1703 Return HTTPS URLs from Lorem Flickr @connorshea
Feature Request
- PR #1686 Update test-unit gem to 3.3.3 @connorshea