Skip to content

Tags: mrstebo/FakerDotNet

Tags

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added the MichaelScott faker. (#117)

* Added the documentation.

* Added the data.

* Implemented the MichaelScott faker.

* Added the MichaelScott faker to the main faker classes.

v1.0.5

Toggle v1.0.5's commit message
Added a test to make sure an error is thrown if the size is not valid.

v1.0.4

Toggle v1.0.4's commit message
Added additional test for the Department method.

v1.0.3

Toggle v1.0.3's commit message
Added LordOfTheRings faker (#84)

* Added requested feature

* Added the docs.

* Fixed the ordering.

* Updated the data class.

Closes #84

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added the PhoneNumber faker (#96)

* Added the documentation.

* Implemented the PhoneNumberFaker.

* Added the PhoneNumberFaker to the main faker classes.

v0.1.0

Toggle v0.1.0's commit message
Updated the next-version in the GitVersion config.