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

Commit b05c1986 by Sascha Depold

0.2.5

1 parent f6ce8fb7
Showing with 9 additions and 3 deletions
......@@ -21,4 +21,10 @@
- Sequelize.TEXT is now using MySQL datatype TEXT instead of varchar(4000)
# 0.2.4 #
- fixed bug when using cross associated tables (many to many associations)
\ No newline at end of file
- fixed bug when using cross associated tables (many to many associations)
# 0.2.5 #
- added BOOLEAN type
- added FLOAT type
- fixed DATE type issue
- fixed npm package
\ No newline at end of file
{
"name": "sequelize",
"description": "MySQL ORM for Node.JS",
"version": "0.2.4",
"version": "0.2.5",
"author": "Sascha Depold <sascha-github@depold.com>",
"contributors": [
{ "name": "Sascha Depold", "email": "sascha-github@depold.com" }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!