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

#23 Added generating JsonPatch from two objects #160

Merged

Commits on Sep 9, 2021

  1. Added generating PatchOperation list from two objects

    Nikita Bestuzhev committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    43e9acd View commit details
    Browse the repository at this point in the history
  2. refactoring and tests

    Nikita Bestuzhev committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    832831e View commit details
    Browse the repository at this point in the history
  3. some array tests

    Nikita Bestuzhev committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    129e146 View commit details
    Browse the repository at this point in the history
  4. reverse test

    Nikita Bestuzhev committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    d26e9f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    8063de0 View commit details
    Browse the repository at this point in the history
  2. test improvements and refactoring

    Nikita Bestuzhev committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8a887d6 View commit details
    Browse the repository at this point in the history
  3. prettify tests

    Nikita Bestuzhev committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f840ef2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    5bba891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    090330a View commit details
    Browse the repository at this point in the history
  3. update release notes

    gregsdennis committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    45f50aa View commit details
    Browse the repository at this point in the history
  4. Merge pull request gregsdennis#162 from gregsdennis/pointer-builder

    add implicit casts from int and string to pointer segment
    gregsdennis committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    8e9cb1a View commit details
    Browse the repository at this point in the history
  5. rebuilt documentation

    actions-user committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    774ecc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a650846 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7817ba View commit details
    Browse the repository at this point in the history
  8. fix version

    gregsdennis committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    d6d4c5b View commit details
    Browse the repository at this point in the history
  9. Merge pull request gregsdennis#161 from gregsdennis/path-unary-not

    support for the unary-not syntax
    gregsdennis committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    95a565a View commit details
    Browse the repository at this point in the history
  10. rebuilt documentation

    actions-user committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    d60e595 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. equality check fix

    Nikita Bestuzhev committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    ebfd00a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into create-patch-from-two-objects

    Nikita Bestuzhev committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    4ab8be3 View commit details
    Browse the repository at this point in the history
  3. diff improvement

    Nikita Bestuzhev committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    6b591b7 View commit details
    Browse the repository at this point in the history
  4. Added int converter to PointerSegment (was uint only)

    Nikita Bestuzhev committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    cc098b1 View commit details
    Browse the repository at this point in the history