Skip to content

v0.4.0 - Transformation Manager and improved transformation composition

Pre-release
Pre-release
Compare
Choose a tag to compare
@douira douira released this 26 Dec 00:47
· 1029 commits to main since this release
5d72d99
  • Added TransformationManager and some small tests for it. It takes care of all the boilerplate code!
  • Made transformations and transformation phases reusable and composable. This means they can be shared between transformation managers and transformations, respectively. It also means they can be created in a more flexible way.
  • Made IntegratedTest more concise using the new manager
  • Improved javadoc documentation
  • Removed DebugTransformation

Full Changelog: v0.0.3...v0.4.0