Releases: CleverStack/clever-orm
Releases · CleverStack/clever-orm
Important bug fixes
- 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
- 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
- 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
- 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
- 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
- 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
- fix(prompt): Updated the grunt prompt
- fix(grunt): DB commands should not hang anymore
Updates for grunt and module options
- 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
1.0.6 release(1.0.6): Updated grunt tasks
Create database if not exists and code climate refactoring (4.0 GPA)
Revert "release(1.0.6): Create database and code climate fixes" This reverts commit e920c4a41776703f436b5277e1e737900cdc57ab.