Releases: marcomontalbano/contentful-migration-tool
Releases · marcomontalbano/contentful-migration-tool
v1.3.0
What's Changed
🚀 Enhancement
- Update all dependencies to the latest by @marcomontalbano in #4
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
📝 Documentation
- Update README.md by @marcomontalbano in 15eb26d
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
🚀 Enhancement
- Show contentful-migration version when running on docker by @marcomontalbano in #2
- Move to pnpm and update all dependencies. by @marcomontalbano in #3
New Contributors
- @marcomontalbano made their first contribution in #2
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Release notes
🐛 Better error handling when duplicates or missing versions
🚀 Reduce bundle size for the npm package
🆙 Update dependencies
v1.0.0
Run Contentful migrations easier
🎉 First Release
Why another CLI?
I decided to created this CLI when I read this article: "Integrating migrations in a continuous delivery pipeline with CircleCI". I found that approach very interesting, so I decided to build something very close to that.
With this CLI you can run migrations easier and keep track of migrations that you have already run.
You can integrate this into your existing CI without any effort.
Checkout the README.md for more information.
v1.0.0-beta.2
🚀 new feature
- You can now run migration via cli
v1.0.0-beta.1
🐛 bugfix
- Use natural sort when reading migration folder
- Use exit(1) when migration unsuccessful
- Store last successful migration version when a migration fails
🚀 new feature
- Remove hardcoded version of
contentful-migration
. You can select a differect version using the arg--cfmversion
.
v1.0.0-beta.0
v1.0.0-beta.0