Skip to content

v1.0.0

Compare
Choose a tag to compare
@mrstebo mrstebo released this 22 May 22:03
· 123 commits to master since this release
  • 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.