source_gen 0.2.0+2 source_gen: ^0.2.0+2 copied to clipboard
Automatic sourcecode generation for Dart
##0.2.0+2
##0.2.0+1
- Updated
README.md
with new examples. - Fixed sub-bullet indenting in
CHANGELOG.md
.
##0.2.0
- BREAKING Moved and renamed JSON serialization classes.
- Added a
JsonLiteral
generator. - 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.md
updates.
##0.1.0
- BREAKING
Generator.generate
is now async – returnsFuture<String>
- Big update to
README.md
.
##0.0.1
- Ready for experimentation.
##0.0.0+1
- First play release.