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: joeldev/ADNKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: appdotnet/ADNKit
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
  • 0 files changed
  • 4 contributors

Commits on Sep 12, 2013

  1. add ANKSearchQuery to target.

    ANKSearchQuery missing from ADNKit-AFNetworking-iOS target
    rrbrambley authored and Dalton Caldwell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    a1eeacf View commit details
    Browse the repository at this point in the history
  2. orderType defaults to ID

    "id" is default according to the API docs,
    so it is confusing that it is set to "score" if I
    e.g., init a new query and never set this
    field. also, "score" results in 400 if the query
    field is not set.
    rrbrambley authored and Dalton Caldwell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    8d41b76 View commit details
    Browse the repository at this point in the history
  3. search should return array of posts

    rrbrambley authored and Dalton Caldwell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    866ba6f View commit details
    Browse the repository at this point in the history
  4. support serializing NSArray @Property on ANKResource

    ANKSearchQuery has many NSArray properties and
    they need to be made into comma-delimited JSON
    for the queries to work properly.
    rrbrambley authored and Dalton Caldwell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    3079b7d View commit details
    Browse the repository at this point in the history
  5. Adding rate limit information to ANKAPIResponse

    Jonathan Hays authored and Dalton Caldwell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    cd01e10 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2013

  1. add transformations for immutable/mutable array subclasses

    rrbrambley authored and Dalton Caldwell committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    d65205d View commit details
    Browse the repository at this point in the history
  2. allow for conditionally excluding primitives

    ANKSearchQuery was previously sending all BOOL properties as part of the query.
    This was excluding results from search options unnecessarily.
    rrbrambley authored and Dalton Caldwell committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    db9ebc5 View commit details
    Browse the repository at this point in the history
  3. fix for switch - NSNumber cannot be cast to int

    rrbrambley authored and Dalton Caldwell committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    ec386dc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2013

  1. Merge branch 'master' of https://github.com/appdotnet/ADNKit

    Dalton Caldwell committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    9949cc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. Merge branch 'upstream-master' into adn-master

    Bryan Berg committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    114a806 View commit details
    Browse the repository at this point in the history
Loading