Skip to content

Releases: knicklabs/faker-schema

2.0.0

15 Jun 00:02
Compare
Choose a tag to compare

Switches peer dependency from faker to @faker-js/faker, which is the new official Faker project.

1.0.2

16 Oct 03:42
Compare
Choose a tag to compare

This update does not include any code changes. It updates the README to make sure that npmjs.org is showing the most up-to-date version of the README.

1.0.1

16 Oct 03:34
Compare
Choose a tag to compare

This update fixes two issues:

  1. The Schema::make() method should always return an array. Previously it would return an array unless there was one result, in which case, it would return a single object.
  2. The Schema::make() method should return an empty array by default. Previously it would return a single object.

These changes were made for consistency. make() should always returns an array. makeOne() should always return a single object.

1.0.0

16 Oct 03:02
Compare
Choose a tag to compare

1.0.0 is the official initial release of faker-schema.