Node is no longer public in jsonpath-lib 0.2.4
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 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.
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?
I just tried out v0.2.6 and Node is still private when it was public in v0.2.3.
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.