Skip to content

Commit 2017d0c

Browse files
committed
Release 0.8.7
1 parent c515542 commit 2017d0c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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)
@@ -17,7 +32,7 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequelize-auto",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)