Skip to content

2.0.0

Choose a tag to compare

@tallesl tallesl released this 31 Aug 22:30
· 41 commits to master since this release
  • Renamed the project from DataTableToObject to ToObject (8360541);
  • Supporting not only DataTable but also IDictionary<string, object>, IDictionary<string, string> and NameValueCollection (8360541, f934691, 86eff8d);
  • Throwing ValueNotFoundException when a value for a property in the class is not found (42ff837).