Skip to content

v1.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 11:19
· 14 commits to main since this release
86d1de6

Changelog

  • improve: Centralize the dev-deps store.
  • improve: Don't create a new project if a directory with the project's name already exists.
  • fix(ap): Stack overflow error when processing the @SimpleProperty annotations.
  • fix: Compilation would fail if too many source files existed in the src directory.
  • fix: Compilation would fail if the source file had no block annotation defined.
  • misc: Store migrator's output in $dataDir/workspaces.
  • misc(ap): Migrate annotations, migrator, and processor modules in "rush-annotation-processor" to Kotlin.