Skip to content

ModuleLoader async fixes, NODE_PATH helper, EventEmitter fixes and model associations

Compare
Choose a tag to compare
@pilsy pilsy released this 24 Jul 19:38
· 267 commits to master since this release
  • chore(guidelines): Added contributing guidelines
  • hotfix(moduleLoader): The module loader now correctly runs each hook in eachSeries
  • chore(cleanup): Gruntfile node_path and var cleanup
  • fix(tests): Stacktrace tests have been updated to work with chai
  • fix(tests): Fixed travis before script
  • chore(cleanup): Removing trailing spaces
  • feat(tests): Performance tests beginnings
  • fix(events): Fixed EventEmitter for Class Static
  • fix(models): Fixed model problem when loading with associations
  • fix(seed): Fixed seedData issue with deep merging arrays
  • Added hasMany, hasOne and belongsTo accessors and added support for ?_include in controllers
  • feat(controllers): Allowed ?_include on the url for GET requests on controllers