Skip to content

Tags: palantir/syntactic-paths

Tags

0.9.0

Verified

This commit was signed with the committer’s verified signature.
Autorelease 0.9.0

0.8.0

Verified

This commit was signed with the committer’s verified signature.
Autorelease 0.8.0

0.7.0

Verified

This commit was signed with the committer’s verified signature.
Autorelease 0.7.0

0.6.1

Build with Java8

0.6.0

Clean up tests (#4)

0.5.0

Merge pull request #1 from palantir/rfink/circleci

Switch from Travis to CircleCI

0.4.0

Clarify class javadoc for Path.java

0.3.0

Add Path#isFolder and rename startsWith/endsWith to startsWithSegment…

…/endsWithSegment

This is a breaking change both syntactically and semantically. Note that the startsWith/endsWith
semantics now diverges from that of UnixPath.

0.2.0

Add Path#normalize and change most methods to operate on normalized p…

…aths

0.1.1

Add Path#resolve(String) and Path#relativize(String) for convenience