dart_mappable 0.3.2+2 dart_mappable: ^0.3.2+2 copied to clipboard
Serialize / deserialize dart objects effortlessly, without any boilerplate code or annotations.
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