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: Nagle/QueryKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: QueryKit/QueryKit
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.
  • 16 commits
  • 30 files changed
  • 2 contributors

Commits on Mar 1, 2020

  1. feat: support Swift 5

    BREAKING CHANGE: Swift 3/4 is no longer supported
    
    Closes QueryKit#52
    Closes QueryKit#53
    Closes QueryKit#54
    kylef committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    edd71f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8650806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    052e4b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65db604 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0546e7e View commit details
    Browse the repository at this point in the history
  6. feat: support KeyPath ordering

    kylef committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    a3df08f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4530948 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7934e49 View commit details
    Browse the repository at this point in the history
  9. Merge pull request QueryKit#55 from QueryKit/kylef/keypath

    Support KeyPath operations (filtering/sorting)
    kylef authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    c0b099b View commit details
    Browse the repository at this point in the history
  10. chore: deprecate attribute filtering/excluding

    This is replaced by KeyPath
    kylef committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    ca46aac View commit details
    Browse the repository at this point in the history
  11. release: 0.14.0

    kylef committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    815777d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

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

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    4ea1d9c View commit details
    Browse the repository at this point in the history
  2. release: 0.14.1

    kylef committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    9407c92 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

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

Commits on Jun 10, 2021

  1. perf: optimise queryset exists

    kylef committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    6542e11 View commit details
    Browse the repository at this point in the history
Loading