FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing master...develop/4.0 · ishkawa/APIKit · GitHub

/ APIKit Public
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: ishkawa/APIKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: ishkawa/APIKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop/4.0
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 25, 2016

  1. Add APIKit 4 migration guide

    ishkawa committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    b0da296 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

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

Commits on Jan 17, 2017

  1. Added .DS_Store to gitignore

    How was this not already there?
    gormster committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    6bb7961 View commit details
    Browse the repository at this point in the history
  2. Allow DataParser to return typed objects

    DataParser should not be required to return Any and have objects checked for type safety at runtime. This allows us to use the Swift build time type checking system with very minimal changes to existing code. The only API breaking change is that Request classes using the default JSONDataParser should now conform to JSONRequest, instead of just Request. This is because protocol extensions cannot declare default associated types.
    gormster committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    261af5f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Merge pull request #229 from matsuda/feature/queryParameters

    Add QueryParameters protocol to provide interface for URL query.
    ishkawa authored Mar 12, 2017
    Configuration menu
    Copy the full SHA
    758f24f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from gormster/DataParserAssociatedTypes

    Data parser associated types
    ishkawa authored Mar 12, 2017
    Configuration menu
    Copy the full SHA
    5f67418 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Add a way to get progress of uploading

    While the upload is in progress, `progressHandler` closure is periodically called.
    Therefore you can get information of uploading about `didSendBodyData` `totalBytesSent` `totalBytesExpectedToSend`.
    These parameters are defined by `urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)` in `URLSessionTaskDelegate`.
    taish committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    57c3837 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Configuration menu
    Copy the full SHA
    8ebecd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa08818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8748820 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #234 from taish/new-feature-upload-progress

    Add a way to get progress of uploading.
    ishkawa authored Mar 25, 2017
    Configuration menu
    Copy the full SHA
    184b827 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

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

Commits on Mar 30, 2017

  1. Merge pull request #236 from taish/fix-progress

    Fix `progressHandler` to work properly
    ishkawa authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    8807e49 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

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

Commits on May 1, 2017

  1. Merge pull request #237 from ishkawa/rename-request-parser

    Rename Request.Parser to Request.DataParser
    ishkawa authored May 1, 2017
    Configuration menu
    Copy the full SHA
    ccc4e97 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

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

Back | FazBrowse Home | New Git URL