Files
cherrypick/cherrypick_annotations/CHANGELOG.md
Sergey Penkovsky 3b2df58e9a feat!: update Dart SDK minimum versions
BREAKING CHANGE: Minimum Dart SDK version updated
- cherrypick_annotations: 3.8.0 -> 3.9.0
- cherrypick_generator: requires Dart 3.9.0+

This change may require users to update their Dart SDK.
2026-01-29 23:17:58 +03:00

1.3 KiB

3.0.3

3.0.2

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

3.0.2-dev.0

  • REFACTOR(generator): migrate cherrypick_generator to analyzer element2 API.

3.0.1

  • DOCS: add Netlify deployment status badge to README files.

3.0.0

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

3.0.0-dev.0

  • chore(cherrypick_annotations): sync version with cherrypick 3.0.0-dev.0

1.1.2-dev.2

  • DOCS(annotations): improve API documentation and usage example.

1.1.2-dev.1

  • DOCS(pub): update homepage and documentation URLs in pubspec.yaml to new official site.

1.1.2-dev.0

  • DOCS(annotations): unify and improve English DartDoc for all DI annotations.

1.1.1

  • FIX(license): correct urls.

1.1.0

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

1.1.0-dev.1

  • FEAT: implement InjectGenerator.

1.1.0-dev.0

  • FEAT: implement generator for dynamic params.
  • FEAT: implement instance/provide annotations.
  • FEAT: implement generator for named annotation.
  • FEAT: implement generator di module.
  • FEAT: implement annotations.

1.0.0

  • Initial version.