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

Fix minor issues after introducing incremental JSON_PATCH merge #284

Merged
merged 16 commits into from
Jul 27, 2023

Commits on Jul 24, 2023

  1. only set and merge if the value has changed

    Christoph Pader committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b240d8c View commit details
    Browse the repository at this point in the history
  2. remove unused eslint rule

    Christoph Pader committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a4ab77a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fix: wrong condition

    Christoph Pader committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bc5ae6a View commit details
    Browse the repository at this point in the history
  2. add comment for broadcastUpdate return value

    Christoph Pader committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7722ed2 View commit details
    Browse the repository at this point in the history
  3. add back log in set

    Christoph Pader committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    120943e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39adecf View commit details
    Browse the repository at this point in the history
  5. remove console.log

    Christoph Pader committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d22b19d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Update lib/Onyx.js

    Co-authored-by: Tim Golen <tgolen@gmail.com>
    chrispader and tgolen authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    dd13cc1 View commit details
    Browse the repository at this point in the history
  2. add comments

    Christoph Pader committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3cf17a6 View commit details
    Browse the repository at this point in the history
  3. pass hasChanged to broadcastUpdate function

    Christoph Pader committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5dcb829 View commit details
    Browse the repository at this point in the history
  4. extract top-level null omiting

    Christoph Pader committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    91cc330 View commit details
    Browse the repository at this point in the history
  5. update comments

    Christoph Pader committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3fc85a4 View commit details
    Browse the repository at this point in the history
  6. Update lib/Onyx.js

    Co-authored-by: Tim Golen <tgolen@gmail.com>
    chrispader and tgolen authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c91227d View commit details
    Browse the repository at this point in the history
  7. remove unnecessary Object.assign

    Christoph Pader committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4f930ad View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. removed unused jsdoc

    Christoph Pader committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4ee679c View commit details
    Browse the repository at this point in the history
  2. fix: remove return value

    Christoph Pader committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6f270f4 View commit details
    Browse the repository at this point in the history