playbook_generator 1.3.0
playbook_generator: ^1.3.0 copied to clipboard
Playbook Generator Package
1.3.0 #
Improvements #
- Updated SDK constraint to
^3.9.0 - Updated Flutter constraint to
>=3.35.0 - Updated analysis options to use
very_good_analysis/analysis_options.10.0.0.yaml
Dependencies #
- Updated
very_good_analysisfrom^9.0.0to^10.0.0
Infrastructure #
- Migrated from Melos workspace to Dart workspace configuration
- Migrated from
subosito/flutter-actiontojdx/mise-actionin review workflow - Added
.mise.tomlfor Flutter 3.35.5 version management - Removed
melos.yamlandpubspec_overrides.yamlfiles - Added
resolution: workspaceto package pubspec
1.2.0 #
Dependencies #
- analyzer: Updated from
^7.4.5to^8.0.0 - build: Updated from
^2.4.1to^4.0.0 - source_gen: Updated from
^2.0.0to^4.0.0
Improvements #
- Migrated to analyzer 8.x API:
- Changed import from
element2.darttoelement.dart - Updated element access patterns (
ClassFragment→ClassElement,TopLevelFunctionFragment→ExecutableElement) - Replaced deprecated APIs (
librarySource.uri→uri,topLevelElements→ specific getters liketopLevelFunctionsandtopLevelVariables)
- Changed import from
- Updated SDK constraint to
^3.8.0
1.1.0 #
- upgrade analyzer to greater than 7.4.5.
1.0.0 #
- BREAKING CHANGE: remove
needsScrollableResizingfromScenarioLayoutCompressed. UseScenarioLayoutFillinstead. - FEAT: can be set to find assets glob and output file name.
0.1.0 #
- FEAT: generate
Scenariowith the function that hasBuildContext. - BREAKING CHANGE: upgrade sdk with some dependencies.
0.0.6+1 #
- CHORE: fix analyzer version.
0.0.5 #
- BREAKING CHANGE: remove scenario thumbnail scale parameter.
0.0.4+1 #
- upgrade dependencies
0.0.4 #
- FIX: fix searching for generate files.
0.0.3 #
- FEAT: remove dartx and use dart api.
0.0.2 #
- upgrade dependencies
0.0.1 #
- initial release.