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

You need to sign in or sign up before continuing.
Commit 8b91b3b3 by sdepold

reverted false DAO convertion + added changes for 1.3.4

1 parent 8ab2e6d3
Showing with 7 additions and 2 deletions
# v1.3.4 #
- [REFACTORING] renamed Model/ModelFactory/ModelFactoryManager to DAO/DAOFactory/DAOFactoryManager
- [IMPROVEMENT] `npm test` will run the test suite (thanks to gabrielfalcao)
- [IMPROVEMENT] documentation about setting up local development environment (thanks to gabrielfalcao)
# v1.3.3 # # v1.3.3 #
- [BUG] fixed sql-event emitter in all possible locations (thanks to megshark) - [BUG] fixed sql-event emitter in all possible locations (thanks to megshark)
...@@ -5,7 +10,7 @@ ...@@ -5,7 +10,7 @@
- [FEATURE] sqlite is now emitting the 'sql'-event as well (thanks to megshark) - [FEATURE] sqlite is now emitting the 'sql'-event as well (thanks to megshark)
# v1.3.1 # # v1.3.1 #
- [REFACTORING] renamed ModelManager to DAOFactoryManager - [REFACTORING] renamed ModelManager to ModelFactoryManager
- [IMPROVEMENT] decreased delay of CustomEventEmitter execution from 5ms to 1ms - [IMPROVEMENT] decreased delay of CustomEventEmitter execution from 5ms to 1ms
- [IMPROVEMENT] improved performance of association handling (many-to-many) (thanks to magshark) - [IMPROVEMENT] improved performance of association handling (many-to-many) (thanks to magshark)
- [FEATURE] added possibility to specify name of the join table (thanks to magshark) - [FEATURE] added possibility to specify name of the join table (thanks to magshark)
...@@ -15,7 +20,7 @@ ...@@ -15,7 +20,7 @@
# v1.3.0 # # v1.3.0 #
- [REFACTORING] Model#all is now a function and not a getter. - [REFACTORING] Model#all is now a function and not a getter.
- [REFACTORING] Renamed ModelDefinition to DAOFactory - [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] QueryChainer can now run serially
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!