- Updated analyzer and test dependency (thanks to @rightisleft)
- Changed the default DateTime serialized format to ISO 8601 with Z notation.
- Added a transformer that generates static serialization rules and does not use mirrors.
- Breaking changes:
- You now have to instantiate a Dartson instance instead of relying on global functions.
- You now add custom transformer to the Dartson instance instead of adding them globally.
- Added dartson.fill function
- Compatible to dart 1.4+
- Added dartson.TypeTransformer see README.md
- Added package:dartson/default_transformers.dart
- Fixed @MirrorsUsed annotations
- Added map and mapList functions to use an already parsed map