Skip to content

Releases: TimMikeladze/arango-migrate

1.3.0

09 Jun 16:09
Compare
Choose a tag to compare

Minor Changes

  • Style(eslint): added typescript-sort-keys plugin: 585f20d
  • Feat(cli): --no-history option for skipping writing to the migration log: 6302e3a
  • Build(scripts): better error handling: 5d8f02f

1.2.0

09 Jun 12:12
Compare
Choose a tag to compare

Minor Changes

  • Docs(readme): project description: 89b971f
  • Feat(transactions): support optional transaction options per migration: 2e3b200
  • Feat(cli): output number of created collections after migration is applied: 3dc47eb
  • Feat(migrations): option to disable auto creating new collections: 3249053

1.1.0

09 Jun 09:20
Compare
Choose a tag to compare

Minor Changes

  • Docs(readme): link to example repo: 54c8a2b
  • Feat(jsdoc): add jsdoc types to generated migration file when using the -i flag: d2be292
  • Feat(cli): show number of migrations ran in console output: 8abdeaa

1.0.0

09 Jun 01:14
Compare
Choose a tag to compare
  • Refactor code to use await import syntax instead of require when importing config file and migrations.
  • Improve build config to support ESM
  • Modified jest config to support ESM

Example repo: https://github.com/TimMikeladze/arango-migrate-example

Full Changelog: https://github.com/TimMikeladze/arango-migrate/commits/1.0.0