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: willhains/ThingsJSONCoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: culturedcode/ThingsJSONCoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 2 files changed
  • 5 contributors

Commits on Feb 19, 2018

  1. Update example in readme to correctly handle special characters

    Characters like ampersands aren't encoded when they are part of the
    value of a query parameter. We now suggest the use of URLComponents
    to create the URL.
    jacekalms committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    dac67bd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Add support for Things 3.5 features

    Including:
    
    - Updating objects
    - Completion and cancel dates
    jacekalms committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    7667845 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Make all internal members public

    This works better for the case where ThingsJSON.swift is added to
    a framework target, but the members need to be accessed from an
    app target.
    fernandotcl committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    28b5183 View commit details
    Browse the repository at this point in the history
  2. Some enhanced Swift initializing

    Fabian Renner authored and fernandotcl committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    a5adf91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7d52be View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Update ThingsJSON.swift

    Resolves "Enum case 'invalidType' has 2 associated values; matching them as a tuple is deprecated" warning.
    jabruder committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    71911a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Merge pull request culturedcode#2 from jabruder/master

    Update ThingsJSON.swift
    jacekalms authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    006f859 View commit details
    Browse the repository at this point in the history
  2. Tweak unused parameters

    jacekalms committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    c3e85c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61649b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0862eaa View commit details
    Browse the repository at this point in the history
Loading