- Add DartDoc comments, correct typos in comments.
- Clean up whitespace.
- Added
bounded_extension_type_unions.dart
, providing a variant of the union types provided byextension_type_unions.dart
which offers improved run-time type safety in return for some verbosity.
- Add more DartDoc comments.
- Add more DartDoc comments.
- Add JSON example.
- Add DartDoc comments to JSON related declarations.
- Improve the description in pubspec.yaml.
- Initial version.