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

Commit 0fc1fd9b by Sascha Depold

plans for 0.4.4

1 parent 496ddfe1
Showing with 6 additions and 0 deletions
...@@ -68,3 +68,8 @@ ...@@ -68,3 +68,8 @@
- added option to sequelize constructor for disabling the pluralization of tablenames: disableTableNameModification - added option to sequelize constructor for disabling the pluralization of tablenames: disableTableNameModification
- allow array as value for chainQueries => Sequelize.chainQueries([save: [a,b,c]], callback) - allow array as value for chainQueries => Sequelize.chainQueries([save: [a,b,c]], callback)
- remove the usage of an array => Sequelize.chainQueries({save: a}, {destroy: b}, callback) - remove the usage of an array => Sequelize.chainQueries({save: a}, {destroy: b}, callback)
# v0.4.4 - in development #
- TODO: Wrap queries correctly using `foo`
- TODO: Add method for adding and deleting single associations
- TODO: Add option for using camel case or underscorízed tablenames/table fields
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!