Releases: floydspace/prisma-sequelize-generator
Releases · floydspace/prisma-sequelize-generator
v1.0.0-beta.5
17 Sep 09:39
Compare
Sorry, something went wrong.
No results found
Features
support js code models generation (bb915d0 )
v1.0.0-beta.4
14 Sep 21:39
Compare
Sorry, something went wrong.
No results found
Bug Fixes
do not generate unnecessary code (e5fe2ac )
v1.0.0-beta.3
11 Sep 22:15
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta.2
11 Sep 22:09
Compare
Sorry, something went wrong.
No results found
Bug Fixes
bug in models associations, make factory synchronous, fix readme (b8f4b2d )
v1.0.0-beta.1
11 Sep 18:58
Compare
Sorry, something went wrong.
No results found
Features
accept sequelize options on create instance (d509e78 )
cleanup generated file structure, improve model initialization (f1b5730 )
support enums (69e1d96 )
v1.0.0-alpha.3
10 Sep 23:34
Compare
Sorry, something went wrong.
No results found
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 )
v1.0.0-alpha.2
17 Aug 23:04
Compare
Sorry, something went wrong.
No results found
Bug Fixes
release: add missed scripts preparing build (98f5fef )
v1.0.0-alpha.1
17 Aug 22:52
Compare
Sorry, something went wrong.
No results found
1.0.0-alpha.1 (2021-08-17)
Features
implement basic generator (87165fa )
Bug Fixes
ci: do not run husky in ci (f69abef )