Skip to content
New issue

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

Update to latest fast-json-patch #23

Merged
merged 2 commits into from
Jun 25, 2018

Commits on Mar 2, 2018

  1. Update to latest fast-json-patch

    * fix the warning 'jsonpatch.apply is deprecated, please use `applyPatch` for applying patch sequences, or `applyOperation` to apply individual operations.'
    * Update to 2.0.6 version of fast-json-patch and address the deprecation warning
    * Update tests to include patch array of operations
    * Update docs with an example reason to use patch with a link to the json-patch spec
    donaldjarmstrong committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    49cf145 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Changes infoemed by review by epoberezkin

    * remove extra parameter from add_keyword; instead change the invoke targets to pass function
    * make the tests all require 'q' property; confirm it in test_validate.
    donaldjarmstrong committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    5708ba9 View commit details
    Browse the repository at this point in the history