Skip to content

Releases: CleverStack/clever-orm

Fixed problem with postInstall script and postgre

05 Oct 17:06
Compare
Choose a tag to compare
  • fix(travis): Travis iojs builds are broken so skipping for now
  • fix(travis): Added sudo false as per upgrade requirements
  • fix(postInstall): Script was failing because of multiple dbPackages when postgre was chosen
  • release(2.0.9): Fixed problem with postInstall script and postgre

Hotfix: postInstall script was not working correctly on windows

17 Aug 16:41
Compare
Choose a tag to compare
  • hotfix(postInstall): Script was not working correctly on windows
  • release(2.0.7): Hotfix: postInstall script was not working correctly on windows
  • fix(syntax): Invalid syntax in 2.0.7
  • release(2.0.8): fixed invalid syntax in 2.0.7

Hotfix: postInstall script was not working correctly on windows

17 Aug 16:37
Compare
Choose a tag to compare
  • hotfix(postInstall): Script was not working correctly on windows
  • release(2.0.7): Hotfix: postInstall script was not working correctly on windows

Hotfix - Fixed edge cases for doubleLinked and added support for hasMany beforeUpdate

12 Jun 11:57
Compare
Choose a tag to compare
  • fix(nestedOperations): Fixed edge cases for doubleLinked and added support for hasMany beforeUpdate
  • release(2.0.6): Hotfix - Fixed edge cases for doubleLinked and added support for hasMany beforeUpdate

Expansion & Bugfixes for nestedOperations, autoHooks, and eager/lazy loading

02 Jun 14:49
Compare
Choose a tag to compare
  • fix(associations): Nested Operation for hasOne now correctly checks for targetPK
  • fix(autoHooks): Model nestedOperations expansion and bug fixes
  • release(2.0.5): Expansion & Bugfixes for nestedOperations, autoHooks, and eager/lazy loading

Sequelize 2.0.4, Association fixes and support for Recursive Magic Modules

29 Mar 21:21
Compare
Choose a tag to compare
  • chore(tests): Added iojs to testing
  • chore(cleanup): Removed extra comma
  • hotfix(create): Model was broken for aliases
  • hotfix(nestedAssociations): Fixed
  • refactor(utils): Using the new node-seed recursive magic modules, refs CleverStack/node-seed#111
  • Add recursive folder loading to magic modules
  • update(deps): Use sequelize version 2.0.4
  • release(2.0.4): Sequelize 2.0.4 and important updates

ODM Support, Removing BundledDependencies and Bug Fixes

16 Mar 13:21
Compare
Choose a tag to compare
  • chore(docs): Contributing guide updated
  • chore(license): Updated year
  • refactor(odd): Support for odd in node-seed 1.2.x
  • chore(cleanup): Fixing lint errors after refactoring
  • fix(behaviours): Removed from this module in favour of core
  • chore(docs): Renamed to README
  • chore(cleanup): travis file
  • refactor(behaviours): Removed old references
  • fix(tests): Needed to run sync
  • refactor(singleModule): Helper removed
  • refactor(bundledDependencies): Removing support for bundledDependencies
  • fix(tests): Travis script updated
  • chore(cleanup): Package
  • release(2.0.3): ODM Support, Removing BundledDependencies and Bug Fixes

Inline with node-seed 1.2.1

11 Mar 21:23
Compare
Choose a tag to compare
  • refactor(model): For node-seed@1.2.1
  • feat(postInstall): Add db module to dependencies after postInstall completes, fixes #36
  • release(2.0.2): Inline with node-seed 1.2.1

Hotfix for config prompt

05 Mar 13:52
Compare
Choose a tag to compare
  • chore(cleanup): Removed old comments
  • hotfix(prompt): Fixed issue with config prompt not using chosen environment for output of json
  • release(2.0.1): Hotfix for prompt

Fixed eagerLoading, lazyLoading and cleaned up remaining code

02 Mar 03:57
Compare
Choose a tag to compare
  • fix(setAccessor): Fixed binding of this
  • fix(eagerLoading): Fixed bug where afterEagerLoad was not being called
  • refactor(lazyLoad): WIP lazy loading
  • chore(cleanup): Spacing
  • refactor(Model): Setup constructor refactored out
  • chore(cleanup): Extra spacing
  • release(2.0.0-rc2): Fixed eagerLoading, lazyLoading and cleaned up remaining code