Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Releases: onechiporenko/lair

v3.1.0

25 Nov 18:52
Compare
Choose a tag to compare
  • Allow custom ID for factories

v3.0.1

22 Nov 14:25
Compare
Choose a tag to compare
v3.0.1

v3.0.0

22 Nov 14:21
Compare
Choose a tag to compare
  • Factories now are subclasses of class Factrory
  • Attributes now are decorated with @field, @hasOne, @hasMany and @sequenceItem.
  • Factories extending now works just like simple class extending:
class ParentFactory extends Factory {}
class ChildFactory extends ParentFactory {}

v2.1.0

01 Oct 12:58
Compare
Choose a tag to compare
  • Allow ignoreRelated to be a boolean to ignore all related factories
  • Record is renamed to LairRecord
  • Use ESLint and Prettier

v2.0.2

25 Sep 21:58
Compare
Choose a tag to compare

Update dependencies and prepare for further changes
Cleanup published files