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

Commit b05c1986 by Sascha Depold

0.2.5

1 parent f6ce8fb7
Showing with 8 additions and 1 deletions
...@@ -22,3 +22,9 @@ ...@@ -22,3 +22,9 @@
# 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)
# 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!