source_gen 0.2.0+1
source_gen: ^0.2.0+1 copied to clipboard
Automatic sourcecode generation for Dart
##0.2.0+1
- Updated
README.mdwith new examples. - Fixed sub-bullet indenting in
CHANGELOG.md.
##0.2.0
- BREAKING Moved and renamed JSON serialization classes.
- Added a
JsonLiteralgenerator. - Improved handling and reporting of Generator errors.
JsonGenerator- Learned how to use constructor arguments.
- Learned how to properly handle
DateTime.
##0.1.1
- Support for parameterized annotations.
- Add named arguments to
JsonGenerator.
##0.1.0+1
README.mdupdates.
##0.1.0
- BREAKING
Generator.generateis now async – returnsFuture<String> - Big update to
README.md.
##0.0.1
- Ready for experimentation.
##0.0.0+1
- First play release.