- Allow for specify config programatically with
config
argument
- Include js.stub file in release
- Add programmatic API
- Ability to disable transactions with --raw flag
- Redact connection string in verbose mode (to not leak password)
- Support for generating migrations
- Gracefully destroy connection pool
- Limit connection pool to one connection
- Add ability to migrate in steps (--step flag)
- Properly create initial migrations table, #10
- Use migrations path in knexfile.js when available, fixes #4
- Order migrations by id instead of created_at, fixes #6
- compatibility: Use Bluebird promise library instead of native one
- compatibility: Respect knexfile configuration without environment namespaces
cwd
,knexfile
,migrations
,table
,env
, andverbose
flags
First truly public version