Releases: CleverStack/clever-orm
Releases · CleverStack/clever-orm
2.0.0 Production Release
- Fix(seed): Fixed Invalid typeof value 'array'
- feat(accessors): Added create and remove accessors
- chore(lint): Fixed valid this lint warnings
- chore(lint): Fixing lint errors
- refactor(remove): Remove duplicated code
- refactor(accessors): Removed old accessors
- feat(postInstall): Install db dependencies based on config, fixes #26
- chore(cleanup): Better grunt task name
- refactor(accessors): Finished Accessors v1 fixes #28
- chore(tests): Adding in new blank spec WIP
- bump(release): 2.0.0 Production Release
Huge refactor, clean-up and bug fixes
- fix(association): Create events fixed for "as"
- refactor(module): Complete overhaul, more tests to come
- refactor(accessors): Fixing lint issues and duplication
- fix(travis): Updated before travis script with new configuration prompt info
- fix(travis): Before Travis Script debugging
- chore(cleanup): Indentation
- release(2.0.0-rc1): Huge refactor, clean-up and bug fixes
Hotfix - Use sequelize@2.0.3
release(1.2.3): Use sequelize@2.0.3
Refactored Models
- refactor(Model): Huge refactor of Model in prep for release of new ORM and ODM modules
- release(1.2.2): Refactored Models
UniqueConstraintError handling edge case handling of aliases
- hotfix(validation): UniqueConstraintError handling edge case handling of aliases
- chore(docs): Hide old 'readme' grunt task, new version coming
- release(1.2.1): UniqueConstraintError handling edge case handling of aliases
Nested association create/update/delete, bug fixes and new features
- fix(nestedAssociations): you can now create/update/delete nested model associations automatically
- refactor(model): Tests updated
- release(1.2.0): Nested association create/update/delete, bug fixes and new features
Indexes and debugger
- fix(indexes): Allow indexes to be specified on a model fixes #32
- refactor(debug): Debugger now uses cleverstack: prefix
- release(1.1.5): Indexes and debugger
Sequelize to RC8 to fix SQL Injection (in Order)
- feat(DataTypes): Added TINYINT support
- refactor(utils): Moving logic out of node-seed
- fix(insecure): Upgrade Sequelize to RC8 to fix SQL Injection (in Order) fixes #27
- release(1.1.4): Sequelize to RC8 to fix SQL Injection (in Order)
Upgraded grunt-prompt to 1.3
- update(deps): grunt-prompt upgraded to 1.3
Grunt seed data prompt fix and upgraded promise usage
- refactor(Promises): Removed old success/error promise usage f1ed58f
- fix(seed): Grunt prompt for creating seed data now works correctly with cleverstack-cli 1.1.x and node-seed 1.2.x
- release(1.1.2): Grunt seed data prompt fix and upgraded promise usage