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

Improve list/map support for ObjectsAreEqual #1058

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2021

  1. Improve list/map support for ObjectsAreEqual

    Function `ObjectsAreEqual` now compares two objects of type array/slice/map by iterating over each element. When two objects contain the same value but have different types, the function will now return `true`.
    harryzcy committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9e8f918 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    8568f4a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    70077d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    467f7d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    18d91fc View commit details
    Browse the repository at this point in the history
  2. Fix issues after merge

    harryzcy committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8372880 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    92f39b3 View commit details
    Browse the repository at this point in the history