Skip to content

Releases: teamMay/factory

v2.1.0 (2026/01/13)

14 Jan 12:54

Choose a tag to compare

New

  • 🔧 Node 24 support

Fix

  • 🏷️ factory buildMany type update

Internals

  • ⬆️ Bump payload versions, @typescript-eslint/eslint-plugin@types/node from 25.0.3 to 25.0.6, @typescript-eslint/parser from 8.51.0 to 8.53.0, @swc/core from 1.15.7 to 1.15.8, @typescript-eslint/eslint-plugin, eslint from 9.39.1 to 9.39.2, ts-jest from 29.4.5 to 29.4.6, prettier from 3.6.2 to 3.7.4, typeorm from 0.3.27 to 0.3.28

v2.0.4 (2025/11/27)

27 Nov 10:28

Choose a tag to compare

Missing files in previous build

v2.0.3 (2025/11/27)

27 Nov 10:28

Choose a tag to compare

Fix

  • 🐛 Export ObjectFactory at the root level

Internals

  • ⬆️ Bump deps
  • 🔧 Update yarn version
  • 🎨 Remove unused imports through the project

v2.0.2 (2025/11/05)

06 Nov 09:39

Choose a tag to compare

Fix

  • 🐛 draft on payload is not used to set publication state + allow external modification of default locale

v2.0.0 (2025/11/03)

03 Nov 14:41

Choose a tag to compare

New

  • ✨ add adapter arguments to create and createMany
  • ✨ Payload factories

Breaking change

  • Factory class is now abstract. It is replaced by ObjectFactory class

v1.1.0 (2025/05/27)

27 May 12:34

Choose a tag to compare

New

  • New seed feature: create a seed utils to load factories and create entities in the database.
    See Readme for usage.
    This feature is quite new and experimental, please report any issue you may encounter.

Internals

  • ⬆️ Upgrade all deps
  • 📝 Update README with new seed feature
  • 🔧 Use yarn@4

v1.0.1 (2025/05/16)

16 May 10:24

Choose a tag to compare

This build fixes the issue with the dist folder. All files are now in the root of the dist folder.

Internals

  • ⬆️ Minor upgrade of all deps (typeorm)

v1.0.0 (2025/05/16)

16 May 09:28

Choose a tag to compare

⚠️ This build should not be used. All files are under the src folder within dist. This may break your import and the typing of the package. Please use next version.

  • 💥 BREAKING CHANGE : minimum node version expected : 20.18

New

  • ✨ Add support to declare factory without entity and interface only

Internals

  • ⬆️ Upgrade all deps
  • 💚 codecov integration

v0.3.0 (2024/05/30)

30 May 12:57

Choose a tag to compare

  • ⬆️ Upgrade all deps
  • 🏷️ Evolve typing to allow usage of LazyAttribute, Sequence etc... outside of factory definition and directly within factories instances.
  • 💥 BREAKING CHANGE : Drop support for node 18, start support for node 20

v0.2.1 (2023/08/28)

29 Aug 08:57

Choose a tag to compare

  • ⬆️ Upgrade all deps
  • ✨ Adding a first version of SECURITY.md file (quite empty for now)
  • ✏️ Correct typo in copyright in LICENSE
  • 🔧 Dependabot config: .github config