Skip to content

Releases: CleverStack/clever-orm

Important bug fixes

20 Nov 13:46
Compare
Choose a tag to compare
  • refactor(promises): Use new promise style api
  • refactor(tests): 2.0.x updates to test for ORM Models
  • release(1.1.1): Important bug fixes for 1.1.0

SequelizeJS 2.0 and bug fixes for Associations

15 Nov 22:07
Compare
Choose a tag to compare
  • fix(associations): Correctly handle as association and map any returned models to CS Models
  • update(sequelize): Updated to 2.0.0-rc1
  • release(1.1.0): SequelizeJS 2.0 and fixes for Assocations

Account changes

29 Aug 06:42
Compare
Choose a tag to compare
  • fix(seed): Fixed problem with associations and seed data
  • fix(associations): Accessors for associations did not allow passing of queryOptions for transaction support
  • chore(release): 1.0.12 ready for release

Association accessor bug fixes and cleanup

12 Aug 18:00
Compare
Choose a tag to compare
  • fix(rebase): Updated to run dialect specific sql file inside schema
  • fix(associations): Fixed to work with as:{}
  • fix(associations): Accessors no longer double wrap models
  • chore(docs): Added missing license and contributing.md
  • bump(release): 1.0.11

Association accessors and seedModels fixes

24 Jul 19:28
Compare
Choose a tag to compare
  • refactor(seedModels): Refactored & Fixed seedModels to correctly handle associations
  • feat(associations): hasMany, hasOne, belongsTo accessors and get/set methods

Fixed seed models script and travis

27 Jun 08:32
Compare
Choose a tag to compare
  • fix(seed): Correctly handle the err var
  • chore(cleanup): Changed default configuration
  • chore(tests): Updated travis script
  • chore(config): Updated default configuration
  • chore(cleanup): Cleaned up package.json for 1.0.9

Updated grunt prompts and made sure they no longer hang on any OS

22 Jun 15:04
Compare
Choose a tag to compare
  • fix(prompt): Updated the grunt prompt
  • fix(grunt): DB commands should not hang anymore

Updates for grunt and module options

19 Jun 08:27
Compare
Choose a tag to compare
  • hotfix(windows): Gruntfile now supports windows for seed and rebase db tasks
  • feat(conf): Implemented all available sequelizejs options for models
  • fix(grunt): No longer need NODE_PATH set when running db commands
  • refactor(validations): No longer use sequelize validations directly
  • refactor(grunt): No longer use os module to detect isWin

Updated grunt tasks to allow ODM module to hook into grunt:db tasks

18 Jun 17:17
Compare
Choose a tag to compare

Create database if not exists and code climate refactoring (4.0 GPA)

15 Jun 11:55
Compare
Choose a tag to compare
Revert "release(1.0.6): Create database and code climate fixes"

This reverts commit e920c4a41776703f436b5277e1e737900cdc57ab.