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

Commit 747fbe30 by Sascha Depold

changelog + 1.0.0 bump

1 parent 55b6f649
Showing with 12 additions and 8 deletions
......@@ -69,13 +69,17 @@
- 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)
# v0.4.4 - in development #
- select now supports array usage of fields
# v1.0.0 #
- complete rewrite
- added new emitter syntax
- sql injection protection
- select now supports hash usage of where
- select now supports array usage of where
- added a lot of options to find/findAll
- Wrapped queries correctly using `foo`
- Added Model.count(callback), which returns the number of elements saved in the database
- Merged israeldelahoz's changes for using created_at and updated_at instead of the camel cased version
- using expresso 0.7.2
- tests were working all the time
- moved config for test database into seperated config file
- TODO: Add method for adding and deleting single associations
\ No newline at end of file
- Added method for adding and deleting single associations
# v1.0.1 #
- TODO: Add Model.count(callback), which returns the number of elements saved in the database
\ No newline at end of file
{
"name": "sequelize",
"description": "MySQL ORM for Node.JS",
"version": "0.4.3",
"version": "1.0.0",
"author": "Sascha Depold <sascha@depold.com>",
"contributors": [
{ "name": "Sascha Depold", "email": "sascha@depold.com" }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!