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

Commit 327ff1a7 by Sascha Depold

0.4.2

1 parent 3ca94230
Showing with 7 additions and 3 deletions
......@@ -54,4 +54,8 @@
- added many-to-many association on the same model
- added hasManyAndBelongsTo
- added hasOneAndBelongsTo
- nodejs-mysql-native 0.4.2
\ No newline at end of file
- nodejs-mysql-native 0.4.2
# v0.4.2 #
- fixed bugs from 0.4.1
- added the model instance method loadAssociatedData which adds the hash Model#associatedData to an instance which contains all associated data
\ No newline at end of file
{
"name": "sequelize",
"description": "MySQL ORM for Node.JS",
"version": "0.4.1",
"version": "0.4.2",
"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!