Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Releases: Domysee/Pather.CSharp

v2.1.0

23 Feb 13:53
Compare
Choose a tag to compare

Add ResolveSafe method (Issue #5)

v2.0.4

08 May 18:51
Compare
Choose a tag to compare

Fixed issue #3

v2.0.3

01 May 17:11
Compare
Choose a tag to compare

Fixed issue #4

v2.0.2

19 Mar 13:20
Compare
Choose a tag to compare

Converted the project to new format for Visual Studio 2017
Fixed Issue #2

v2.0.1

11 Feb 10:15
Compare
Choose a tag to compare

Removed reference to System.Runtime.InteropServices, which caused referencing problems in some cases

v2.0

26 Aug 21:22
Compare
Choose a tag to compare

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

28 Dec 18:29
Compare
Choose a tag to compare

Add support for Selections (operating on multiple objects at the same time)

Release version 0.3.0-beta

26 Dec 07:56
Compare
Choose a tag to compare
Pre-release

Changes for easy extensibility

Release version 0.2.0-beta

25 Dec 21:48
Compare
Choose a tag to compare
Pre-release

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

25 Dec 12:46
Compare
Choose a tag to compare

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.