File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# sequelize-auto change log
2
2
3
+ ## [ 0.8.7] - 2021-12-08
4
+
5
+ * Don't write field comments for mssql, because it throws error in sequelize.sync() (#567 )
6
+ * Add ` --noIndexes ` option (#563 )
7
+ * Add ` --indentation ` command line option to control indent size (#561 )
8
+ * Append an underscore if model name is a reserved word (#562 , #570 )
9
+ * Remove 'esmd' lang option and standardize 'useDefine' behavior
10
+ * Remove dialect ` canAliasPK ` check for generating fieldnames. (#571 ) _ This was a workaround to a sequelize bug that has been fixed._
11
+ * TypeScript: fix syntax for HasOneCreateAssociationMixin
12
+ * TypeScript: make field optional if ` autoIncrement ` instead of ` primaryKey ` (#572 )
13
+ * Fix case-senstive column name when querying views in mysql (#579 )
14
+ * Fix field comparison casing (#576 )
15
+ * TypeScript: Make timestamp fields not required for creation (#577 )
16
+ * Support mysql 'year' type (#575 )
17
+
3
18
## [ 0.8.6] - 2021-12-01
4
19
5
20
* Add ` useDefine ` option to use ` sequelize.define ` instead of ` init ` (#559 , #573 )
17
32
## [ 0.8.4] - 2021-08-06
18
33
19
34
* Fix ` --noAlias ` option to never write aliases except for many-to-many relations (#515 )
20
- * Add ` -l esmd ` for ES modules with "define" syntax instead of classes (#527 ) (thanks @retfah )
35
+ * Add ` -l esmd ` for ES modules with "define" syntax instead of classes (#527 ) (thanks @retfah ) (removed in 0.8.6 in favor of ` --useDefine ` )
21
36
* Fix problem with ` paranoid ` not in output when additional.paranoid specified (#529 )
22
37
* Fix alias generation for column names that differ only by singular/plural (#533 ) (thanks @edwardmcarl )
23
38
* Add Postgres types inet, cidr, macaddr and oid (#534 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sequelize-auto" ,
3
- "version" : " 0.8.6 " ,
3
+ "version" : " 0.8.7 " ,
4
4
"publishConfig" : {
5
5
"tag" : " latest"
6
6
},
You can’t perform that action at this time.
0 commit comments