github projen/projen v0.48.0

latest releases: v0.81.5, v0.81.4, v0.81.3...
2 years ago

0.48.0 (2022-01-02)

⚠ BREAKING CHANGES

  • eslint: Prettier configuration is now under a settings option instead (instead of prettierOptions: { bracketSpacing: false }, write prettierOptions: { settings: { bracketSpacing: false } }).
  • prettier: prettier.config is now called prettier.settings and DOES NOT include overrides.
  • node: The prettierIgnoreEnabled option is now under prettierOptions.ignoreFile and can be accessed via prettier.ignoreFile. Similarly, project.addPrettierIgnore() is now project.prettier.addIgnorePattern().

Features

Don't miss a new projen release

NewReleases is sending notifications on new releases.