We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
First thanks for this great library.
Since version 1.2, if the path contains a @, it fails to update the document. This is similar to #61 but it's not resolved in version 1.2.5.
@
To reproduce, you can clone Vulcain and run this test: https://github.com/dunglas/vulcain/blob/f2d77e93a75ea803607bbc816c7eb1d534a2e7bc/server_test.go#L191
With version 1.1.7, it's green, but starting with version 1.2.0 it's red.
I hope this helps.
The text was updated successfully, but these errors were encountered:
As a workaround, escaping special sjson chars fixes the issue: dunglas/vulcain#104
Sorry, something went wrong.
No branches or pull requests
Hi,
First thanks for this great library.
Since version 1.2, if the path contains a
@
, it fails to update the document. This is similar to #61 but it's not resolved in version 1.2.5.To reproduce, you can clone Vulcain and run this test: https://github.com/dunglas/vulcain/blob/f2d77e93a75ea803607bbc816c7eb1d534a2e7bc/server_test.go#L191
With version 1.1.7, it's green, but starting with version 1.2.0 it's red.
I hope this helps.
The text was updated successfully, but these errors were encountered: