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: jsonmodel/jsonmodel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: modmed-external/jsonmodel
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.
  • 9 commits
  • 22 files changed
  • 5 contributors

Commits on Dec 14, 2016

  1. fix deprecated warnings

    rossdoug committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    6b55142 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

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

Commits on Dec 15, 2020

  1. EMA-142882 ios move jsonmodel to spm (#1)

    * add SPM support. Removed nested directories
    
    * adjustments for header
    gtakahashi authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    b012d48 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. EMA-143563: Remove optimization which may not overwrite default values.

    If the default value of an object is @0 for a bool value, and the value from the server is false, then the property won't be overwritten with a value of the correct type. Instead, overwrite those default values so we get something with the correct type.
    Andrew Wooster committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    6eff886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0870f4d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Merge pull request #2 from modmed/bugfix/ARW-EMA-143563-Type-Mismatch

    Bugfix/arw ema 143563 type mismatch
    wooster authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    3b22891 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. EMA-149147 update package for xcode 12.5 (#3)

    * EMA-149147: add Public folder and move JSONModelLib.h
    
    * EMA-149147: move other h files to Public
    gtakahashi authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8e1959d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

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

Commits on Jun 15, 2021

  1. jsonmodel update to xcode 12.5 (#5)

    * EMA-149330: address compiler warnings
    
    * EMA-149330: add iOS platform
    
    * EMA-149330: use I and Q with native values
    gtakahashi authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f477f96 View commit details
    Browse the repository at this point in the history
Loading