dart_mappable 0.3.4+1 
dart_mappable: ^0.3.4+1 copied to clipboard
Serialize / deserialize dart objects effortlessly, without any boilerplate code or annotations.
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(),==andhashCodeusing theMappablemixin 
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