feat: creating deserializItem method. Making xml changes.

This commit is contained in:
Laura Gomez
2019-12-12 15:31:29 -05:00
committed by Chris Cameron
parent 1ab247f204
commit 7689ffc3c8
2 changed files with 40 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added MathUtils methods for converting to and from percentages
- Added enum extensions for finding the inclusion and exclusion of enum flags
- Added DateTime extensions for adding years, months, days, hours, minutes and wrapping without modifying other values
- Added shims for deserializing an XML array using a callback for each item
## [10.2.0] - 2019-12-04
### Added