Skip to content

Releases: nicolasventer/SchemaGenerator

v1.1.1

23 Dec 15:48
Compare
Choose a tag to compare
  • fix getRandomElementsFn

v1.1.0

10 Dec 08:14
Compare
Choose a tag to compare
  • add shuffle
  • add getRandomElementsFn
  • rename getRandomEnumFn to getRandomElementFn
  • split getRandomNumberFn into getRandomIntFn and getRandomFloatFn

v1.0.0

07 Dec 07:52
Compare
Choose a tag to compare
  • type checking
  • works with javascript ts-check
  • unique_ function to ensure uniqueness of a generated field
  • randomString, randomInt, ... functions to generate random data (quick alternative to faker.js)
  • Store static class that allows to use a generated field in another