Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin faker to latest version 1.0.2 #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pyup-bot
Copy link
Contributor

This PR pins Faker to the latest release 1.0.2.

Changelog

1.0.2

--------------------------------------------------------------------------------------

* Fix state abbreviations for ``id_ID`` to be 2-letters. Thanks dt-ap.
* Fix format for ``city_with_postcode`` on ``de_DE`` locale. Thanks TZanke.
* Update ``person`` providers for ``zh_CN``. Thanks TimeFinger.
* Implement ``zipcode_in_state`` and aliases in ``en_US`` locale for generating
a zipcode for a specified state. Thanks mattyg.
* Group first names by gender on ``zh_CN`` provider. Thanks TimeFinger.

1.0.1

* 1 minor enhancement
 * Added safe_email method to get someaddressexample.com [Kazimierz Kiełkowicz]
* 1 bug fix:
 * Use the locale fallback properly when parsing string formats

1.0.0

* 2 major enhancements
 * Moved all formats to locale files
 * Stopped interfering with I18n's global settings for fallbacks
* 3 minor bug fixes:
 * Ruby 1.9.2 fixes [eMxyzptlk]
 * UTF8 fixes [maxmiliano]
 * Updated IPv4 generator to return valid addresses [Sylvain Desbureaux]
* Many minor enhancements:
 * Added bork locale for bork-ified lorem [johnbentcope]
 * Added IPv6 address generator [jc00ke]
 * Removed deprecation warnings for Arrayrand [chrismarshall]
 * Added German translation and I18n improvments [Matthias Kühnert]
 * Added Dutch translation [moretea]
 * Added Lat/Long generator [Andy Callaghan]
 * Added buzzword-laden title generator [supercleanse]
 * Added optional extended wordlist for lorem [chriskottom]
 * Updated German translation [Jan Schwenzien]
 * Locale improvements [suweller]
 * Added limit to lorem generator [darrenterhune]
 * Added Brazilian Portuguese translation [maxmiliano]
 * Added Australian translation [madeindata]
 * Added Canadian translation [igbanam]
 * Added Norwegian translation [kytrinyx]
 * Lots of translation-related cleanup [kytrinyx]

0.9.5

* 1 minor bug fix:
 * Fixed YAML [Aaron Patterson]
* 3 minor enhancements:
 * Added default rake task to run all tests [Aaron Patterson]
 * Removed shuffle method [Aaron Patterson]
 * Use psych if present [Aaron Patterson]

0.9.4

* 1 minor bug fix:
 * Stopped getting in the way of Rails' late locale loading

0.9.3

* 1 minor enhancement:
 * Added a faker namespace for translations

0.9.2

* 1 bug fix:
 * Stopped stomping on I18n load path

0.9.1

* 1 bug fix:
 * Stopped setting I18n default locale
* 1 major enhancement:
 * Added method_missing to Address to add methods based on data in locale files
* 1 minor enhancement:
 * Added Swiss locale [Lukas Westermann]

0.9.0

* 1 major enhancement:
 * Moved strings and some formats to locale files

0.8.18

---------------------------------------------------------------------------------------

* Change blood group from ``0`` (zero) to ``O`` (capital letter O). Some locales do use 'zero', but
``O`` is more common and it is the medical standard. Thanks mohi7solanki.
* Fix alpha-2 country code for Haiti. Thanks sevens-ef for the report.
* Fix abbreviation for Nunavut. Thanks straz for the report.
* Standardized ``postcode`` in address providers. Now all locales are guaranteed to have
a ``postcode`` method and may have a localized alias for it (eg: ``zipcode``). Thanks straz for
the report.
* Fix typo in ``pt_BR`` Person perovider. Thanks Nichlas.
* Fix timezone handling. Thanks Fraterius.
* Use tzinfo when provided in ``date_of_birth``. Thanks Kelledin.

0.8.17

-------------------------------------------------------------------------------------

* Add ``ein``, ``itin`` and refactored ``ssn`` Provider for ``en_US``. Thanks crd.
* Add ``job`` provider for ``zh_CN``. Thanks ramwin.
* Add ``date_of_birth`` provider. Thanks cdr.
* Add alpha-3 representation option for ``country-code`` provider. Thanks cdr.

0.8.16

-------------------------------------------------------------------------------------

* Fix test for CPF (Brazilian SSN). Thanks Rubens Takiguti Ribeiro.
* Fix Canadian SIN generation. Thanks crd.
* Fix Norwegian SSN date portion. Thanks frangiz.
* Add ``start_datetime`` argument for ``unix_time()``. Thanks crd.

0.8.15

------------------------------------------------------------------------------------

* Change logging level to ``DEBUG``.

0.8.14

------------------------------------------------------------------------------------

* Add possibility to make artificial ssn numbers for ``FI_fi``. Thanks kivipe.
* Update ``ko_KR`` person data based on statistics. Thanks unace.
* Improved logging. Thanks confirmationbias616.

0.8.13

--------------------------------------------------------------------------------------

* Add ``no_NO`` bank provider. Thanks cloveras.
* Add ``ipv4_network_class``, ``ipv4_private``, ``ipv4_public`` providers. Thanks ZuluPro.
* Add ``address_class`` and ``private`` arguments to ``ipv4`` provider. Thanks ZuluPro.
* Add ``currency``, ``currency_name``, ``cryptocurrency``, ``cryptocurrency_code`` and ``cryptocurrency_name`` to currency provider. Thanks ZuluPro.
* Add automotive provider for ``de_DE``. Thanks gsilvan.
* Fix edgecases for Finnish ``ssn`` provider. Thanks sanga.
* Add job provider for ``pt_BR``. Thanks paladini.
* Add ``unix_device`` and ``unix_partition`` to ``file`` provider. Thanks ZuluPro.
* Add ``random_lowercase_letter`` and ``random_uppercase_letter`` to the base provider. Thanks ZuluPro.
* Clarify CLI help. Thanks confirmationbias616.

0.8.12

--------------------------------------------------------------------------------------

* Fix issue with ``cx_Freeze``. Thanks sedominik.
* Add dutch ``nl_NL`` bank provider. Thanks PatSousa.
* Add ``distrito`` and ``freguesia`` to ``pt_PT`` ``address`` provider. Thanks ZuluPro.
* Fix  unicode issues with the ``person`` provider. Thanks karthikarul20.
* Add ``en_SG`` ``person`` provider. Thanks karthikarul20.
* Add street names to the Ukrainian address provider. Thanks cadmi.
* Add ``de_AT`` address provider. Thanks bessl.
* Fix credit card prefixes. Thanks jphalip.
* Fix capitalization in ``no_NO`` address provider. Thanks cloveras.
* Fix deprecated syntax for raw strings. Thanks dchudz.
* Add ``latitude`` and ``longitude`` to ``de_AT`` ``address`` provider. Thanks bessl.
* Fix incorrect value in list of middle name for locale ``ru_RU``. Thanks damirazo.

0.8.11

-----------------------------------------------------------------------------------------

* Add scheme selection for internet ``url`` provider. Thanks ProvoK.
* Increase lower bound on AD date generation. Thanks prophile.
* Add the ability to specify the min and max age for some ssn locales. Thanks frangiz.

0.8.10

---------------------------------------------------------------------------------------

* Pass ``python_requires`` argument to ``setuptools``. Thanks jdufresne.
* Remove some words from ``en_US`` lorem ipsum provider. Thanks Pomax.

0.8.9

-------------------------------------------------------------------------------------

* Remove support for Python 3.3. Thanks jdufresne.
* Allow past dates within a second. Thanks DanEEstar.
* Added phone number formatting to ``en_GB`` localisation to ensure no genuine phone numbers are generated. Thanks TheSapper.
* Added ``en_GB`` localisation for SSN (UK National Insurance Number). Thanks TheSapper.
* Added ``ro_RO`` person Provider. Thanks vasilesmartup.
* Added ``domain`` argument to ``email`` provider. Thanks lcd1232.

0.8.8

--------------------------------------------------------------------------------------

* made ``seed_instance`` return ``self`` for chainability.
* Add ``en_US`` locale for ``lorem``. Thanks shacker.
* ``fi_FI`` gender specific data added. Thanks mikkhola.
* ``fi_FI`` address and job lists updated. Thanks mikkhola.
* Add ``iban`` provider. Thanks cdaller.

0.8.7

--------------------------------------------------------------------------------------

* Corrected some issues with the Hungarian (``hu_HU``) providers, such as incorrectly capitalized company suffixes, street/road type names and place names. Thanks chrisvoncsefalvay.
* The Hungarian locale's ``providers.job.job`` provider now returns Hungarian job names, taken from the Hungarian National Statistical Office (KSH)'s 2008 survey nomenclature of employment (FEOR '08). Thanks chrisvoncsefalvay.
* Added ``he_IL`` locale. Thanks bjesus.
* Fix possible infinite loop in ``random_sample_unique``. Thanks 153957.
* Add aliases to make ``pt_BR`` address provider compatible ``with en_US``. Thanks diegoholiveira.
* Fix ResourceWarning in ``setup.py``. Thanks jdufresne.
* Update test requirements.

0.8.6

-------------------------------------------------------------------------------------

* Replace ``unidecode`` dependency in favor of ``text-unidecode``. Faker now requires `text-unidecode <https://pypi.org/project/text-unidecode/>`_.

0.8.5

-------------------------------------------------------------------------------------

* Add ASCII emails. Thanks barseghyanartur.
* Add ``id_ID`` Providers. Thanks Sidi Ahmad.
* Fix ``date_time.time_series()`` to ensure start and end bounds are inclusive. Thanks bijanvakili.
* Create a provider to Brazilian license plates. Thanks diegoholiveira.
* Use a proper international format for Ukrainian phone numbers. Thanks illia-v.
* Faker now requires Unidecode_.

.. _Unidecode: https://pypi.org/project/Unidecode/

0.8.4

---------------------------------------------------------------------------------------

* Move ``email_validator`` to ``test_requires`` and unpinned the version number.
* Date feature parity with datetime. Thanks noirbizarre.
* Add ``MSISDN`` in the ``phone_number`` provider. Thanks patrickporto.
* Add Arabic locales. Thanks ahmedaljazzar.
* Fix datetime issue on Windows. Thanks kungfu71186.

0.8.3

---------------------------------------------------------------------------------------

* Fix release build.

0.8.2

---------------------------------------------------------------------------------------

* Revert name change of ``faker.generator.random``. Thanks adamchainz.
* Document the global shared ``random.Random`` and ``seed_instance()``. Thanks adamchainz.

0.8.1

------------------------------------------------------------------------------------

* Rolled back breaking change in ``randomize_nb_elements``.

0.8.0

-------------------------------------------------------------------------------------
* Add ``identity_card_number`` for ``pl_PL`` ``person`` provider. Thanks pdaw.
* More descriptive error message when a formatter is not found. Thanks fcurella.
* Add ``time_series`` provider. Thanks fcurella.
* Add per-instance seeding via ``.seed_instance`` method. Thanks reverbc.
* Fix ``tz_TW`` ``address`` provider. Thanks clarmso.

0.7.18

-------------------------------------------------------------------------------------

* Generate proper dates before 1970. Thanks kungfu71186.
* Made it possible to seed ``.binary()``. Thanks kungfu71186.
* Add color names for ``hr_HR``. Thanks mislavcimpersak.
* Add implementation of ``ssn`` provider for the ``pl_PL`` locale. Thanks pdaw.
* Add ``pt_BR`` colors localization. Thanks ppcmiranda.
* Create a method for codes of cryptocurrencies in the currency provider. Thanks illia-v.
* Fix female name format typo in ``hu_HU`` person provider. Thanks swilcox.
* Fix deprecated usage of ``print`` statement in README. Thanks cclauss.
* Add gender-specific names for ``sv_SE`` person provider. Thanks swilcox.
* Add an implementation of `regon` for ``pl_PL`` company provider. Thanks pdaw.
* Addi an implementation of ``local_regon`` for ``pl_PL`` company provider. Thanks pdaw.
* Replace deprecated ``getargspec`` on py3. Thanks fcurella.
* Add new ``automotive`` provider. Thanks zafarali.
* Add an implementation of ``company_vat`` for ``pl_PL`` company provider. Thanks pdaw.
* Add Taiwan/Traditional character support for internet and lorem providers. Thanks bearnun.
* Use ``random.choices`` when available for better performance. Thanks catleeball.
* Refactor RGB color methods. Thanks catleeball.

0.7.17

-------------------------------------------------------------------------------------

* Fix a timezone issue with the ``date_time_between_dates`` provider.

0.7.16

-------------------------------------------------------------------------------------

* fix timezone issues with ``date_time_between`` provider.
* Add ``ext_word_list`` parameter to methods in the `Lorem` generator. Thanks guinslym.

0.7.15

-------------------------------------------------------------------------------------

* fix start and end date for datetime provider methods.

0.7.14

-------------------------------------------------------------------------------------

* fix ``future_date``, `and ``past_date`` bounds.

0.7.13

-------------------------------------------------------------------------------------

* Remove capitalisation from ``hu_HU`` addresses. Thanks Newman101.
* Add ``et_EE`` (Estonian) provider: names and ssn. Thanks trtd.
* Proper prefix for gender in ``pl_PL`` names. Thanks zgoda.
* Add DateTime provider for ``pl_PL``. Thanks zgoda.
* Add ``pl_PL`` internet data provider. Thanks zgoda.
* Fix diacritics in ``pl_PL`` street names. Thanks zgoda.
* Add ``future_date``, ``future_datetime``, ``past_date`` and ``past_datetime`` to DateTime Provider

0.7.12

------------------------------------------------------------------------------------

* Add Japanese lorem provider. Thanks richmondwang.
* Add hr_HR names of month and names of days. Thanks mislavcimpersak.
* Add sl_SI names of month and names of days. Thanks mislavcimpersak.
* Update the provider ``user_agent``. Thanks illia-v.
* Add russian words for date_time. Thanks iskhomutov.
* Add Georgian (``ka_GE``) person and address providers. Thanks GeorgeLubaretsi.
* Add company provider to hu_HU locale. Thanks Newman101.
* Allow subdomains for ``domain_name`` provider. Thanks hiagofigueiro.
* Implement hu_HU months + days. Thanks Newman101.
* Replacement rules for emails à->a, è->e in `de_DE` internet provider. Thanks Bergil32.

0.7.11

--------------------------------------------------------------------------------------

* Added french words for days and months. Thanks sblondon.
* Reorganized tests. Thanks grantbachman.
* Added file path provider. Thanks diegommarino.
* Fixed packaging issue with tests module. Thanks eukreign for the report.

0.7.10

-------------------------------------------------------------------------------------

* Add ISBN-10 and ISBN-13. Thanks grantbachman.
* Add colors for `fr_FR`. Thanks sblondon.

0.7.9

--------------------------------------------------------------------------------------

* Fix packaging isssue. Thanks jorti.

0.7.8

--------------------------------------------------------------------------------------

* Add a Russian language to color provider. Thanks kotyara1005.
* Correct UnboundLocalError in Finnish SSN generator. Thanks lamby.
* Create internet IT provider. Thanks GlassGruber.
* Add `fix_len` parameter to 'random_number'. Thanks vlad-ki.
* Support zh_CN lorem. Thanks yihuang.
* Customize chinese word connector. Thanks yihuang.
* Add more company data to `fa_IR`. Thanks aminalaee.
* Python 3.6 support. Thanks stephane.
* Add `hu_HU` providers. Thanks chrisvoncsefalvay.
* Fix tests failures.

0.7.7

--------------------------------------------------------------------------------------

* Fix no_NO postcodes. Thanks kdeldycke.
* Fix fa_IR city generator. Thanks kdeldycke.

0.7.6

--------------------------------------------------------------------------------------

* Fix packaging issue with `docs` directory. Thanks wyattanderson.

0.7.5

--------------------------------------------------------------------------------------

* Deprecate ``facke-factory`` package on PyPI.

0.7.4

--------------------------------------------------------------------------------------

* Add Ukrainian ``address`` provider. Thanks illia-v.
* Add Ukrainian ``internet`` provider. Thanks illia-v.
* Middle name support for ``person.ru_RU`` provider. Thanks zeal18.
* Add ``address``, ``company``, ``internet`` ans ``SSN`` provider for ``ru_RU``. Thanks zeal18.
* Improved ``address.pl_PL`` provider. Thanks pkisztelinski.
* Add date and time object providers. Thanks jtojnar.
* Refactor Korean address methods. Thanks item4.
* Add provider for locale `nl_BE` (address, phone, ssn). Thanks vema.
* Add additional job titles. Thanks wontonst.
* Add Ukrainian color provider. Thanks illia-v.
* Add support to brazilian company IDs (CNPJ). Thanks lamenezes.
* Improve the Internet provider. Thanksillia-v.
* Improve the Ukrainian person provider. Thanks illia-v.
* Improve some SSN providers. Thanks illia-v.
* Improve code samples in `README.rst` and `docs/index.rst`. Thanks illia-v.
* Improve the method `locale`. Thanks illia-v.
* Fix `pyfloat`. Thanks illia-v.
* Allow left/right_digits=0 for pyfloat. Thanks mnalt.
* update fa_IR person names and phone numbers. Thanks aminalaee.

0.7.3

---------------------------------------------------------------------------------------

* ``date_time_this_century`` now returns ``datetime`` s outside the current decade. Thanks JarUrb.
* Add support for localized jobs for ``hr_HR``. Thanks mislavcimpersak.
* Adding support for Croatian ``hr_HR`` ssn (oib). Thanks mislavcimpersak.
* Rename PyPI package to ``Faker``.

0.6.0

-------------------------------------------------------------------------------------

* Dropped Python 2.6 support

0.5.11

---------------------------------------------------------------------------------------

* Add optional parameter `sex` to `profile` and `simple_profile`. Thanks navyad.
* Fix whitespace in dk_DK provider last_names/last_name. Thanks iAndriy.
* Fix utf8 coding issue with ``address/fi_FI`` provider. Thanks delneg.
* ! Latest version to support Python 2.6

0.5.10

--------------------------------------------------------------------------------------

* Fix random_sample_unique. Thanks cecedille1.

0.5.9

----------------------------------------------------------------------------------

* Add more ``pt_BR`` names. Thanks cuducos.
* Added ``en_GB`` names. Thanks jonny5532.
* Add romanized internet provider for ``zh_CN``.
* Add ``fr_CH`` providers. Thanks gfavre.

0.5.8

----------------------------------------------------------------------------------

* Improve CLI output and help. Thanks cbaines.
* Update ``en_US`` anmes to be more realistic. Thanks dethpickle.
* Modify pystr provider to accept a minimum number of characters. Thanks tamarbuta.
* Add `job` Provider for ``zh_TW``. Thanks weihanglo.
* Modify ``zh_TW`` phone number for a more valid format. Thanks weihanglo.
* Reduce the maximum value of start timestamps. Thanks cbaines.
* Add `random_sample` and `random_sample_unique`. Thanks bengolder.

0.5.7

-----------------------------------------------------------------------------------

* Repackage to resolve PyPI issue.

0.5.6

-----------------------------------------------------------------------------------

* Add date handling for datetime functions. Thanks rpkilby.
* Discern male and female first names in pt_BR. Thanks gabrielusvicente.

0.5.5

--------------------------------------------------------------------------------------

* Specify help text for command line. Thanks cbaines.

0.5.4

--------------------------------------------------------------------------------------

* Expose Provider's random instance. Thank gsingers for the suggestion.
* Make sure required characters are in the password. Thanks craig552uk.
* Add ``internet`` and ``job`` Providers for ``fa_IR``. Thanks hamidfzm.
* Correct Poland phone numbers. Thanks fizista.
* Fix brittly tests due to seconds elapsed in-between comparison
* Allow unicode in emails and domains. Thanks zdelagrange for the report.
* Use ``dateutil`` for computing next_month. Thanks mark-love, rshk.
* Fix tests module import. Thanks jorti for the report.
* Handle unexpected length in ``ean()``. Thanks michaelcho.
* Add internet provider for ``ja_JP``. Thanks massa142.
* Add Romanized Japanese person name. Thanks massa142.
* Add tzinfo support to datetime methods. Thanks j0hnsmith.
* Add an 'office' file extensions category. Thanks j0hnsmith.
* Generate name according to profile's sex. Thanks Dutcho for the report.
* Add ``bs_BA`` phone number and internet provider. Thanks elahmo.
* Add a SSN provider for ``zh_CN``. Thanks felixonmars.
* Differentiate male and female first names in ``fr_FR`` locale. Thanks GregoryVds
* Add Maestro credit card. Thanks anthonylauzon.
* Add ``hr_HR`` localization. Thanks mislavcimpersak.
* Update ``de_DE`` first names. Thanks WarrenFaith and mschoebel.
* Allow generation of IPv4 and IPv6 network address with valid CIDR. Thanks kdeldycke.
* Unittest IPv4 and IPv6 address and network generation. Thanks kdeldycke.
* Add a new provider to generate random binary blob. Thanks kdeldycke.
* Check that randomly produced language codes are parseable as locale by the
factory constructor. Thanks kdeldycke.
* Fix chinese random language code. Thanks kdeldycke.
* Remove duplicate words from Lorem provider. Thanks jeffwidman.

0.5.3

---------------------------------------------------------------------------------------

* Added ``company_vat`` to company ``fi_FI`` provider. Thanks kivipe.
* Seed a Random instance instead of the module. Thanks Amy Hanlon.
* Fixed en_GB postcodes to be more realistic. Thanks mapleoin for the report.
* Fixed support for Python 3 in the python provider. Thanks derekjamescurtis.
* Fixed U.S. SSN generation. Thanks jschaf.
* Use environment markers for wheels. Thanks RonnyPfannschmidt
* Fixed Python3 issue in ``pyiterable`` and ``pystruct`` providers. Thanks derekjamescurtis.
* Fixed ``en_GB`` postcodes to be more realistic. Thanks mapleoin.
* Fixed and improved performance of credit card number provider. Thanks 0x000.
* Added Brazilian SSN, aka CPF. Thanks ericchaves.
* Added female and male names for ``fa_IR``. Thanks afshinrodgar.
* Fixed issues with Decimal objects as input to geo_coordinate. Thanks davy.
* Fixed bug for ``center`` set to ``None`` in geo_coordinate. Thanks davy.
* Fixed deprecated image URL placeholder services.
* Fixed provider's example formatting in documentation.
* Added en_AU provider. Thanks xfxf.

0.5.2

----------------------------------------------------------------------------------

* Added ``uuid4`` to ``misc`` provider. Thanks Jared Culp.
* Fixed ``jcb15`` and ``jcb16`` in ``credit_card`` provider. Thanks Rodrigo Braz.
* Fixed CVV and CID code generation in `credit_card` provider. Thanks Kevin Stone.
* Added ``--include`` flag to command line tool. Thanks Flavio Curella.
* Added ``country_code`` to `address`` provider. Thanks elad101 and Tobin Brown.

0.5.1

-------------------------------------------------------------------------------

* Fixed egg installation. Thanks David R. MacIver, kecaps
* Updated person names for ``ru_RU``. Thanks mousebaiker.
* Updated ko_KR locale. Thanks Lee Yeonjae.
* Fixed installation to install importlib on Python 2.6. Thanks Guillaume Thomas.
* Improved tests. Thanks Aarni Koskela, kecaps, kaushal.
* Made Person ``prefixes``/``suffixes`` always return strings. Thanks Aarni Koskela.
* ``pl_PL`` jobs added. Thanks Dariusz Choruży.
* Added ``ja_JP`` provider. Thanks Tatsuji Tsuchiya, Masato Ohba.
* Localized remaining providers for consistency. Thanks Flavio Curella.
* List of providers in compiled on runtime and is not hardcoded anymore. Thanks Flavio Curella.
* Fixed State names in ``en_US``. Thanks Greg Meece.
* Added ``time_delta`` method to ``date_time`` provider. Thanks Tobin Brown.
* Added filename and file extension methods to ``file`` provider. Thanks Tobin Brown.
* Added Finnish ssn (HETU) provider. Thanks kivipe.
* Fixed person names for ``pl_PL``. Thanks Marek Bleschke.
* Added ``sv_SE`` locale providers. Thanks Tome Cvitan.
* ``pt_BR`` Provider: Added ``catch_phrase`` to Company provider and fixed names in Person Provider. Thanks Marcelo Fonseca Tambalo.
* Added ``sk_SK`` localized providers. Thanks viktormaruna.
* Removed ``miscelleneous`` provider. It is superceded by the ``misc`` provider.

0.5.0

-------------------------------------------------------------------------------

* Localized providers
* Updated ``ko_KR`` provider. Thanks Lee Yeonjae.
* Added ``pt_PT`` provider. Thanks João Delgado.
* Fixed mispellings for ``en_US`` company provider. Thanks Greg Meece.
* Added currency provider. Thanks Wiktor Ślęczka
* Ensure choice_distribution always uses floats. Thanks Katy Lavallee.
* Added ``uk_UA`` provider. Thanks Cyril Tarasenko.
* Fixed encoding issues with README, CHANGELOG and setup.py. Thanks Sven-Hendrik Haase.
* Added Turkish person names and phone number patterns. Thanks Murat Çorlu.
* Added ``ne_NP`` provider. Thanks Sudip Kafle.
* Added provider for Austrian ``de_AT``. Thanks Bernhard Essl.

0.4.2

---------------------------------------------------------------------------------

* Fixed setup

0.4.1

-------------------------------------------------------------------------------

* Added MAC address provider. Thanks Sébastien Béal.
* Added ``lt_LT`` and ``lv_LV`` localized providers. Thanks Edgar Gavrik.
* Added ``nl_NL`` localized providers. Thanks LolkeAB, mdxs.
* Added ``bg_BG`` localized providers. Thanks Bret B.
* Added ``sl_SI``. Thanks to janezkranjc
* Added distribution feature. Thanks to fcurella
* Relative date time. Thanks to soobrosa
* Fixed ``date_time_ad`` on 32bit Linux. Thanks mdxs.
* Fixed ``domain_word`` to output slugified strings.

0.4

-----------------------------------------------------------------------------

* Modified en_US ``person.py`` to ouput female and male names. Thanks Adrian Klaver.
* Added SSN provider for ``en_US`` and ``en_CA``. Thanks Scott (milliquet).
* Added ``hi_IN`` localized provider. Thanks Pratik Kabra.
* Refactoring of command line

0.3.2

-------------------

* New provider: Credit card generator
* Improved Documentor

0.3.1

* 1 minor enhancement:
 * Added city to Address

0.3

-----------------

* PEP8 style conversion (old camelCased methods are deprecated!)
* New language: ``pt_BR`` (thanks to rvnovaes)
* all localized provider now uses ``from __future__ import unicode_literals``
* documentor prints localized provider after all defaults
* FIX tests for python 2.6

0.3.0

* 3 major enhancements:
 * Added Lorem to generate fake Latin
 * Added secondary_address to Address, and made inclusion of
 secondary address in street_address optional (false by
 default).
 * Added UK address methods [Caius Durling]

0.2.1

* 1 major enhancement:
 * Dropped facets to avoid conflict with ActiveSupport
* 2 minor enhancements:
 * Changed the output of user_name to randomly separate with a . or _
 * Added a few tests

0.2

-----------------

* New providers: ``Python``, ``File``
* Providers imported with ``__import__``
* Module is runnable with ``python -m faker [name] [*args]``
* Rewrite fake generator system (allow autocompletation)
* New language: French
* Rewrite module ``__main__`` and new Documentor class

0.1

-----------------

* First release


Change Log

HEAD Unreleased

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 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)
- [PR 1377](https://github.com/stympy/faker/pull/1377) Fallback translation without available locales enforcement [deivid-rodriguez](https://github.com/deivid-rodriguez)
- [PR 1368](https://github.com/stympy/faker/pull/1368) Don't force enforce_available_locales [deivid-rodriguez](https://github.com/deivid-rodriguez)
- [PR 1355](https://github.com/stympy/faker/pull/1355) Fix global clear of unique values for Faker::UniqueGenerator [kolasss](https://github.com/kolasss)
- [PR 1335](https://github.com/stympy/faker/pull/1335) Fix Company.luhn_algorithm and add missing tests [01max](https://github.com/01max)
- [PR 1334](https://github.com/stympy/faker/pull/1334) Faker::Number.leading_zero_number should always start with 0 [vbrazo](https://github.com/vbrazo)
- [PR 1317](https://github.com/stympy/faker/pull/1317) Change Faker::Lorem.multibyte logic [ShabelnikM](https://github.com/ShabelnikM)
- [PR 527](https://github.com/stympy/faker/pull/527) Fix time period test that could result in a flake test within 15 days [melonhead901](https://github.com/melonhead901)
- [PR 1310](https://github.com/stympy/faker/pull/1310) Add alias for middle_name and remove locale [vbrazo](https://github.com/vbrazo)

Chores
- [PR 1496](https://github.com/stympy/faker/pull/1496) Update yaml format in docs [SpyMaster356](https://github.com/SpyMaster356)
- [PR 1508](https://github.com/stympy/faker/pull/1508) Changes before release [vbrazo](https://github.com/vbrazo)
- [PR 1490](https://github.com/stympy/faker/pull/1490) Add missing Faker::HeroesOfTheStorm tests [vbrazo](https://github.com/vbrazo)
- [PR 1457](https://github.com/stympy/faker/pull/1457) Add tests for new Faker::Internet.slug glue [vbrazo](https://github.com/vbrazo)
- [PR 1434](https://github.com/stympy/faker/pull/1434) Add keyword argument to Faker::Games::Dota.quote [vbrazo](https://github.com/vbrazo)
- [PR 1420](https://github.com/stympy/faker/pull/1420) Add Faker::JapaneseMedia namespace [boardfish](https://github.com/boardfish)
- [PR 1411](https://github.com/stympy/faker/pull/1411) Add several missing locales [vbrazo](https://github.com/vbrazo)
- [PR 1403](https://github.com/stympy/faker/pull/1403) Faker::SouthPark => Faker::Movies::SouthPark [vbrazo](https://github.com/vbrazo)
- [PR 1401](https://github.com/stympy/faker/pull/1401) Faker::GratefulDead => Faker::Movies::GratefulDead [vbrazo](https://github.com/vbrazo)
- [PR 1362](https://github.com/stympy/faker/pull/1362) Faker::Types minor cleanup [stephengroat](https://github.com/stephengroat)
- [PR 1347](https://github.com/stympy/faker/pull/1347) Remove launchy dependency [vbrazo](https://github.com/vbrazo)
- [PR 1311](https://github.com/stympy/faker/pull/1311) Target Ruby 2.3 [tagliala](https://github.com/tagliala)
- [PR 372](https://github.com/stympy/faker/pull/372) Add test_password_could_achieve_max_length [oleksii-ti](https://github.com/oleksii-ti)

Deprecation
- [PR 1504](https://github.com/stympy/faker/pull/1504) Add Quotes namespace [vbrazo](https://github.com/vbrazo)
- Deprecates `::FamousLastWords`, `::Matz`, `::MostInterestingManInTheWorld`, `::Robin`, `::Shakespeare`, `::SingularSiegler`, `::Yoda`
- [PR 1503](https://github.com/stympy/faker/pull/1503) Add Books namespace [vbrazo](https://github.com/vbrazo)
- Deprecates `::Dune`, `Lovecraft`
- [PR 1480](https://github.com/stympy/faker/pull/1480) Add Music, Movies and TvShows namespaces [vbrazo](https://github.com/vbrazo)
- Deprecates `::Hobbit`, `HitchhikersGuideToTheGalaxy`, `::HarryPotter`, `::RockBand`, `::MichaelScott`, `::RuPaul`
- [PR 1481](https://github.com/stympy/faker/pull/1481) Add Blockchain namespace [vbrazo](https://github.com/vbrazo)
- Deprecates `::Bitcoin`, `::Ethereum`, `::Tezos`
- [PR 1471](https://github.com/stympy/faker/pull/1471) Add music and movies namespace [vbrazo](https://github.com/vbrazo)
- Deprecates `::BackToTheFuture`, `::Lebowski`, `::LordOfTheRings`, `::PrincessBride`, `::StarWars`, `::UmphreysMcgee`, `::VForVendetta`
- [PR 1469](https://github.com/stympy/faker/pull/1469) Deprecate Faker::Hobbit and reorganize unreleased docs and tests [vbrazo](https://github.com/vbrazo)
- Deprecates `::Hobbit`
- [PR 1431](https://github.com/stympy/faker/pull/1431) Add Faker::TvShows namespace [SpyMaster356](https://github.com/SpyMaster356)
- Deprecates `::AquaTeenHungerForce`, `::BojackHorseman`, `::BreakingBad`, `::Buffy`, `::Community`, `::DrWho`, `::DumbAndDumber`, `::FamilyGuy`, `::Friends`, `::GameOfThrones`, `::HeyArnold`, `::HowIMetYourMother`, `::NewGirl`, `::ParksAndRec`, `::RickAndMorty`, `::Seinfeld`, `::SiliconValley`, `::Simpsons`, `::SouthPark`, `::StarTrek`, `::Stargate`, `::StrangerThings`, `::TheFreshPrinceOfBelAir`, `::TheITCrowd`, `::TheThickOfIt`, `::TwinPeaks`, `::VentureBros`
- [PR 1412](https://github.com/stympy/faker/pull/1412) Add Faker::Games namespace [ChaoticBoredom](https://github.com/ChaoticBoredom)
- Deprecates `::Dota`, `::ElderScrolls`, `::Fallout`, `::LeagueOfLegends`, `::Myst`, `::Overwatch`, `::Pokemon`, `::Witcher`, `::WorldOfWarcraft` and `::Zelda`
- [PR 1424](https://github.com/stympy/faker/pull/1424) Add Faker::Creature namespace [ChaoticBoredom](https://github.com/ChaoticBoredom)
- Deprecates `::Cat` and `::Dog`
- [PR 1420](https://github.com/stympy/faker/pull/1420) Add Faker::JapaneseMedia namespace [boardfish](https://github.com/boardfish)
- Deprecates `::DragonBall`, `::OnePiece` and `::SwordArtOnline`
- [PR 803](https://github.com/stympy/faker/pull/803) Modify Faker::Educator, Fix 576 [ghbooth12](https://github.com/ghbooth12)

Documentation
- [PR 1513](https://github.com/stympy/faker/pull/1513) Fix typo in Faker::Code documentation [iox](https://github.com/iox)
- [PR 1497](https://github.com/stympy/faker/pull/1497) add TV Shows to table of contents [SpyMaster356](https://github.com/SpyMaster356)
- [PR 1488](https://github.com/stympy/faker/pull/1488) Fix unreleased docs [vbrazo](https://github.com/vbrazo)
- [PR 1462](https://github.com/stympy/faker/pull/1462) Fix documentation on Faker::Avatar [mrstebo](https://github.com/mrstebo)
- [PR 1445](https://github.com/stympy/faker/pull/1445) Separate README.md: unreleased and latest version [vbrazo](https://github.com/vbrazo)
- [PR 1243](https://github.com/stympy/faker/pull/1243) Add image file method to placeholdit [nicolas-brousse](https://github.com/nicolas-brousse)
- [PR 1419](https://github.com/stympy/faker/pull/1419) Update CONTRIBUTING.md [vbrazo](https://github.com/vbrazo)
- [PR 1414](https://github.com/stympy/faker/pull/1414) Fixing spelling mistake in Docs for Vehicle [snoozins](https://github.com/snoozins)
- [PR 1408](https://github.com/stympy/faker/pull/1408) Add Verbs example to README [matheusteixeira](https://github.com/matheusteixeira)
- [PR 1380](https://github.com/stympy/faker/pull/1380) Update year in License.txt [dnamsons](https://github.com/dnamsons)
- [PR 1364](https://github.com/stympy/faker/pull/1364) Update readme for Faker::Code to fix typo [matt297](https://github.com/matt297)
- [PR 1360](https://github.com/stympy/faker/pull/1360) added sushi and sorted by word [yizknn](https://github.com/yizknn)
- [PR 1357](https://github.com/stympy/faker/pull/1357) Fix South Africa documentation [bradleymarques](https://github.com/bradleymarques)
- [PR 1354](https://github.com/stympy/faker/pull/1354) Update docs for Lorem [softwaregravy](https://github.com/softwaregravy)
- [PR 1353](https://github.com/stympy/faker/pull/1353) Update documentation for Faker::Number [softwaregravy](https://github.com/softwaregravy)
- [PR 1329](https://github.com/stympy/faker/pull/1329) Update docs on behavior of price [softwaregravy](https://github.com/softwaregravy)

Feature Request
- [PR 1493](https://github.com/stympy/faker/pull/1493) Add Faker::Books::CultureSeries [richardbulger](https://github.com/richardbulger)
- [PR 1489](https://github.com/stympy/faker/pull/1489) Format brazilian_company_number and brazilian_citizen_number [jpkarvonen](https://github.com/jpkarvonen)
- [PR 1487](https://github.com/stympy/faker/pull/1487) Add Faker::TvShows::TheExpanse [jpkarvonen](https://github.com/jpkarvonen)
- [PR 1475](https://github.com/stympy/faker/pull/1475) Adds Faker::Nation.flag [JonathanWThom](https://github.com/JonathanWThom)
- [PR 1387](https://github.com/stympy/faker/pull/1387) Add Faker::Music::Phish [nbolser](https://github.com/nbolser)
- [PR 1430](https://github.com/stympy/faker/pull/1430) Adding Faker::Company.brazilian_company_number [gabteles](https://github.com/gabteles)
- [PR 1449](https://github.com/stympy/faker/pull/1449) Add Faker::Coin [jerryskye](https://github.com/jerryskye)
- [PR 1466](https://github.com/stympy/faker/pull/1466) Add Faker::Address.country_name_to_code(name: 'united_states') [vbrazo](https://github.com/vbrazo)
- [PR 1465](https://github.com/stympy/faker/pull/1465) Add Faker.country(country_code: nil) [vbrazo](https://github.com/vbrazo)
- [PR 1460](https://github.com/stympy/faker/pull/1460) Add Faker::Marketing [susiirwin](https://github.com/susiirwin)
- [PR 1451](https://github.com/stympy/faker/pull/1451) Add first name 'Simão' and title prefix to 'Eng.' [jellyfunk](https://github.com/jellyfunk)
- [PR 1433](https://github.com/stympy/faker/pull/1433) Add Faker::DrivingLicence [jellyfunk](https://github.com/jellyfunk)
- [PR 1440](https://github.com/stympy/faker/pull/1440) Add Faker::Subscription [fabersky](https://github.com/fabersky)
- [PR 1438](https://github.com/stympy/faker/pull/1438) Add Faker::Football.position [fblupi](https://github.com/fblupi)
- [PR 1426](https://github.com/stympy/faker/pull/1426) Add Faker::PhoneNumber.country_code [AmrAdelKhalil](https://github.com/AmrAdelKhalil)
- [PR 1427](https://github.com/stympy/faker/pull/1427) Add Faker::Games::SuperSmashBros [boardfish](https://github.com/boardfish)
- [PR 1410](https://github.com/stympy/faker/pull/1410) Add Faker::Vehicle.singapore_license_plate [anonoz](https://github.com/anonoz)
- [PR 1422](https://github.com/stympy/faker/pull/1422) Add Faker::Games::SonicTheHedgehog [boardfish](https://github.com/boardfish)
- [PR 1413](https://github.com/stympy/faker/pull/1413) Add Faker::Games::Heroes [tangens](https://github.com/tangens)
- [PR 1409](https://github.com/stympy/faker/pull/1409) Add DC Comics titles [matheusteixeira](https://github.com/matheusteixeira)
- [PR 1400](https://github.com/stympy/faker/pull/1400) Add Faker::Movies::Ghostbusters [eddorre](https://github.com/eddorre)
- [PR 1399](https://github.com/stympy/faker/pull/1399) Add Faker::Games::HeroesOfTheStorm [illsism](https://github.com/illsism)
- [PR 1396](https://github.com/stympy/faker/pull/1396) Add Faker::Creature::Animal [molbrown](https://github.com/molbrown)
- [PR 1382](https://github.com/stympy/faker/pull/1382) Adding Faker::IDNumber.brazilian_citizen_number [bschettino](https://github.com/bschettino)
- [PR 1062](https://github.com/stympy/faker/pull/1062) Markdown exclude method [russellschmidt](https://github.com/russellschmidt)
- [PR 1381](https://github.com/stympy/faker/pull/1381) Add Faker::Games::HalfLife [jthomp](https://github.com/jthomp)
- [PR 1374](https://github.com/stympy/faker/pull/1374) Add Faker::Beer.brand [thalesap](https://github.com/thalesap)
- [PR 1302](https://github.com/stympy/faker/pull/1302) Add Faker::Alphanumeric [mtancoigne](https://github.com/mtancoigne)
- [PR 1156](https://github.com/stympy/faker/pull/1156) Add Faker::Json [the-wendell](https://github.com/the-wendell)
- [PR 1359](https://github.com/stympy/faker/pull/1359) Add Faker::Tezos [Pierre-Michard](https://github.com/Pierre-Michard)
- [PR 1366](https://github.com/stympy/faker/pull/1366) Add Faker::Seinfeld.business [dsgraham](https://github.com/dsgraham)
- [PR 1358](https://github.com/stympy/faker/pull/1358) Add cat breed for Japanese [yizknn](https://github.com/yizknn)
- [PR 1365](https://github.com/stympy/faker/pull/1365) Add Faker::Number.within [QuantumWaver](https://github.com/QuantumWaver)
- [PR 1336](https://github.com/stympy/faker/pull/1336) Implements and tests South African business registration numbers [bradleymarques](https://github.com/bradleymarques)
- [PR 1346](https://github.com/stympy/faker/pull/1346) Add Faker::Relationship [QuantumWaver](https://github.com/QuantumWaver)
- [PR 1348](https://github.com/stympy/faker/pull/1348) Add Faker::Finance.vat_number [vbrazo](https://github.com/vbrazo)
- [PR 1342](https://github.com/stympy/faker/pull/1342) Added Faker::CryptoCoin scope [jacksonpires](https://github.com/jacksonpires)
- [PR 1338](https://github.com/stympy/faker/pull/1338) Add new translations to the en-ZA locale [bradleymarques](https://github.com/bradleymarques)
- [PR 1341](https://github.com/stympy/faker/pull/1341) Add Faker::Construction [benwyrosdick](https://github.com/benwyrosdick)
- [PR 1130](https://github.com/stympy/faker/pull/1130) Faker::Vehicle API updates [lucasqueiroz](https://github.com/lucasqueiroz)
- [PR 1324](https://github.com/stympy/faker/pull/1319) Add Faker::SouthAfrica [bradleymarques](https://github.com/bradleymarques)
- [PR 1319](https://github.com/stympy/faker/pull/1319) Added Faker::DC Comics [JoelLindow](https://github.com/JoelLindow)
- [PR 1320](https://github.com/stympy/faker/pull/1320) Add Faker::Buffy [inveterateliterate](https://github.com/inveterateliterate)
- [PR 1148](https://github.com/stympy/faker/pull/1148) Adding Industry Segments Class [cdesch](https://github.com/cdesch)
- [PR 893](https://github.com/stympy/faker/pull/893) Add Faker::ChileRut [oxfist](https://github.com/oxfist)
- [PR 1315](https://github.com/stympy/faker/pull/1315) Add Faker::GratefulDead [wileybaba](https://github.com/wileybaba)
- [PR 1314](https://github.com/stympy/faker/pull/1314) Add Faker::SouthPark [saurabhudaniya200](https://github.com/saurabhudaniya200)
- [PR 1313](https://github.com/stympy/faker/pull/1313) Add Faker::Restaurant [dwhitlow](https://github.com/dwhitlow)
- [PR 1307](https://github.com/stympy/faker/pull/1307) Add "exclude" method to UniqueGenerator [mtancoigne](https://github.com/mtancoigne)
- [PR 1115](https://github.com/stympy/faker/pull/1115) Add Faker::Cosmere [JauntyJames](https://github.com/JauntyJames)
- [PR 801](https://github.com/stympy/faker/pull/801) Add Faker::NHS - Support for the British National Health Service [substrakt-health](https://github.com/substrakt-health)

Suggestion
- [PR 1246](https://github.com/stympy/faker/pull/1246) Store list of generators with enabled uniqueness for faster clear [MarcPer](https://github.com/MarcPer)

Update/add locales
- [PR 1509](https://github.com/stympy/faker/pull/1509) Fix Faker::Address.country_by_code [IlyasValiullov](https://github.com/IlyasValiullov)
- [PR 1492](https://github.com/stympy/faker/pull/1492) Fix abbreviation for Osten [sonOfRa](https://github.com/sonOfRa)
- [PR 1499](https://github.com/stympy/faker/pull/1499) Adds some items on pt-BR locales seniority and education levels. And removes duplicated items from cities list. [ramonlg](https://github.com/ramonlg)
- [PR 1501](https://github.com/stympy/faker/pull/1501) fix asajj_ventress alternate name [ethan-dowler](https://github.com/ethan-dowler)
- [PR 1502](https://github.com/stympy/faker/pull/1502) Add support for Armenian language [hovikman](https://github.com/hovikman)
- [PR 1486](https://github.com/stympy/faker/pull/1486) Added some professions in company.yml [ReneIvanov](https://github.com/ReneIvanov)
- [PR 1474](https://github.com/stympy/faker/pull/1474) Fr format and translation [maxime-lenne](https://github.com/maxime-lenne) 
- [PR 1468](https://github.com/stympy/faker/pull/1468) Update "Black Pink" to "Blackpink" [agungyuliaji](https://github.com/agungyuliaji)
- [PR 1464](https://github.com/stympy/faker/pull/1464) Add dog breed for Japanese [yizknn](https://github.com/yizknn)
- [PR 1461](https://github.com/stympy/faker/pull/1461) Add Orphea to heroes of the storm locale file. [eddorre](https://github.com/eddorre)
- [PR 1458](https://github.com/stympy/faker/pull/1458) Update Faker::DragonBall.characters locales [JoaoHenriqueVale](https://github.com/JoaoHenriqueVale)
- [PR 1450](https://github.com/stympy/faker/pull/1450) Update device list and serial codes [raresabr](https://github.com/raresabr)
- [PR 1443](https://github.com/stympy/faker/pull/1443) Add new array of cities from brazil [WilliamCSA04](https://github.com/WilliamCSA04)
- [PR 1447](https://github.com/stympy/faker/pull/1447) Add Maroon 5 and Paramore to music [Jcambass](https://github.com/Jcambass)
- [PR 1446](https://github.com/stympy/faker/pull/1446) fix: Remove deplicate 'color' from ja.yml [yizknn](https://github.com/yizknn)
- [PR 1441](https://github.com/stympy/faker/pull/1441) Add Faker::Job pt-BR locales [wellingtongvs](https://github.com/wellingtongvs)
- [PR 1428](https://github.com/stympy/faker/pull/1428) Add Faker::Games::SonicTheHedgehog.game [boardfish](https://github.com/boardfish)
- [PR 1415](https://github.com/stympy/faker/pull/1415) Add new Overwatch items [lucasqueiroz](https://github.com/lucasqueiroz)
- [PR 1407](https://github.com/stympy/faker/pull/1407) Add more data for Faker::Friends [JIntrocaso](https://github.com/JIntrocaso)
- [PR 1402](https://github.com/stympy/faker/pull/1402) Update heroes_of_the_storm.yml [eddorre](https://github.com/eddorre)
- [PR 1398](https://github.com/stympy/faker/pull/1398) Fix female_first_name and male_first_name [vbrazo](https://github.com/vbrazo)
- [PR 1395](https://github.com/stympy/faker/pull/1395) Add middle_name to other locales [vbrazo](https://github.com/vbrazo)
- [PR 1394](https://github.com/stympy/faker/pull/1394) Add name_with_middle - es locale and missing tests [vbrazo](https://github.com/vbrazo)
- [PR 1393](https://github.com/stympy/faker/pull/1393) Add missing pt-BR methods and locale tests [vbrazo](https://github.com/vbrazo)
- [PR 1392](https://github.com/stympy/faker/pull/1392) Add missing locales/methods for Faker::Name pt-BR [heitorado](https://github.com/heitorado)
- [PR 1391](https://github.com/stympy/faker/pull/1391) Add state abbr for Sergipe and Tocatins [VSPPedro](https://github.com/VSPPedro)
- [PR 1390](https://github.com/stympy/faker/pull/1390) Add more Dutch names [EhsanZ](https://github.com/EhsanZ)
- [PR 1386](https://github.com/stympy/faker/pull/1386) Add locale file for Arabic language and test it [EhsanZ](https://github.com/EhsanZ)
- [PR 1385](https://github.com/stympy/faker/pull/1385) Updated license plate by state for Brazil [edgardmessias](https://github.com/edgardmessias)
- [PR 1373](https://github.com/stympy/faker/pull/1373) 📝 Correct some minor spelling errors [mermop](https://github.com/mermop)
- [PR 1372](https://github.com/stympy/faker/pull/1372) Add space planet and galaxy for Japanese [yizknn](https://github.com/yizknn)
- [PR 1370](https://github.com/stympy/faker/pull/1370) Add missed comma [7up4](https://github.com/7up4)
- [PR 1352](https://github.com/stympy/faker/pull/1352) Add Japanese Food Sushi for Japanese and English [yizknn](https://github.com/yizknn)
- [PR 1343](https://github.com/stympy/faker/pull/1343) Update cell phone format to be phonelib compatible for Vietnam locale [Looooong](https://github.com/Looooong)
- [PR 1340](https://github.com/stympy/faker/pull/1340) Fix typos and additions for Faker::Esport [Mayurifag](https://github.com/Mayurifag)
- [PR 1332](https://github.com/stympy/faker/pull/1332) Fix typo in buffy.big_bads [tragiclifestories](https://github.com/tragiclifestories)
- [PR 1327](https://github.com/stympy/faker/pull/1327) fixed 2 quotes [MinimumViablePerson](https://github.com/MinimumViablePerson)
- [PR 1316](https://github.com/stympy/faker/pull/1316) Add more dishes to the menu [bjacquet](https://github.com/bjacquet)

------------------------------------------------------------------------------
[v1.9.1](https://github.com/stympy/faker/tree/v1.9.1) (2018-07-11)
[Full Changelog](https://github.com/stympy/faker/compare/v1.8.7...v1.9.1)

Feature Request

- [PR 1476](https://github.com/stympy/faker/pull/1476) Add Faker::House [jguthrie100](https://github.com/jguthrie100)
- [PR 1308](https://github.com/stympy/faker/pull/1308) Add Faker::BojackHorseman [saurabhudaniya200](https://github.com/saurabhudaniya200)
- [PR 1292](https://github.com/stympy/faker/pull/1292) Add Faker::Bank - account_number and routing_number [vbrazo](https://github.com/vbrazo)
- [PR 1300](https://github.com/stympy/faker/pull/1300) Add Faker::GreekPhilosophers [15ngburton](https://github.com/15ngburton)
- [PR 1004](https://github.com/stympy/faker/pull/1004) Add Faker::Ethereum [kaizenx](https://github.com/kaizenx)
- [PR 551](https://github.com/stympy/faker/pull/551) Add gender to name generator [Maicolben](https://github.com/Maicolben)
- [PR 1283](https://github.com/stympy/faker/pull/1283) Add Faker::Military [jjasghar](https://github.com/jjasghar)
- [PR 1279](https://github.com/stympy/faker/pull/1279) Add Faker::HarryPotter.spell [A9u](https://github.com/A9u)
- [PR 799](https://github.com/stympy/faker/pull/799) Faker::ElectricalComponents [bheim6](https://github.com/bheim6)
- [PR 1050](https://github.com/stympy/faker/pull/1050) Add Faker::Invoice to generate valid bank slip references [onnimonni](https://github.com/onnimonni)
- [PR 817](https://github.com/stympy/faker/pull/817) Faker::Lorem.multibyte for multibyte chars [frankywahl](https://github.com/frankywahl)
- [PR 877](https://github.com/stympy/faker/pull/877) Add Canada SIN generator in Faker::Code [gkunwar](https://github.com/gkunwar)
- [PR 1268](https://github.com/stympy/faker/pull/1268) Add Faker::Nation.national_sport [gkunwar](https://github.com/gkunwar)
- [PR 1273](https://github.com/stympy/faker/pull/1273) Add Faker::Device [vbrazo](https://github.com/vbrazo)
- [PR 1272](https://github.com/stympy/faker/pull/1272) Add Faker::DrWho.actor [timcustard](https://github.com/timcustard)
- [PR 1270](https://github.com/stympy/faker/pull/1270) Add Faker::Name.middle_name [vbrazo](https://github.com/vbrazo)
- [PR 1266](https://github.com/stympy/faker/pull/1266) Add Faker::Science.element_symbol [timcustard](https://github.com/timcustard)
- [PR 1101](https://github.com/stympy/faker/pull/1101) Add Faker::Company.czech_organisation_number [jindrichskupa](https://github.com/jindrichskupa)
- [PR 1265](https://github.com/stympy/faker/pull/1265) Add Faker::WorldCup [snayrouz](https://github.com/snayrouz)
- [PR 1141](https://github.com/stympy/faker/pull/1141) Add Faker::Coffee.intensifier [oyeanuj](https://github.com/oyeanuj)
- [PR 1260](https://github.com/stympy/faker/pull/1260) Add Faker::Auto features to Faker::Vehicle [mrstebo](https://github.com/mrstebo)
- [PR 1259](https://github.com/stympy/faker/pull/1259) Add the ability to add separators to emails. [aamarill](https://github.com/aamarill)
- [PR 1064](https://github.com/stympy/faker/pull/1064) Add Faker::Markdown.sandwich [russellschmidt](https://github.com/russellschmidt)
- [PR 1222](https://github.com/stympy/faker/pull/1222) Add paragraph_by_chars functionality [jguthrie100](https://github.com/jguthrie100)
- [PR 1107](https://github.com/stympy/faker/pull/1107) Add tokens to Faker::Stripe [wecohere](https://github.com/wecohere)
- [PR 1258](https://github.com/stympy/faker/pull/1258) Remove simplecov-console and add coverage_report rake task [vbrazo](https://github.com/vbrazo)
- [PR 1247](https://github.com/stympy/faker/pull/1247) Generate capital city of random Nation [gkunwar](https://github.com/gkunwar)
- [PR 1250](https://github.com/stympy/faker/pull/1250) House appliances [rafaelcpalmeida](https://github.com/rafaelcpalmeida)
- [PR 1239](https://github.com/stympy/faker/pull/1239) Update Faker::Food to separate out Fruits and Veggies [susiirwin](https://github.com/susiirwin)
- [PR 1221](https://github.com/stympy/faker/pull/1221) Updated the Readme file with the new logo [tobaloidee](https://github.com/tobaloidee)
- [PR 1109](https://github.com/stympy/faker/pull/1109) Added Princess Bride [jayphodges](https://github.com/jayphodges)
- [PR 987](https://github.com/stympy/faker/pull/987) Add Faker::Cannabis class [GhostGroup](https://github.com/GhostGroup)
- [PR 1199](https://github.com/stympy/faker/pull/1199) Add Faker::StrangerThings [Connerh92](https://github.com/Connerh92)
- [PR 1129](https://github.com/stympy/faker/pull/1129) Added SingularSiegler quotes [splashinn](https://github.com/splashinn)
- [PR 1235](https://github.com/stympy/faker/pull/1235) Added Faker::Community [vbrazo](https://github.com/vbrazo)
- [PR 1144](https://github.com/stympy/faker/pull/1144) Added polish_register_of_national_economy and polish_taxpayer_identification_number [rafalpetryka](https://github.com/rafalpetryka)
- [PR 1201](https://github.com/stympy/faker/pull/1201) Adding Currency Symbol to Faker [SaimonL](https://github.com/SaimonL)
- [PR 1230](https://github.com/stympy/faker/pull/1230) Add Faker::SwordArtOnline [lnchambers](https://github.com/lnchambers)
- [PR 792](https://github.com/stympy/faker/pull/792) Add Faker::FamousLastWords [susiirwin](https://github.com/susiirwin)
- [PR 1174](https://github.com/stympy/faker/pull/1174) Dota API: Str Heroes, heroes quotes, Items, Teams, Players [felipesousafs](https://github.com/darylf)
- [PR 1220](https://github.com/stympy/faker/pull/1220) Updates for Faker::Myst [SpyMaster356](https://github.com/SpyMaster356)
- [PR 1218](https://github.com/stympy/faker/pull/1218) Add Faker::Myst [SpyMaster356](https://github.com/SpyMaster356)
- [PR 818](https://github.com/stympy/faker/pull/818) LoremFlickr support [mrstebo](https://github.com/mrstebo)
- [PR 1192](https://github.com/stympy/faker/pull/1192) Space: Added space launch vehicule [gauth-ier](https://github.com/Gauth-ier)
- [PR 1211](https://github.com/stympy/faker/pull/1211) Add bands, genres, and albums to Music [jmkoni](https://github.com/jmkoni)
- [PR 1215](https://github.com/stympy/faker/pull/1215) Added Nato Phonetic Alphabet [timcustard](https://github.com/timcustard)
- [PR 1209](https://github.com/stympy/faker/pull/1209) Add Faker::Source [graciano](https://github.com/graciano)
- [PR 1147](https://github.com/stympy/faker/pull/1147) Add Spanish citizen id and docs [PuZZleDucK](https://github.com/PuZZleDucK)
- [PR 1189](https://github.com/stympy/faker/pull/1189) Add Faker::Football [AlexGascon](https://github.com/AlexGascon)
- [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 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)
- [PR 1281](https://github.com/stympy/faker/pull/1281) Some competitions were in the coaches array [Eusebiotrigo](https://github.com/Eusebiotrigo)
- [PR 1103](https://github.com/stympy/faker/pull/1103) Fix inconsistent capitalization in dishes, ingredients and spices, and some other small issues under 'food' [evrimfeyyaz](https://github.com/evrimfeyyaz)
- [PR 1262](https://github.com/stympy/faker/pull/1262) Add fr_CH locale [elentras](https://github.com/elentras)
- [PR 1261](https://github.com/stympy/faker/pull/1261) Add fr_CA locale [elentras](https://github.com/elentras)
- [PR 1275](https://github.com/stympy/faker/pull/1275) Fix typo; RedWine should be two words [johnmuhl](https://github.com/johnmuhl)
- [PR 1269](https://github.com/stympy/faker/pull/1269) Update Faker::ProgrammingLanguage.name locales [vbrazo](https://github.com/vbrazo)
- [PR 1140](https://github.com/stympy/faker/pull/1140) Add Estonian and Latvian locales [maciej-szlosarczyk](https://github.com/maciej-szlosarczyk)
- [PR 1249](https://github.com/stympy/faker/pull/1249) Update list of name prefixes for sv locale. [kamilbielawski](https://github.com/kamilbielawski)
- [PR 1228](https://github.com/stympy/faker/pull/1228) Added Japanese color to yml [katao](https://github.com/katao)
- [PR 1106](https://github.com/stympy/faker/pull/1106) Adds turkish phone number formats [zasman](https://github.com/ZASMan)
- [PR 794](https://github.com/stympy/faker/pull/794) Adding country code + minor locale updates [vveliev](https://github.com/vveliev)
- [PR 439](https://github.com/stympy/faker/pull/439) Remove Eichmann surname [jonahwh](https://github.com/jonahwh)
- [PR 1203](https://github.com/stympy/faker/pull/1203) Finnish locale has 50 most common male, female, and last names [Glenf](https://github.com/Glenf)
- [PR 1183](https://github.com/stympy/faker/pull/1183) Correct the spelling of Gringotts [rhoen](https://github.com/rhoen)
- [PR 1236](https://github.com/stympy/faker/pull/1236) Updates dessert faker [susiirwin](https://github.com/susiirwin)
- [PR 1229](https://github.com/stympy/faker/pull/1229) sv.yml: Typos [olleolleolle](https://github.com/olleolleolle)
- [PR 1108](https://github.com/stympy/faker/pull/1108) Update Faker::Dessert [natalietate](https://github.com/natalietate)
- [PR 1122](https://github.com/stympy/faker/pull/1122) Fix formatting for Brazilian phone and cell phone numbers [lucasqueiroz](https://github.com/lucasqueiroz)
- [PR 1138](https://github.com/stympy/faker/pull/1138) Update locales - Faker::Overwatch [tanner0101](https://github.com/tanner0101)
- [PR 1117](https://github.com/stympy/faker/pull/1117) Added Ukrainian entries to yml [RomanIsko](https://github.com/RomanIsko)

Bug/Fixes
- [PR 1305](https://github.com/stympy/faker/pull/1305) Fix YAML syntax - single quote escape (on vehicle.yml) [YumaInaura](https://github.com/YumaInaura)
- [PR 1196](https://github.com/stympy/faker/pull/1196) Fix PhoneNumber in es-MX [drewish](https://github.com/drewish)
- [PR 1133](https://github.com/stympy/faker/pull/1133) Fix I18n 0.9.3 compatibility [tagliala](https://github.com/tagliala)
- [PR 1292](https://github.com/stympy/faker/pull/1292) Fix flexible keys crashing when current locale does not provide them [deivid-rodriguez](https://github.com/deivid-rodriguez)
- [PR 1274](https://github.com/stympy/faker/pull/1274) Allow Faker::Address.zip_code to have leading zero [igor-starostenko](https://github.com/igor-starostenko)
- [PR 1241](https://github.com/stympy/faker/pull/1241) Add missing tests reported by SimpleCov [aamarill](https://github.com/aamarill)
- [PR 1240](https://github.com/stympy/faker/pull/1240) Add some tests [aamarill](https://github.com/aamarill)
- [PR 1238](https://github.com/stympy/faker/pull/1238) pluralized file to match link name in the readme [Connerh92](https://github.com/Connerh92)
- [PR 1232](https://github.com/stympy/faker/pull/1232) Fix file permissions [tagliala](https://github.com/tagliala)
- [PR 1205](https://github.com/stympy/faker/pull/1205) Show the type of field that violated a uniqueness constraint [AndrewRayCode](https://github.com/AndrewRayCode)
- [PR 1227](https://github.com/stympy/faker/pull/1227) Update RuboCop to 0.56.0 [tagliala](https://github.com/tagliala)
- [PR 1225](https://github.com/stympy/faker/pull/1225) Test against latest Ruby versions [tagliala](https://github.com/tagliala)
- [PR 1134](https://github.com/stympy/faker/pull/1134) Test against latest Ruby versions [tagliala](https://github.com/tagliala)
- [PR 1223](https://github.com/stympy/faker/pull/1223) Fix minitest warnings [vbrazo](https://github.com/vbrazo)
- [PR 1198](https://github.com/stympy/faker/pull/1198) Rename methods on Faker::Types to avoid shadowing ruby standard methods [MarcPer](https://github.com/MarcPer)
- [PR 1142](https://github.com/stympy/faker/pull/1142) Missing i18n jobs fix [PuZZleDucK](https://github.com/PuZZleDucK)
- [PR 1213](https://github.com/stympy/faker/pull/1213) Add missing tests after adding Coveralls [vbrazo](https://github.com/vbrazo)
- [PR 1212](https://github.com/stympy/faker/pull/1212) Coveralls should ignore test folder [vbrazo](https://github.com/timcustard)
- [PR 1181](https://github.com/stympy/faker/pull/1181) Fix: Moved the Google Omniauth key id_info from root into extra [SirRawlins](https://github.com/SirRawlins)
- [PR 1207](https://github.com/stympy/faker/pull/1207) use default rake task [stephengroat](https://github.com/stephengroat)
- [PR 1136](https://github.com/stympy/faker/pull/1136) Modify Faker::Internet.slug [philduffen](https://github.com/philduffen)
- [PR 1170](https://github.com/stympy/faker/pull/1170) First_name and last_name should use the parse method - :ru locale [vbrazo](https://github.com/vbrazo)
- [PR 1197](https://github.com/stympy/faker/pull/1197) Fixes NL postcode [JonathanWThom](https://github.com/JonathanWThom)
- [PR 1172](https://github.com/stympy/faker/pull/1172) Fix Fixnum reference warning [vbrazo](https://github.com/vbrazo)
- [PR 1173](https://github.com/stympy/faker/pull/1173) Fix tests warning [vbrazo](https://github.com/vbrazo)

Chores
- [PR 1304](https://github.com/stympy/faker/pull/1304) Fix Faker::Source ruby language examples [YumaInaura](https://github.com/YumaInaura)
- [PR 1306](https://github.com/stympy/faker/pull/1306) Rename Internetuser_name to username [tylerhunt](https://github.com/tylerhunt)
- [PR 1293](https://github.com/stympy/faker/pull/1293) Update RuboCop to 0.57.2 [tagliala](https://github.com/tagliala)
- [PR 1294](https://github.com/stympy/faker/pull/1294) Simpler requiring of test helper [deivid-rodriguez](https://github.com/deivid-rodriguez)
- [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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant