jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

Node is no longer public in jsonpath-lib 0.2.4

Open EliSnow opened this issue 4 years ago • 4 comments

In v0.2.3 Node was public, but is no longer exposed.

Unfortunately this breaks code in a semver incompatible way.

I'm using Parser::compile directly and need to store the returned Node. Parser is still exposed but not Node

EliSnow avatar Feb 19 '20 23:02 EliSnow

@EliSnow jsonpath-rs 0.2.4 has been unpublished. The jsonpath-rs module has been removed from this repository and will be managed by another repository.

freestrings avatar Feb 23 '20 04:02 freestrings

crates.io is still showing 0.2.4. Sorry for the confusion in the title, I actually meant jsonpath-lib the rust library, not the npmjs package. What is the new repository for this library?

EliSnow avatar Feb 24 '20 20:02 EliSnow

I just tried out v0.2.6 and Node is still private when it was public in v0.2.3.

EliSnow avatar Jan 22 '21 23:01 EliSnow

I just checked v0.3.0 and it looks like Node is still private. Is there any plans to make it public again? We're still currently locked to v0.2.3.

tkmcmaster avatar Nov 03 '21 16:11 tkmcmaster