Sequelize Cli Versions Save

The Sequelize CLI

v4.0.0

6 years ago

Changed

  • Removed warning about v4
  • Support for v4 #620 #441

v3.2.0

6 years ago

Fixed

  • Better messages when files/folders already exists #569
  • Specify ARRAY type with model:create #155

Changed

  • Revert: safer configuration using environment variables for production #594

v3.1.0

6 years ago

Fixed

  • Pass full config to sequelize constructor #584

Added

  • db:migrate support for from / to arguments #581

Changed

  • Safer configuration using environment variables for production #579

  • Updated dependencies

v3.0.0

6 years ago

Fixed

  • db:create/drop should properly quote database name #545

Added

  • --debug support, print full stack for errors, when available #552

Changed

  • All errors are now properly formatted and outputted to console.error #552

Internal

  • Refactor to use centralized log/error/warn methods #552

v3.0.0-3

6 years ago

Fixed

  • Error when creating nested config path #534

Added

  • db:create and db:drop for MySQL, Postgres and MSSQL #70

v3.0.0-2

6 years ago

Fixed

  • .sequelizerc is not properly read #536

v3.0.0-1

6 years ago

Added

  • Warning with Sequelize v4

Changed

  • Skeletons are now ES6 based #482

v3.0.0-0

6 years ago

Removed

  • db:migrate:old_schema
  • --coffee support
  • help:* commands

Fixed

  • Drop Gulp #344
  • NSP Vulnerability #466
  • Non functional with Node 7 #383
  • Unable to find Gulp #138
  • Reintegrate Gulp #5
  • Unable to seed multiple files #523
  • No Gulpfile found #480
  • Exit Code(1) when migration undo fail #394
  • ES2015 #389
  • --coffee flag dont work with .rc file #244
  • CLI dont halt on error #106

Improvements

  • No Gulp, better startup time
  • Proper exit codes
  • Remove dependency on moment , findup-sync, gulp, gulp-help

v2.8.0

6 years ago

Added

  • Timestamps db:migrate:schema:timestamps:add #460
  • Support for db:migrate:undo:all with --to, which allow reverting to a specific version #459

Changed

  • Updated dependencies

Docs

v2.7.0

7 years ago

Added

  • Named db:migrate:undo #387

Changed

  • Fixed promise warning in gulp-helper #439