Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit daf3b6e4
authored
Aug 28, 2018
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: changelog update
1 parent
6ee1a32b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
13 deletions
.eslintrc.json
docs/upgrade-to-v5.md
.eslintrc.json
View file @
daf3b6e
...
@@ -113,18 +113,18 @@
...
@@ -113,18 +113,18 @@
"node"
:
true
,
"node"
:
true
,
"mocha"
:
true
,
"mocha"
:
true
,
"es6"
:
true
"es6"
:
true
},
"globals"
:
{
"Association"
:
true
,
"HasMany"
:
true
,
"BelongsTo"
:
true
,
"HasOne"
:
true
,
"BelongsToMany"
:
true
,
"DataTypes"
:
true
,
"Sequelize"
:
true
,
"Transaction"
:
true
,
"Model"
:
true
,
"QueryInterface"
:
true
,
"QueryType"
:
true
}
}
//
"globals"
:
{
//
"Association"
:
true
,
//
"HasMany"
:
true
,
//
"BelongsTo"
:
true
,
//
"HasOne"
:
true
,
//
"BelongsToMany"
:
true
,
//
"DataTypes"
:
true
,
//
"Sequelize"
:
true
,
//
"Transaction"
:
true
,
//
"Model"
:
true
,
//
"QueryInterface"
:
true
,
//
"QueryType"
:
true
//
}
}
}
\ No newline at end of file
docs/upgrade-to-v5.md
View file @
daf3b6e
...
@@ -74,6 +74,19 @@ Added support for `CIDR`, `INET` and `MACADDR` for Postgres
...
@@ -74,6 +74,19 @@ Added support for `CIDR`, `INET` and `MACADDR` for Postgres
## Changelog
## Changelog
### 5.0.0-beta.11
-
fix(count): duplicate mapping of fields break scopes
[
#9788
](
https://github.com/sequelize/sequelize/pull/9788
)
-
fix(model): bulkCreate should populate dataValues directly
[
#9797
](
https://github.com/sequelize/sequelize/pull/9797
)
-
fix(mysql): improve unique key violation handling
[
#9724
](
https://github.com/sequelize/sequelize/pull/9724
)
-
fix(separate): don't propagate group to separated queries
[
#9754
](
https://github.com/sequelize/sequelize/pull/9754
)
-
fix(scope): incorrect query generated when sequelize.fn used with scopes
[
#9730
](
https://github.com/sequelize/sequelize/pull/9730
)
-
fix(json): access included data with attributes
[
#9662
](
https://github.com/sequelize/sequelize/pull/9662
)
-
(fix): pass offset in UNION'ed queries
[
#9577
](
https://github.com/sequelize/sequelize/pull/9577
)
-
fix(destroy): attributes updated in a beforeDestroy hook are now persisted on soft delete
[
#9319
](
https://github.com/sequelize/sequelize/pull/9319
)
-
fix(addScope): only throw when defaultScope is defined
[
#9703
](
https://github.com/sequelize/sequelize/pull/9703
)
### 5.0.0-beta.10
### 5.0.0-beta.10
-
fix(belongsToMany): association.add returns array of array of through records
[
#9700
](
https://github.com/sequelize/sequelize/pull/9700
)
-
fix(belongsToMany): association.add returns array of array of through records
[
#9700
](
https://github.com/sequelize/sequelize/pull/9700
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment