-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: Havunen/SystemTextJsonPatch
base: v3.0.0
head repository: Havunen/SystemTextJsonPatch
compare: main
Commits on Aug 14, 2023
-
Sampo Kivistö authored
Aug 14, 2023 Configuration menu - View commit details
-
Copy full SHA for f6df1c1 - Browse repository at this point
Copy the full SHA f6df1c1View commit details
Commits on Aug 21, 2023
-
All invalid patch operations now correctly throw JsonPatchTestOperati…
…onException and malformed patch documents throw JsonPatchException
Configuration menu - View commit details
-
Copy full SHA for f3b1341 - Browse repository at this point
Copy the full SHA f3b1341View commit details -
Configuration menu - View commit details
-
Copy full SHA for 344f32c - Browse repository at this point
Copy the full SHA 344f32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 652e578 - Browse repository at this point
Copy the full SHA 652e578View commit details -
Configuration menu - View commit details
-
Copy full SHA for c235a99 - Browse repository at this point
Copy the full SHA c235a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e01971 - Browse repository at this point
Copy the full SHA 9e01971View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9dad69 - Browse repository at this point
Copy the full SHA e9dad69View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78cc980 - Browse repository at this point
Copy the full SHA 78cc980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fda18c - Browse repository at this point
Copy the full SHA 4fda18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9acc02c - Browse repository at this point
Copy the full SHA 9acc02cView commit details
Commits on Apr 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7d5c55 - Browse repository at this point
Copy the full SHA c7d5c55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67651b7 - Browse repository at this point
Copy the full SHA 67651b7View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 737387e - Browse repository at this point
Copy the full SHA 737387eView commit details -
Let DictionaryTypedPropertyProxy be generic to support adding to a di…
…ctionary with a given value type
Configuration menu - View commit details
-
Copy full SHA for 0596276 - Browse repository at this point
Copy the full SHA 0596276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41fd1f5 - Browse repository at this point
Copy the full SHA 41fd1f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb2d6c - Browse repository at this point
Copy the full SHA 5bb2d6cView commit details -
Merge pull request #29 from rmja/generic-dictionary
Fix issue when adding a new complex value to a generic dictionary
Configuration menu - View commit details
-
Copy full SHA for e00dfc2 - Browse repository at this point
Copy the full SHA e00dfc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 540012e - Browse repository at this point
Copy the full SHA 540012eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab492ce - Browse repository at this point
Copy the full SHA ab492ceView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e18495c - Browse repository at this point
Copy the full SHA e18495cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06aaa85 - Browse repository at this point
Copy the full SHA 06aaa85View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8a0be - Browse repository at this point
Copy the full SHA ac8a0beView commit details -
Fixes an issue where JsonNode test operation incorrectly handled null…
… and empty string
Configuration menu - View commit details
-
Copy full SHA for f63db79 - Browse repository at this point
Copy the full SHA f63db79View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbea188 - Browse repository at this point
Copy the full SHA cbea188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c19c9 - Browse repository at this point
Copy the full SHA 68c19c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8576a6 - Browse repository at this point
Copy the full SHA d8576a6View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 298e378 - Browse repository at this point
Copy the full SHA 298e378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2ff47 - Browse repository at this point
Copy the full SHA 7b2ff47View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00db29 - Browse repository at this point
Copy the full SHA a00db29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4bb61 - Browse repository at this point
Copy the full SHA 2e4bb61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10fe7ee - Browse repository at this point
Copy the full SHA 10fe7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdcdb56 - Browse repository at this point
Copy the full SHA cdcdb56View commit details -
Merge pull request #34 from AnderssonPeter/main
Add deny access functionality
Configuration menu - View commit details
-
Copy full SHA for 7fc8215 - Browse repository at this point
Copy the full SHA 7fc8215View commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6aa5d0 - Browse repository at this point
Copy the full SHA c6aa5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 847bb2a - Browse repository at this point
Copy the full SHA 847bb2aView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df190f9 - Browse repository at this point
Copy the full SHA df190f9View commit details
Commits on Oct 18, 2024
-
Merge pull request #35 from sguryev/serj/main-snake-test
Add snake case test
Configuration menu - View commit details
-
Copy full SHA for 17bfc79 - Browse repository at this point
Copy the full SHA 17bfc79View commit details -
Configuration menu - View commit details
-
Copy full SHA for a888c60 - Browse repository at this point
Copy the full SHA a888c60View commit details -
breaking change: Changed property matching to follow more closely Sys…
…tem.Text.Json naming policy. Fixes #36
Configuration menu - View commit details
-
Copy full SHA for 3554f1c - Browse repository at this point
Copy the full SHA 3554f1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 240addd - Browse repository at this point
Copy the full SHA 240adddView commit details -
Removed NotSupportedException and InvalidOperationException to reduce…
… different exception types.
Configuration menu - View commit details
-
Copy full SHA for 98cacad - Browse repository at this point
Copy the full SHA 98cacadView commit details -
Breaking change: Refactored exception types JsonPatchException now co…
…ntains FailedOperation information and JsonPatchTestOperationException is thrown only for test -operation failures
Configuration menu - View commit details
-
Copy full SHA for ef1852f - Browse repository at this point
Copy the full SHA ef1852fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f61fd2c - Browse repository at this point
Copy the full SHA f61fd2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e496ef - Browse repository at this point
Copy the full SHA 2e496efView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19e8a82 - Browse repository at this point
Copy the full SHA 19e8a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1339957 - Browse repository at this point
Copy the full SHA 1339957View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4452f - Browse repository at this point
Copy the full SHA ae4452fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7434e9 - Browse repository at this point
Copy the full SHA a7434e9View commit details
Commits on Jan 16, 2025
-
Respect PropertyNameCaseInsensitive setting (#42)
* Respect PropertyNameCaseInsensitive setting * Check in JsonPropertyNameAttribute also * Fix test * Respect PropertyNameCaseInsensitive setting in JsonObjects also
Configuration menu - View commit details
-
Copy full SHA for b7cf008 - Browse repository at this point
Copy the full SHA b7cf008View commit details
Commits on Jan 17, 2025
-
Handle KeyNotFoundException thrown from DictionaryPropertyProxy and D…
…ictionaryTypedPropertyProxy (#40) * handle KeyNotFoundException thrown from DictionaryPropertyProxy and DictionaryTypedPropertyProxy * use TryGetValue in DictionaryTypedPropertyProxy * remove try-catch in DictionaryPropertyProxy * revert to stopping patch execution on patch error
Configuration menu - View commit details
-
Copy full SHA for ea4baf5 - Browse repository at this point
Copy the full SHA ea4baf5View commit details
There are no files selected for viewing