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 747fbe30
authored
May 03, 2011
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog + 1.0.0 bump
1 parent
55b6f649
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
changelog.md
package.json
changelog.md
View file @
747fbe3
...
...
@@ -69,13 +69,17 @@
-
allow array as value for chainQueries => Sequelize.chainQueries(
[
save: [a,b,c
]
], callback)
-
remove the usage of an array => Sequelize.chainQueries({save: a}, {destroy: b}, callback)
# v0.4.4 - in development #
-
select now supports array usage of fields
# v1.0.0 #
-
complete rewrite
-
added new emitter syntax
-
sql injection protection
-
select now supports hash usage of where
-
select now supports array usage of where
-
added a lot of options to find/findAll
-
Wrapped queries correctly using
`foo`
-
Added Model.count(callback), which returns the number of elements saved in the database
-
Merged israeldelahoz's changes for using created_at and updated_at instead of the camel cased version
-
using expresso 0.7.2
-
tests were working all the time
-
moved config for test database into seperated config file
-
TODO: Add method for adding and deleting single associations
\ No newline at end of file
-
Added method for adding and deleting single associations
# v1.0.1 #
-
TODO: Add Model.count(callback), which returns the number of elements saved in the database
\ No newline at end of file
package.json
View file @
747fbe3
{
"name"
:
"sequelize"
,
"description"
:
"MySQL ORM for Node.JS"
,
"version"
:
"
0.4.3
"
,
"version"
:
"
1.0.0
"
,
"author"
:
"Sascha Depold <sascha@depold.com>"
,
"contributors"
:
[
{
"name"
:
"Sascha Depold"
,
"email"
:
"sascha@depold.com"
}
...
...
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