You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the Bank faker (and the Regexify class) (#122)
* Added documentation.
* Added the BankFaker to the main faker object.
* Added some bank data.
* Added the Regexify class for generating fake data from a regular expression.
* Split up regex replacements into separate files so we can test them individually.
* Implemented the BankFaker
* Added coverage tasks.
Added the MichaelScott faker. (#117)
* Added the documentation.
* Added the data.
* Implemented the MichaelScott faker.
* Added the MichaelScott faker to the main faker classes.
Added the Music faker (#105)
* Added the documentation.
* Added the data for the Music faker.
* Implemented the Music faker.
* Added the MusicFaker to the main faker class.
Added the Hacker faker (#102)
* Added the documentation.
* Added the data for the Hacker faker.
* Implemented the Hacker faker.
* Added the HackerFaker to the main faker classes.
Added the ChuckNorris faker (#100)
* Added the documentation
* Added the data for the ChuckNorris faker
* Implemented the ChuckNorrisFaker
* Added the ChuckNorrisFaker to the main faker classes.
Added the PhoneNumber faker (#96)
* Added the documentation.
* Implemented the PhoneNumberFaker.
* Added the PhoneNumberFaker to the main faker classes.