Skip to content

Releases: djluck/YamlDotNet.Locations

0.5.0

27 Apr 21:18
364dd2d
Compare
Choose a tag to compare

Added support for locating dictionary members via dynamic LINQ expression (#5, thanks @Tarmander)

0.4.0

18 Apr 21:59
df41a03
Compare
Choose a tag to compare
  • Added support for locating collection members via dynamic LINQ expression (#4, thanks @Tarmander)

0.3.1

13 Apr 00:53
51aee43
Compare
Choose a tag to compare
  • Fixed a bug that meant LINQ expressions that casted value types to object would fail to resolve

0.3.0

20 Sep 02:56
868d69a
Compare
Choose a tag to compare
  • Added ability to maintain the naming convention of a YAML document and locate properties based on this

0.2.0

19 Sep 09:08
e3d3962
Compare
Choose a tag to compare
  • Exposing details of last successfully matched location in LocationResult (useful if a deserialized property is null/ empty)

Initial release

11 Sep 09:57
Compare
Choose a tag to compare
0.1.0

Adding README + pipelines