不要怂,就是干,撸起袖子干!

Commit af2f1693 by Mick Hansen

[release 2.0.0-dev13]

1 parent c2bcc015
Showing with 3 additions and 11 deletions
Notice: All 1.7.x changes are present in 2.0.x aswell # v2.0.0-dev13
We are working our way to the first 2.0.0 release candidate.
# Next
- [FEATURE] Added to option of setting a timezone offset in the sequelize constructor (`timezone` option). This timezone is used when initializing a connection (using `SET TIME ZONE` or equivalent), and when converting a timestamp string from the DB to a JS date with mysql (postgres stores the timezone, so for postgres we rely on what's in the DB). - [FEATURE] Added to option of setting a timezone offset in the sequelize constructor (`timezone` option). This timezone is used when initializing a connection (using `SET TIME ZONE` or equivalent), and when converting a timestamp string from the DB to a JS date with mysql (postgres stores the timezone, so for postgres we rely on what's in the DB).
- [FEATURE] Allow setting plural and singular name on the model (`options.name` in `sequelize.define`) and in associations (`options.as`) to circumvent issues with weird pluralization. - [FEATURE] Allow setting plural and singular name on the model (`options.name` in `sequelize.define`) and in associations (`options.as`) to circumvent issues with weird pluralization.
- [FEATURE] Added support for passing an `indexes` array in options to `sequelize.define`. [#1485](https://github.com/sequelize/sequelize/issues/1485). See API reference for details. - [FEATURE] Added support for passing an `indexes` array in options to `sequelize.define`. [#1485](https://github.com/sequelize/sequelize/issues/1485). See API reference for details.
......
{ {
"name": "sequelize", "name": "sequelize",
"description": "Multi dialect ORM for Node.JS", "description": "Multi dialect ORM for Node.JS",
"version": "2.0.0-dev12", "version": "2.0.0-dev13",
"author": "Sascha Depold <sascha@depold.com>", "author": "Sascha Depold <sascha@depold.com>",
"contributors": [ "contributors": [
{ {
...@@ -9,14 +9,6 @@ ...@@ -9,14 +9,6 @@
"email": "sascha@depold.com" "email": "sascha@depold.com"
}, },
{ {
"name": "Meg Sharkey",
"email": "meg@metamarkets.com"
},
{
"name": "Chase Geigle",
"email": "sky@skytrife.com"
},
{
"name": "Jan Aagaard Meier", "name": "Jan Aagaard Meier",
"email": [ "email": [
"janzeh@gmail.com", "janzeh@gmail.com",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!