v1.2.0
Major Feature Release
This release supports named migrations that are non-versioned migrations for maintenance and other routine tasks.
It also adds support to dynamically index new migration files. Using the dir params property is now the preferred way to reference a directory of migrations (versioned and named). These will be automatically indexed.
Features
- Add named migration support
- Add the date to the DynamoDB item sort key -- permits full history in migration table
- Generalized the apply() function for named functions
- Added dynamic indexing of migration files
Fixes
- Fixed down migration sequencing