Skip to content

Latest commit

 

History

History
70 lines (33 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

70 lines (33 loc) · 3.46 KB

1.0.0-beta.5 (2021-09-17)

Features

  • support js code models generation (bb915d0)

1.0.0-beta.4 (2021-09-14)

Bug Fixes

  • do not generate unnecessary code (e5fe2ac)

1.0.0-beta.3 (2021-09-11)

Bug Fixes

1.0.0-beta.2 (2021-09-11)

Bug Fixes

  • bug in models associations, make factory synchronous, fix readme (b8f4b2d)

1.0.0-beta.1 (2021-09-11)

Features

  • accept sequelize options on create instance (d509e78)
  • cleanup generated file structure, improve model initialization (f1b5730)
  • support enums (69e1d96)

1.0.0-alpha.3 (2021-09-10)

Features

  • generate relation associations (637e367)
  • support hasOne and hasMany relations (8d63d3f)
  • generator: generate primary key and timestamps and other field props properly (23b1ece)

Bug Fixes

  • env: load and parse database url in runtime (efe8b97)
  • sequelize: no need to parse db url, sequelize accepts it (7ed9a04)

1.0.0-alpha.2 (2021-08-17)

Bug Fixes

  • release: add missed scripts preparing build (98f5fef)

1.0.0-alpha.1 (2021-08-17)

Features

  • implement basic generator (87165fa)

Bug Fixes

  • ci: do not run husky in ci (f69abef)