Skip to content

Releases: tallesl/net-Object

4.0.0

12 Sep 18:59

Choose a tag to compare

  • Moved to .NET Standard 2.0 (2f39e56);
  • Fixed DataRow support (421145f).

3.3.2

14 Jan 01:03

Choose a tag to compare

  • Reading only public instance (non-static) properties (cbf6269).

3.3.1

27 Sep 18:29

Choose a tag to compare

  • Not throwing MismatchedTypesException when the property on class is object (7672ac7).

3.3.0

12 Sep 01:59

Choose a tag to compare

  • Added support for nested IDictionary<string, object> (1b0ed1a).

3.2.0

17 Aug 13:56

Choose a tag to compare

  • Allowing custom array separator through ObjectExtensions.Separator (d26faa4);

3.1.0

07 Apr 18:06

Choose a tag to compare

3.0.0

18 Feb 21:23

Choose a tag to compare

2.0.2

21 Oct 21:59

Choose a tag to compare

2.0.1

21 Oct 21:24

Choose a tag to compare

  • Supporting sources with just one value (d780204).

2.0.0

31 Aug 22:30

Choose a tag to compare

  • 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).