This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
v0.0.6
This release fixes some issues:
- https://github.com/krishicks/yaml-patch/issues/5
- https://github.com/krishicks/yaml-patch/issues/4
- https://github.com/krishicks/yaml-patch/issues/3
- https://github.com/krishicks/yaml-patch/issues/2
It adds support for escape ordering to the path-finding extension (/key=value
). If you have a path that you want to find and the value contains a /
, use ~1
to escape the slash, e.g. /key=a~1b
to match an object with key key
and value a/b
.
It also adds support for the test
operation, to test that a value at a certain path matches the given value.