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

Commit b05c1986 by Sascha Depold

0.2.5

1 parent f6ce8fb7
Showing with 9 additions and 3 deletions
...@@ -21,4 +21,10 @@ ...@@ -21,4 +21,10 @@
- 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 # # 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)
\ No newline at end of file
# 0.2.5 #
- added BOOLEAN type
- added FLOAT type
- fixed DATE type issue
- fixed npm package
\ No newline at end of file
{ {
"name": "sequelize", "name": "sequelize",
"description": "MySQL ORM for Node.JS", "description": "MySQL ORM for Node.JS",
"version": "0.2.4", "version": "0.2.5",
"author": "Sascha Depold <sascha-github@depold.com>", "author": "Sascha Depold <sascha-github@depold.com>",
"contributors": [ "contributors": [
{ "name": "Sascha Depold", "email": "sascha-github@depold.com" } { "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!