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

Add STJ.Nodes.JsonArray.Remove(All|Range) #109472

Merged
merged 7 commits into from
Nov 7, 2024

Commits on Sep 27, 2024

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

Commits on Nov 2, 2024

  1. added exception messages; added tests;

    fixed bug on trailing elements in RemoveAll
    karakasa committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    d054f22 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Implement RemoveAll thru List<T>.RemoveAll with lambdas. Remove lazy-…

    …load checks in RemoveRange.
    karakasa committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b18fa3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5bcbc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d58849 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    karakasa committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c24a27b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42928b2 View commit details
    Browse the repository at this point in the history