Skip to content

v0.33.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 21:52
· 1504 commits to refs/heads/main since this release
2b38918

0.33.0 (2021-11-07)

⚠ BREAKING CHANGES

  • It is now impossible to modify the build task. Instead, extend one of the specific build phases (precompile, compile, post compile, test and package). To access these tasks use project.xxxTask.
  • The compileBeforeTest option in TypeScriptProject is not supported any more. Tests are always executed after compilation.
  • projenDuringBuild is no longer supported. Let us know if you have a use case for it that we are not aware of.

Features