This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
Releases: Domysee/Pather.CSharp
Releases · Domysee/Pather.CSharp
v2.1.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0
Upgrade to dotnet core
Change Resolver.Resolve to return an IEnumerable<object>
instead of Selection
Provide method CreatePath
to create the path elements, and an overload for Resolve
to accept path elements
Add check for setting PathElementFactories
that they are non-null
v1.0
Release version 0.3.0-beta
Changes for easy extensibility
Release version 0.2.0-beta
Add resolving array entries per index
Add resolving dictionary entries per key
Change internals to be more robust and flexible
v0.1.1: Update version number to 0.1.1-beta
Dependency to System.Text.RegularExpressions changed to version 4.0.0, so that there is no error when installing the package via nuget that the beta version could not be found.