myoro_flutter_annotations 1.4.10
myoro_flutter_annotations: ^1.4.10 copied to clipboard
A code generation library for models and theme extensions.
CHANGELOG #
1.4.10 #
- fix: Formatting
1.4.9 #
- fix: Fixed double question mark bug in copyWith parameter generation while preserving typedef names for better import handling and code quality
1.4.8 #
- fix: Fixed double question mark bug in copyWith parameter generation for constructor parameters that are not fields
1.4.7 #
- chore: Improving pub.flutter-io.cn score
1.4.6 #
- feature:
copyWith
generation in@myoroModel
is back from the dead 🧟
1.4.5 #
- fix: Remove
copyWith
frommyoroModel
1.4.4 #
- chore: Update examples
1.4.3 #
- fix: Adjust parameters without fields in
buildCopyWith
1.4.1 #
- feature: Add
copyWith
back to@myoroModel
; I understand it now
1.4.0 #
- improvement: Set automatic Dart versioning when formatting the result
- improvement: Remove
copyWith
frommyoroModel
as extended models are too intricate for code generation automation - feature: Added
// coverage:ignore-file
to results - fix: Rebuild examples
1.3.0 #
- chore: Upgrade packages in
pubspec.yaml
in order to use (json_serializable
)[https://pub.flutter-io.cn/packages/json_serializable
] with MFA
1.2.6 #
- chore: Fix documentation mistakes
1.2.5 #
- fix: Refine the fixes implemented in 1.2.4 and 1.2.3
1.2.4 #
- fix: Refine the fix provided in 1.2.3
1.2.3 #
- fix: Error caused when building
copyWith
function with a constructor argument that is not a field
1.2.2 #
- chore: Added some more notes in
README.md
1.2.1 #
- fix:
buildHashCode
# of fields to useObject.hash
orObject.hashAll
1.2.0 #
- chore: Upgrade dependencies and fix what broke
1.1.3 #
- refactor: Remove extensions and only use mixins
1.1.2 #
- improvement: Make generated extensions and mixins private
1.1.1 #
- Fix deploy script to format when deploying
1.1.0 #
- fix: typedef arguments
1.0.10 #
- Remove
tool/foo.sh
1.0.9 #
- No changes
1.0.8 #
- feature: Support for type parameters
- feature: Support for abstracted classes
1.0.7 #
- fix: Forgot to remove
example/lib/myoro_app_theme_extension.dart
- fix: Format files
- feature: Create deployment script
1.0.6 #
- fix:
lib/src/shared/functions/build_copy_with.dart
1.0.5 #
- fix:
lib/src/shared/functions/build_copy_with.dart
to be able to generate for a class without any fields
1.0.4 #
- fix:
lib/src/shared/functions/build_copy_with.dart
1.0.3 #
- fix:
.github/workflows/deploy.yml
- feature: Upgrade
lints
inpubspec.yaml
1.0.2 #
- fix: Fix step that was saying "MFL" (Myoro Flutter Library) instead of "MFA" (Myoro Flutter Annotations)
- spike: Prepare project for pub.flutter-io.cn publishing
- chore: Polish documentation
- chore: Polish deployment
1.0.1 #
- fix: Title of
.github/workflows/tests.yml
1.0.0 #
- Initial version