Update dependency sequelize-auto to ^0.8.0 #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.4.29
->^0.8.0
Release Notes
sequelize/sequelize-auto (sequelize-auto)
v0.8.8
Compare Source
v0.8.7
Compare Source
--noIndexes
option (#563)--indentation
command line option to control indent size (#561)canAliasPK
check for generating fieldnames. (#571) This was a workaround to a sequelize bug that has been fixed.autoIncrement
instead ofprimaryKey
(#572)v0.8.6
Compare Source
useDefine
option to usesequelize.define
instead ofinit
(#559, #573)v0.8.5
Compare Source
v0.8.4
Compare Source
--noAlias
option to never write aliases except for many-to-many relations (#515)-l esmd
for ES modules with "define" syntax instead of classes (#527) (thanks @retfah) (removed in 0.8.6 in favor of--useDefine
)paranoid
not in output when additional.paranoid specified (#529)v0.8.3
Compare Source
--noInitModels
flag (#519)--noAlias
option to avoid making alias for relationships (#515)v0.8.2
Compare Source
esModuleInterop
is false (#498)tinyint(1)
as boolean (#514)v0.8.1
Compare Source
tables
andskipTables
options on command line are now space-separated (instead of comma-separated) listsv0.8.0
Compare Source
references
to removeschema
, seems unnecessary (#501)v0.7.11
Compare Source
v0.7.10
Compare Source
id
field primaryKey if no other primaryKey exists (#480)v0.7.9
Compare Source
v0.7.8
Compare Source
v0.7.7
Compare Source
autoIncrementIdentity
for Postgres identity columns (#485) (thanks @AdamAld)v0.7.6
Compare Source
init-models
for ES6 modules (#464) (thanks @djake)string
instead ofdate
(#469) (thanks @JonathanWolfe)v0.7.5
Compare Source
--singularize
option, to singularize model and file names from plural table namesget/set/add/remove/has/count/create
mixing methods to TypeScript models (#453) (thanks @mat813)Model
instead ofany
(#454) (thanks @mat813)v0.7.4
Compare Source
?
) when field is nullable (#450) (thanks @mat813)!
) for fieldsbelongsToMany
relationships first in init-models (#449)noWrite
= true when directory == false (#447)v0.7.3
Compare Source
async
andgraceful-fs-extra
v0.7.2
Compare Source
init-modules
ts version compliant with--isolatedModules
(#444) (thanks @JonathanWolfe). This is a BREAKING CHANGE because--lang ts
output now requires TypeScript >= 3.8v0.7.1
Compare Source
v0.7.0
Compare Source
belongsTo/hasOne/hasMany
to initModels (#34) (#61) (#65) (#82) (#215) (#369)v0.6.7
Compare Source
--views
option (#77)v0.6.6
Compare Source
indexes
to table options (#162)lang
optionv0.6.5
Compare Source
v0.6.4
Compare Source
init-model.js
file for loading models into sequelizev0.6.3
Compare Source
v0.6.2
Compare Source
config
arguments, issue #434 (thanks @fprijate)v0.6.1
Compare Source
v0.6.0
Compare Source
v0.5.4
Compare Source
caseModel
,caseFile
,caseProp
, issue #413v0.5.3
Compare Source
tables
|skipTables
broken in 0.5.1, issue #409-c
,-a
, issue #146 #213 #241v0.5.2
Compare Source
v0.5.1
Compare Source
export default
in esm output (thanks @vykuntaharsha)autoIncrement
comment
if emptyhasTrigger
support #217 (thanks @joaoe)v0.5.0
Compare Source
double
type (thanks @wen911119)closeConnectionAutomatically
(thanks @allnulled)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.