Skip to content

Latest commit

 

History

History
107 lines (42 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

107 lines (42 loc) · 3.96 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.6.1 (2020-03-24)

Bug Fixes

  • fixtures: can generate non-entity classes (b284b72)

1.6.0 (2020-03-24)

Features

  • fixtures: exposed register method (35293d5)

1.5.0 (2020-03-20)

Bug Fixes

  • typings-generator: improved logic (749259d)

Features

  • cli: completed typings generator (a3a7470)
  • fixture: use class-fixtures-factory (f35ee25)

1.4.0 (2020-03-14)

Bug Fixes

  • fixtures: fixed make() typing (fed0f13)

Features

1.3.1 (2020-03-05)

Bug Fixes

  • fixtures: fixed oneAndPersist() typo (5987cc3)

1.3.0 (2020-03-04)

Bug Fixes

  • fixtures-factory: typo methpd -> method (c5794e5)

Features

  • fixtures-factory: added ignore() and with() (ab9bc8f)

1.2.0 (2020-03-04)

Bug Fixes

  • fixtures: added missing @Entity decorators (2b3203f)
  • fixtures-factory: handle number enums (e5b537b)

Features

  • fixture-factory: added 1:1 support (9f68d96)
  • fixtures: added fixtures package (2ad291a)
  • fixtures: added logger (2eb7db2)
  • fixtures-factory: added 1:m support (695ae3f)
  • fixtures-factory: added m:1 support (742fe99)
  • fixtures-factory: added oneAndPersist() and makeAndPersist() (b9505e8)
  • fixtures-factory: added scalar props support (3077c4d)
  • fixtures-factory: support m:n relationships (bdf6ced)