Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 8b91b3b3
authored
Feb 12, 2012
by
sdepold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverted false DAO convertion + added changes for 1.3.4
1 parent
8ab2e6d3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
changelog.md
changelog.md
View file @
8b91b3b
# 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 #
-
[
BUG
]
fixed sql-event emitter in all possible locations (thanks to megshark)
...
...
@@ -5,7 +10,7 @@
-
[
FEATURE
]
sqlite is now emitting the 'sql'-event as well (thanks to megshark)
# v1.3.1 #
-
[
REFACTORING
]
renamed ModelManager to
DAO
FactoryManager
-
[
REFACTORING
]
renamed ModelManager to
Model
FactoryManager
-
[
IMPROVEMENT
]
decreased delay of CustomEventEmitter execution from 5ms to 1ms
-
[
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)
...
...
@@ -15,7 +20,7 @@
# v1.3.0 #
-
[
REFACTORING
]
Model#all is now a function and not a getter.
-
[
REFACTORING
]
Renamed ModelDefinition to
DAO
Factory
-
[
REFACTORING
]
Renamed ModelDefinition to
Model
Factory
-
[
REFACTORING
]
Private method scoping; Attributes are still public
-
[
REFACTORING
]
Use the new util module for node 0.6.2
-
[
FEATURE
]
QueryChainer can now run serially
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment