json_factory_annotation 1.0.2
json_factory_annotation: ^1.0.2 copied to clipboard
Annotation for centralized, type-safe JSON factory generation in Dart models. Supports generic API responses and complex object graphs.
1.0.2 - 2025-08-28 #
Changed #
- Updated BaseResponse usage examples with clearer examples
- Enhanced documentation clarity for type-safe JSON parsing
- Improved code examples in README
1.0.1 - 2025-08-25 #
Changed #
- Enhanced README with clearer usage examples
- Added detailed explanation of @JsonModel annotation
- Improved documentation structure and formatting
- Added examples for json_serializable integration
- Added code examples with proper syntax highlighting
1.0.0 - 2025-08-25 #
First stable release with production-ready features.
Added #
- Stable public API for JSON serialization annotations
- Complete documentation with usage examples
- Comprehensive test coverage
- Type-safe serialization support
- Generic type support
- Integration with json_factory_generator
Changed #
- Improved annotation definitions
- Enhanced type safety
- Updated meta package dependency
Migration #
- No breaking changes from 0.1.x
- All existing annotations will continue to work as expected