Thanks to visit codestin.com
Credit goes to github.com

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: medialize/URI.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.12
Choose a base ref
...
head repository: medialize/URI.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.6
Choose a head ref
  • 18 commits
  • 19 files changed
  • 6 contributors

Commits on Oct 1, 2017

  1. feature(fragment-query): add setFragment()

    closes #338
    
    * Add tests for static method URI.setQuery
    fishead authored and rodneyrehm committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    29ab103 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1cedf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cc5c22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde82ec View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. fix(core): properly parse query property (#367)

    closes #366
    wachunei authored and rodneyrehm committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    ec3d57b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa46615 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. fix(buildQuery): support params without key

    closes #243 #383
    AlekseyLeshko authored and rodneyrehm committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    7168049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ced30a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    433f0e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e780eeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    594ffc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Configuration menu
    Copy the full SHA
    4f45faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7064ab View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

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

Commits on Dec 30, 2020

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

Commits on Feb 13, 2021

  1. fix(parse): treat backslash as forwardslash in scheme delimiter

    make `https:/\attacker.com` like `https:\/attacker.com` result in `https://attacker.com/`
    rodneyrehm committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    a1ad8bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46c8ac0 View commit details
    Browse the repository at this point in the history
Loading