dart_mappable 0.3.8+1 dart_mappable: ^0.3.8+1 copied to clipboard
Serialize / deserialize dart objects effortlessly, without any boilerplate code or annotations.
0.3.8 #
- Add support for custom discriminator values
0.3.7 #
- Add support for custom iterables and maps
- Improve documentation on decoding lists, sets and maps
0.3.6 #
- Add support for abstract classes and polymorphism using type discriminators
0.3.5 #
- Fix minified types issue on web
0.3.4 #
- Ignore classes with only private constructors
0.3.3 #
- Change auto_apply to none
0.3.2 #
- Add support for DateTime
0.3.1 #
- Conditionally apply ignoreNull
0.3.0 #
- Generic type support
- Improved documentation
0.2.1+1 #
- Fix formatting
- Export BuildOptions and CaseStyle classes
0.2.1 #
- Add support for
.toString()
,==
andhashCode
using theMappable
mixin
0.2.0+1 #
- Change builder signature
0.2.0 #
- Support null-safety
- Add code documentation
0.1.1+1 #
- Improve example
- Improve README
0.1.1 #
- Add initial documentation to README
- Add yaml configuration options
0.1.0 #
- Initial development release