Skip to content

Releases: TechnologyBrewery/baton

1.1.1

12 Jul 16:15
Compare
Choose a tag to compare

Overview

Improve core features with:

  • Expands ability for users to leverage utilities classes to help with general migration extension logic
    • Added utilities to support migrating Maven POM files
    • Will see additional support for Tiltfiles, YAML files, and Python package management migrations in future releases

Breaking Changes

None

Major Documentation Additions

What's Changed

1.1.0

11 Jul 18:20
Compare
Choose a tag to compare

Overview

Improve core features with:

  • Ability for users to leverage utilities classes to help with general migration extension logic
    • Supports logic for semantic versioning comparisons and updating existing files of any type
    • Will see additional support for Maven pom files, Tiltfiles, YAML files, and Python package management migrations in future releases

Breaking Changes

None

Major Documentation Additions

What's Changed

1.0.0

15 Apr 18:56
Compare
Choose a tag to compare

Overview

Improve core features with:

  • Ability to add migrations into groups
  • Ability to manually order groups
  • Ability to order migrations manually or by ascending version number
  • Ability to filter out migrations by version

Breaking Changes

None

Major Documentation Additions

What's Changed

0.2.0

13 Dec 17:19
Compare
Choose a tag to compare

Overview

Improve core features with:

  • Ability to deactivate any migration by name from the Maven plugin definition
  • Improved example project setup
  • Backup files that are changed

Breaking Changes

None

Major Documentation Additions

Addition of following documentation variables:

What's Changed

Full Changelog: baton-0.1.0...baton-0.2.0

0.1.0

15 Nov 15:05
f532bc5
Compare
Choose a tag to compare

Overview

Initial rough cut of Baton. Supports basic migrations - they cannot be ordered or inactivated yet - those feature to be added soon.

Breaking Changes

None

Major Documentation Additions

Initial README.md file added with comprehensive documentation.

What's Changed

New Contributors

Full Changelog: https://github.com/TechnologyBrewery/baton/commits/baton-0.1.0