v1.0.0
- Refactored fakers to use ES6 classes.
- Created a
Faker
class that contains all fakers and is injected into each Faker module so that they can share functionality. - Improved test coverage.
- New ES6 classes allow stubbing of other faker classes so we can do less work when testing our Faker modules.