All notable changes to this project will be documented in this file.
- Update umzug to 1.6.0
- Add builds for different sequelize versions
- Fix raw queries in sequelize 2.0
- Add logging of statements and improve messages
- Update dependencies
- Fix usage of js2coffee 2.0
- Fix regexp application for non migration files.
- Add support for more fine-granular harmony flags
- Added support for auto-migrate from old schema #82
- Fix output filtering
- Fix EventEmitter deprecation warnings.
- Use the url module to parse database URLs
- Fix global installation of the CLI
- Big migration refactoring which uses a new schema table and the umzug lib.
- Fix for default attributes in generated migrations.
- Auto-generate coffee files with js2coffee.
- Add default attributes to generated migrations.
- Fix alignment of comment in generated model file
- Fix global installation
- Add Node.JS version to the teaser
- Add dialect and the respective version to the teaser
- Do not load lodash in
models/index.js
.
- Prefer
--env
over the environment variableNODE_ENV
. - Search by default for a file called
.sequelizerc
and treat it as--options-path
.
- Fix unqualified sequelize instantiation which enforced the mysql module.
- Fix
--migrations-path
for relative paths.
- Fix for MS Windows.
- Fix
_.includes
.
sequelize model:create
creates a model and its respective migration file.
- Fix illegal character.
sequelize init
now creates amodels
folder and amodels/index.js
file. #11
- Added the binary to the package.json
- First working version