Releases: djluck/YamlDotNet.Locations
Releases · djluck/YamlDotNet.Locations
0.5.0
Added support for locating dictionary members via dynamic LINQ expression (#5, thanks @Tarmander)
0.4.0
- Added support for locating collection members via dynamic LINQ expression (#4, thanks @Tarmander)
0.3.1
- Fixed a bug that meant LINQ expressions that casted value types to
object
would fail to resolve
0.3.0
- Added ability to maintain the naming convention of a YAML document and locate properties based on this
0.2.0
- Exposing details of last successfully matched location in
LocationResult
(useful if a deserialized property is null/ empty)
Initial release
0.1.0
Adding README + pipelines