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: defunkt/jquery-pjax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: defunkt/jquery-pjax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on May 20, 2017

  1. Configuration menu
    Copy the full SHA
    5fce8b5 View commit details
    Browse the repository at this point in the history
  2. Remove extra & after stripping internal query params

    Before:
    
        ?_pjax=1&a=2  =>  ?&a=2
    
    After:
    
        ?_pjax=1&a=2  =>  ?a=2
    
    Fixes #637, closes #673
    mislav committed May 20, 2017
    Configuration menu
    Copy the full SHA
    c19287e View commit details
    Browse the repository at this point in the history
  3. Handle documents with no or empty <head> tags

    Closes #625
    Karsten Kraus authored and mislav committed May 20, 2017
    Configuration menu
    Copy the full SHA
    245db60 View commit details
    Browse the repository at this point in the history
  4. Add eslint to project

    Closes #524
    mislav committed May 20, 2017
    Configuration menu
    Copy the full SHA
    c9acf5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c194fe9 View commit details
    Browse the repository at this point in the history
  6. jquery-pjax 2.0.1

    mislav committed May 20, 2017
    Configuration menu
    Copy the full SHA
    0f63686 View commit details
    Browse the repository at this point in the history
  7. Configure CI for nodejs 6.x

    mislav committed May 20, 2017
    1 Configuration menu
    Copy the full SHA
    a244707 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Improve README

    * Simplify
    * Indicate unmaintained status of the project
    * Stop recommending Bower; recommend npm install instead
    mislav committed May 23, 2017
    Configuration menu
    Copy the full SHA
    5deb2f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    153262e View commit details
    Browse the repository at this point in the history
Loading