Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for URL objects in Link and Router #1345

Merged
merged 19 commits into from
Mar 12, 2017
Merged

Add support for URL objects in Link and Router #1345

merged 19 commits into from
Mar 12, 2017

Commits on Mar 4, 2017

  1. Configuration menu
    Copy the full SHA
    87d8a31 View commit details
    Browse the repository at this point in the history
  2. Fix typo in comment

    sergiodxa committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    1334cf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2332339 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    846f307 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

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

Commits on Mar 7, 2017

  1. Update readme.md

    sergiodxa authored Mar 7, 2017
    Configuration menu
    Copy the full SHA
    906ab66 View commit details
    Browse the repository at this point in the history
  2. Parse URL to get the host & hostname in isLocal

    This should check if the current location and the checked URL have the same `host` or `hostname`.
    sergiodxa authored Mar 7, 2017
    Configuration menu
    Copy the full SHA
    32f371d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

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

Commits on Mar 11, 2017

  1. Configuration menu
    Copy the full SHA
    3df3f9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba0934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b54650 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7785c View commit details
    Browse the repository at this point in the history
  5. Add usage example

    sergiodxa committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    5612fbe View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Configuration menu
    Copy the full SHA
    0d01f5c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'support-url-objects' of https://github.com/sergiodxa/ne…

    …xt.js into sergiodxa-support-url-objects
    arunoda committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    bd34cc7 View commit details
    Browse the repository at this point in the history
  3. Refactor the codebase a bit.

    arunoda committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    58a4bf3 View commit details
    Browse the repository at this point in the history
  4. Change the example name.

    arunoda committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    7186145 View commit details
    Browse the repository at this point in the history
  5. Add a few test cases.

    arunoda committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    b18b1db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acf7620 View commit details
    Browse the repository at this point in the history