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

Commit 716edfe2 by sdepold

moved feature

1 parent 3fd1d95b
Showing with 1 additions and 1 deletions
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
- [REFACTORING] Renamed ModelDefinition to ModelFactory - [REFACTORING] Renamed ModelDefinition to ModelFactory
- [REFACTORING] Private method scoping; Attributes are still public - [REFACTORING] Private method scoping; Attributes are still public
- [REFACTORING] Use the new util module for node 0.6.2 - [REFACTORING] Use the new util module for node 0.6.2
- [FEATURE] QueryChainer can now run serially
- [FEATURE] Association definition is chainable: Person.hasOne(House).hasMany(Address) - [FEATURE] Association definition is chainable: Person.hasOne(House).hasMany(Address)
- [FEATURE] Validations (Thanks to [hiddentao](https://github.com/hiddentao)) - [FEATURE] Validations (Thanks to [hiddentao](https://github.com/hiddentao))
- [FEATURE] jQuery-like event listeners: .success(callback) and .error(callback) - [FEATURE] jQuery-like event listeners: .success(callback) and .error(callback)
- [FEATURE] aliasing for select queries: Model.find({ where: 'id = 1', attributes: ['id', ['name', 'username']] }) ==> will return the user's name as username - [FEATURE] aliasing for select queries: Model.find({ where: 'id = 1', attributes: ['id', ['name', 'username']] }) ==> will return the user's name as username
- [FEATURE] cross-database support. currently supported: mysql, sqlite - [FEATURE] cross-database support. currently supported: mysql, sqlite
- [FEATURE] migrations - [FEATURE] migrations
- [FEATURE] QueryChainer can now run serially
- [TEST] removed all expresso tests and converted them to jasmine - [TEST] removed all expresso tests and converted them to jasmine
# v1.2.1 # # v1.2.1 #
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!