Skip to content

Stable Release of 1.2.x

Latest
Compare
Choose a tag to compare
@pilsy pilsy released this 18 Aug 03:22
· 18 commits to master since this release
  • refactor(odd): Brings ODM support for 1.2.x
  • fix(tests): Grunt task
  • chore(cleanup): How did that file get there?
  • chore(lint): Fixing issues raised by linting
  • chore(cleanup): Fixing lint errors after refactoring
  • chore(cleanup): Fixing lint errors after refactoring
  • refactor(behaviours): Removed old references
  • tests(core): Include tests for clever-controller and clever-injector
  • hotfix(config): Don't throw errors when ORM is not defined
  • feat(node): Support node 0.10, 0.11 and 0.12
  • refactor(bundledDependencies): Removing bundledDependencies support,
  • chore(cleanup): Removed debugging code
  • update(deps): Use new version of validator
  • chore(tests): Added iojs to testing
  • fix(Grunt): Incorrect path
  • fix(moduleLoader): Incorrect reference to moduleLdr
  • fix(utils): getModulePaths patched after removing bundledDependencies
  • fix(tests): ModuleLoader test incorrectly used moduleLoader.moduleIsEnabled('module') !== -1
  • update(deps): Using latest version of injector that supports optional dependencies
  • Merge branch 'master' into develop
  • Merge branch 'develop'
  • fix(seedData): Fixed incorrect path
  • fix(seedData): Fixed incorrect path
  • hotfix(config): Module classes were not getting the correct configuration set after recent refactoring
  • chore(cleanup): Indentation
  • feat(config): Better error handling and debugging
  • refactor(debug): Log message more clear
  • chore(refactor): Made stack traces more descriptive
  • chore(cleanup): Removed extra spacing
  • feat(grunt): Allowed modules to implement tasks in the new tasks/grunt folder
  • chore(cleanup): Removed old references to grunt/gulp tasks in the global config
  • fix(grunt): Fixed an issue where file extension was being added as a suffix to config key
  • hotfix(grunt): Removed debugging code
  • fix(magicModule): Fixed issue where enumeration of properties incorrectly called inspect outside of the scope of a model
  • feat(magicModules): Added recursive folder loading, fixes #111
  • Add recursive folder loading to magic modules
  • update(deps): Removed dependency on moment
  • refactor(cleanup): Removed excessive use strict statement
  • update(deps): promote stack-filter to dependency instead of devDependency
  • feat(model): Refactored findOrCreate for clever-orm >= 2.x
  • refactor(app): Named beforeLoad function to make debugging easier
  • fix(moduleLoader): Fixed issue with ModuleLoader.isModuleEnabled()
  • fix(module): Correctly handle detection and reporting of module dependencies at runtime
  • update(deps): use validator to ~3.x
  • fix(moduleLoader): Correctly get enabled modules list, fixes #112
  • Cannot call method 'indexOf' of undefined inside ModuleLoader.moduleIsEnabled
  • fix(model): Getters and Setters for Fields
  • fix(model): findOrCreate using clever-orm 2.0.x
  • cleanup(controller): Removed redundant verbose usage of this.Class
  • cleanup(module): Spacing in Module Class
  • feat(model): Include helper to generate includes quickly for queries
  • fix(model): SoftDeleteable behaviour update to form 2.x
  • fix(service): Only attach templated event handlers after routes have been initialised
  • refactor(model): Don't enumerate models property on every model
  • refactor(moduleLoader): Allow module hooks to take advantage of the injector
  • fix(model): findOrCreate intance bug fix
  • refactor(bootstrapEnv): Include utils in the injector
  • fix(Controller): postAction and putAction exclude id and AccountId from the decision to do a findOrCreate/findAndUpdate or just a normal create/update
  • fix(seedData): Now loads seedData in the correct order
  • feat(babel): Adding in support for transpiling files with the .es6 extension
  • feat(miner): Local tunnels implemented using miner
  • feat(logging): In Services now available using this.debug
  • hotfix(reps): Added missing miner module to package.json
  • fix(babel): Hook executed immediately instead of only during bootstrap
  • fix(babel): Added as dependency
  • revert(babel): Unneeded dep
  • feat(babel): Re-added babel as dependency
  • feat(babel): Magic Modules support loading es6 files
  • feat(babel): Added full support for babel in any file by using the es6 extension
  • feat(babel): Removed legacy babel support
  • feat(babel): Load resources in modules with the es6 extension using babel
  • fix(babel): Issue with services being named with the es6 extension fixed
  • fix(babel): Issue loading files with es6 extension fixed
  • update(deps): Use clever-controller 1.2.1 to allow using controllers with the es6 file extension
  • fix(travis): Added sudo false as per upgrade requirements
  • release(1.2.2): Stable Release of 1.2.x