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

Commit 8db84495 by Sascha Depold

added changelog for v0.4.0

1 parent 66d90d28
Showing with 6 additions and 3 deletions
...@@ -36,8 +36,11 @@ ...@@ -36,8 +36,11 @@
- added possibility to define class and instance methods for models - added possibility to define class and instance methods for models
- added import method for loading model definition from a file - added import method for loading model definition from a file
# 0.3.1 # # 0.4.0 #
- added error handling when defining invalid database credentials - added error handling when defining invalid database credentials
- Sequelize#sync, Sequelize#drop, model#sync, model#drop returns errors via callback - Sequelize#sync, Sequelize#drop, model#sync, model#drop returns errors via callback
- code is now located under lib/sequelize to use it with nDistro - code is now located under lib/sequelize to use it with nDistro
- added possibility to use non default mysql database (host/port) - added possibility to use non default mysql database (host/port)
\ No newline at end of file - added error handling when defining invalid database port/host
- schema definitions can now contain default values and null allowance
- database credentials can now also contain an empty / no password
\ 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!