Skip to content

Latest commit

Β 

History

History
233 lines (135 loc) Β· 12.9 KB

CHANGELOG.md

File metadata and controls

233 lines (135 loc) Β· 12.9 KB

4.0.0 (2023-09-26)

Bug Fixes

  • glob path separator must use '/' on Windows (#203) (c68a692)
  • use graphs instead (098f4e4)

3.0.1 (2022-08-18)

Bug Fixes

  • amend deprecated faker method (f0f41c4)

3.0.0 (2022-07-02)

Bug Fixes

  • chalk: revert to chalk version 4 (6347787)
  • cli: add cli to have esm and cjs mode like typeorm cli (aec7d09)
  • cli: fix yargs arguments (c328299)
  • fix call function (5f2f31b)
  • fix: fix call function (c6f1e9c)
  • lint: fix configuration of eslint (3fce893)
  • test: provide new argument ignoreDecorators (aa3c261)

Code Refactoring

  • all: update outdated packages, use yargs (e523d55)

Features

  • datasource: use new method to load dataSource (78559af)

BREAKING CHANGES

  • all: use new fakerjs package, some random functions was removed
  • datasource: ormconfig file should not work anymore, use dataSource file instead.

2.0.0 (2022-06-17)

Bug Fixes

  • ci: update github actions configuration to use last images (8a1c340)
  • update packages to have a compatibility with typeorm 0.3.* (c4ee8f7), closes #189

BREAKING CHANGES

  • Imcompatible with typeorm 0.2.0, this version uses the new datasource class of typeorm 0.3.0.

1.11.1 (2022-03-29)

Bug Fixes

1.11.0 (2022-03-20)

1.10.1 (2022-01-15)

1.10.0 (2022-01-15)

Features

  • support parsing null values as null (b5db29b)

1.9.1 (2021-01-17)

Bug Fixes

  • Recognize EJS over multiple lines (b3f6043)
  • update postinstall script (3cdc24f), closes #147

1.9.0 (2020-12-25)

Bug Fixes

  • removed ignore flag for class transformer decorators (f500747)

1.8.1 (2020-11-11)

1.8.0 (2020-09-16)

Bug Fixes

  • large datasets times scaling exponential (06a0235)
  • table names with underscores cannot be loaded (7aadf55)

Features

  • added faker locale support (2385ab9)

1.6.0 (2020-05-23)

Bug Fixes

  • check if entity method (191dd0f)
  • package: update cli-progress to version 3.0.0 (8cf6ff8)
  • package: update commander to version 3.0.0 (978d4c0)
  • package: update yargs-parser to version 14.0.0 (ce4f273)
  • package: update yargs-parser to version 15.0.0 (cba52a0)

Features

  • parses parameters from process.env (53e6f64)

1.3.6 (2019-08-16)

Bug Fixes

Features

  • add calculations to current (370cf46)
  • added support "export default" for ormconfig (0712ffc)
  • builder: added class-transformer support (32b242c)
  • current resolved as string (97fab7b)

Reverts

  • Revert "chore(release): 1.3.3 πŸŽ‰" (451fcdf)

1.1.5 (2019-06-02)

Bug Fixes

  • getting repository from established connection rather than default (868528a)
  • package: update resolve-from to version 5.0.0 (6197630)
  • update execute logic for __call (f105e52)

1.1.1 (2019-01-30)

Bug Fixes

  • processors: fixed unecessary usage of promise.resolve (1a56360)

Features

  • processors: use async processors (a2db3a5)

1.1.0 (2019-01-20)

Features

  • allow multiple paths in cli arguments (f672390)

1.0.0 (2019-01-14)

Bug Fixes

  • resolver: null peroperty (54437b8)

Features

  • cli: added require options (430e02c)

0.3.6 (2019-01-11)

0.3.5 (2019-01-10)

Bug Fixes

0.3.4 (2019-01-10)

Bug Fixes

  • parser: create getters for regexp (e3daccf)
  • resolver: resolve for nullable property (ce97ba3)

0.3.3 (2019-01-10)

Bug Fixes

  • cli: progress bar length (4825f3f)
  • resolver: resolve dependencies if used $current (47bd691)

Features

  • parser: add support booalen and number for faker (7d894b5)

0.2.4 (2019-01-07)

Bug Fixes

0.2.3 (2019-01-07)

Bug Fixes

  • processor: relevant path (c4ed99e)
  • test: integration assets (d287e4d)

Features

  • loader: load fixtures from file (9287180)

0.2.2 (2019-01-07)

Bug Fixes

0.2.1 (2019-01-05)

Features

0.2.0 (2019-01-03)

Bug Fixes

Features