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 11# sequelize-auto change log
22
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+
318## [ 0.8.6] - 2021-12-01
419
520 * Add ` useDefine ` option to use ` sequelize.define ` instead of ` init ` (#559 , #573 )
1732## [ 0.8.4] - 2021-08-06
1833
1934* 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 ` )
2136* Fix problem with ` paranoid ` not in output when additional.paranoid specified (#529 )
2237* Fix alias generation for column names that differ only by singular/plural (#533 ) (thanks @edwardmcarl )
2338* Add Postgres types inet, cidr, macaddr and oid (#534 )
Original file line number Diff line number Diff line change 11{
22 "name" : " sequelize-auto" ,
3- "version" : " 0.8.6 " ,
3+ "version" : " 0.8.7 " ,
44 "publishConfig" : {
55 "tag" : " latest"
66 },
You can’t perform that action at this time.
0 commit comments