Releases: TimMikeladze/arango-migrate
Releases · TimMikeladze/arango-migrate
Release 1.7.0
- ci: upgrade node in ci (c133f82)
- chore: package updates (11301b6)
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#80) (290ea07)
- fix: resolve security warnings (8c6bacd)
- style: fix eslint error (ce6fa5d)
- Using timestamp instead of sequence (#96) (8a3fb82)
Release 1.6.0
- Merge pull request #95 from eonae/fix-typing-of-collection-options (d995ca9)
- Merge pull request #94 from eonae/add-arangojs8-support (85f2935)
- fix: typing of collection options (9a39036)
- feat: add arangojs 8+ support (7+ is still supported either) (85cae43)
- Merge pull request #86 from TimMikeladze/dependabot/npm_and_yarn/vm2-3.9.17 (a90cdb9)
- chore(deps): bump vm2 from 3.9.13 to 3.9.17 (86dc737)
Release 1.5.3
- fix(package audit): fix security issues (21a956b)
- docs(env): add sample env file and contributing notes to readme (e139371)
- chore(release-it): add it to package.json (17f7b50)
- Merge pull request #78 from TimMikeladze/dependabot/npm_and_yarn/json5-1.0.2 (d1f646d)
- chore(deps): bump json5 from 1.0.1 to 1.0.2 (d4150ee)
- Merge pull request #77 from TimMikeladze/dependabot/npm_and_yarn/loader-utils-1.4.2 (1d909c4)
- chore(deps): bump loader-utils from 1.4.0 to 1.4.2 (0013e3a)
- Merge pull request #71 from TimMikeladze/renovate/all-minor-patch (d28a5c7)
- chore(deps): update all non-major dependencies (b59d07c)
- Merge pull request #72 from TimMikeladze/renovate/glob-8.x (133dd82)
- chore(deps): update dependency @types/glob to v8 (ba0202f)
- Merge pull request #73 from TimMikeladze/renovate/major-jest-monorepo (78fda0a)
- chore(deps): update jest monorepo to v29 (a923818)
1.5.2
Patches
- Fix(versions): sort migration versions by ascending order when loading from filesystem 4d5e15b
1.5.1
Patches
- Docs(readme): fix arangojs import: b39aa46
1.5.0
Minor Changes
- Chore(deps): update all non-major dependencies: 64106e4
- Test(edges): test for edge collection when configured in edge options and improve readme example: 129dfdc
- Merge pull request #68 from TimMikeladze/renovate/all-minor-patch: 40e0e04
1.4.1
Patches
- Chore(deps): update all non-major dependencies: ca50a4b
- Merge pull request #66 from TimMikeladze/renovate/all-minor-patch: 55ac174
- Chore(deps): bump terser from 5.10.0 to 5.14.2: 67cc033
- Merge pull request #67 from TimMikeladze/dependabot/npm_and_yarn/terser-5.14.2: 0d1236d
1.4.0
Minor Changes
- Docs(readme): added --no-history to readme: ed096f7
- Feat(migrations): add migrationHistoryCollection in config for a custom migration history collection: edf304c
1.3.0
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
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