Skip to content

Releases: CleverStack/clever-orm

2.0.0 Production Release

02 Mar 07:23

Choose a tag to compare

  • 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

28 Feb 04:58

Choose a tag to compare

  • 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

22 Feb 13:06

Choose a tag to compare

release(1.2.3): Use sequelize@2.0.3

Refactored Models

22 Feb 10:53

Choose a tag to compare

  • 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

14 Feb 03:41

Choose a tag to compare

  • 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

13 Feb 23:34

Choose a tag to compare

  • 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

30 Jan 13:37

Choose a tag to compare

  • 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)

26 Jan 13:16

Choose a tag to compare

  • 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

24 Nov 12:19

Choose a tag to compare

  • update(deps): grunt-prompt upgraded to 1.3

Grunt seed data prompt fix and upgraded promise usage

21 Nov 19:23

Choose a tag to compare

  • 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