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 07959e96
authored
Sep 01, 2010
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added v to versions :)
1 parent
8db84495
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
changelog.md
changelog.md
View file @
07959e9
...
@@ -7,36 +7,36 @@
...
@@ -7,36 +7,36 @@
-
added methods for setting associations
-
added methods for setting associations
-
added method for chaining an arbitraty amount of queries
-
added method for chaining an arbitraty amount of queries
# 0.2.1 #
#
v
0.2.1 #
-
fixed date bug
-
fixed date bug
# 0.2.2 #
#
v
0.2.2 #
-
released project as npm package
-
released project as npm package
# 0.2.3 #
#
v
0.2.3 #
-
added latest mysql connection library
-
added latest mysql connection library
-
fixed id handling on save
-
fixed id handling on save
-
fixed text handling (varchar > 255; text)
-
fixed text handling (varchar > 255; text)
-
using the inflection library for naming tables more convenient
-
using the inflection library for naming tables more convenient
-
Sequelize.TEXT is now using MySQL datatype TEXT instead of varchar(4000)
-
Sequelize.TEXT is now using MySQL datatype TEXT instead of varchar(4000)
# 0.2.4 #
#
v
0.2.4 #
-
fixed bug when using cross associated tables (many to many associations)
-
fixed bug when using cross associated tables (many to many associations)
# 0.2.5 #
#
v
0.2.5 #
-
added BOOLEAN type
-
added BOOLEAN type
-
added FLOAT type
-
added FLOAT type
-
fixed DATE type issue
-
fixed DATE type issue
-
fixed npm package
-
fixed npm package
# 0.2.6 #
#
v
0.2.6 #
-
refactored Sequelize to fit CommonJS module conventions
-
refactored Sequelize to fit CommonJS module conventions
# 0.3.0 #
#
v
0.3.0 #
-
added possibility to define class and instance methods for models
-
added possibility to define class and instance methods for models
-
added import method for loading model definition from a file
-
added import method for loading model definition from a file
# 0.4.0 #
#
v
0.4.0 #
-
added error handling when defining invalid database credentials
-
added error handling when defining invalid database credentials
-
Sequelize#sync, Sequelize#drop, model#sync, model#drop returns errors via callback
-
Sequelize#sync, Sequelize#drop, model#sync, model#drop returns errors via callback
-
code is now located under lib/sequelize to use it with nDistro
-
code is now located under lib/sequelize to use it with nDistro
...
...
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