Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: skelpo/JSON
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: skelpo/JSON
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    321e07a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from tkrajacic/fix-circular-reference

    Fix circular reference error in Swift 5.4
    proggeramlug authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    81389cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ddcba5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Add explicitly-typed UInt overloads (usually Codable suggests them) f…

    …or _JSON[Keyed|Unkeyed|Single]Value[Encoder|Decoder] and their containers. UInt also gets a customized JSONRepresentable conformance that round-trips its bit pattern through Int.
    gwynne committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    282c859 View commit details
    Browse the repository at this point in the history
  2. Add unit test for round-tripping of UInt through JSON when encoded by…

    … a single-value container.
    gwynne committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    6986bb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Merge pull request #8 from skelpo/fix-uint-singlevalue-coding

    Fix Uint coding when wrapped by a SingleValueContainer
    calebkleveter authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    2673a40 View commit details
    Browse the repository at this point in the history
Loading