df_generate_dart_models 0.9.1 df_generate_dart_models: ^0.9.1 copied to clipboard
A tool for generating data models and classes from annotations, offering greater flexibility than json_serializable or freezed.
Changelog #
[0.9.1] #
- Released @ 10/2024 (UTC)
- docs: Update readme
[0.9.0] #
- Released @ 10/2024 (UTC)
- breaking: Improve binaries, fix bugs and update readme
[0.8.0] #
- Released @ 10/2024 (UTC)
- breaking: Improve generator output
[0.7.3] #
- Released @ 10/2024 (UTC)
- chore: Add basic model generator binary
[0.7.2] #
- Released @ 10/2024 (UTC)
- chore: Upgrade dependencies
[0.7.1] #
- Released @ 10/2024 (UTC)
- chore: Update dependencies
[0.7.0] #
- Released @ 10/2024 (UTC)
- breaking: Update type mapper for DataRefModel to export as string and not as Map
[0.6.1] #
- Released @ 10/2024 (UTC)
- chore: Update dependencies
[0.6.0] #
- Released @ 10/2024 (UTC)
- feat: Add primative AI generation support
[0.5.0] #
- Released @ 10/2024 (UTC)
- breaking: Update dependencies and docs
[0.4.1] #
- Released @ 10/2024 (UTC)
- breaking: Add mergeWith, copyWith and copyWithout
[0.4.0] #
- Released @ 10/2024 (UTC)
- chore: Update dependencies
[0.3.0] #
- Released @ 10/2024 (UTC)
- breaking: Update command name and improve type mappers
[0.2.5] #
- Released @ 10/2024 (UTC)
- chore: Update dependencies
[0.2.4] #
- Released @ 10/2024 (UTC)
- chore: Update dependencies
[0.2.3] #
- Released @ 10/2024 (UTC)
- chore: Update dependencies and remove unused dart_support.dart file
[0.2.2] #
- Released @ 10/2024 (UTC)
- fix: Fix Uri mapping in dart_loose_type_mappers.dart
- fix: Fix string case conversion bug
[0.2.1] #
- Released @ 10/2024 (UTC)
- chore: Upgrade dependencies
[0.2.0] #
- Released @ 10/2024 (UTC)
- chore: Update dependencies
- docs: Update readme
[0.1.5] #
- Released @ 10/2024 (UTC)
- fix: Rename GenerateDartModelsFromAnnotations to generateDartModelsFromAnnotations
[0.1.3] #
- Released @ 10/2024 (UTC)
- fix: Address pub.dev issues
- chore: Update changelog script
- chore: Clean up file structure
[0.1.2] #
- Released @ 10/2024 (UTC)
- fix: Fix insight mapper bug
[0.1.1] #
- Released @ 10/2024 (UTC)
- chore: Update insight mappers and comment headers
[0.1.0] #
- Released @ 10/2024 (UTC)
- Initial release