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 options for minimal links and auto-prefixing http protocol #727

Merged
merged 14 commits into from
Apr 9, 2018

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    a4d97c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b5777b View commit details
    Browse the repository at this point in the history
  3. Scope minimalLinks option

    SDRACK committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    9a698cb View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    2658e0e View commit details
    Browse the repository at this point in the history
  2. Merge 2.9.5

    SDRACK committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    89e3b3a View commit details
    Browse the repository at this point in the history
  3. Correct code indentation

    SDRACK committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    535a28f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Revert to correct version

    Steve Rackham committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    fc2bf7a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Allow URLs to contain '@'; remove ES6 code.

    Simple regex used for testing whether link input is an email rather than a url.
    SDRACK committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    c0ad1cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e85ca View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Change url prefix option to urlProtocol; allow this to take bool or s…

    …tring
    Steve Rackham committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    7334fbe View commit details
    Browse the repository at this point in the history
  2. Switch to use regex.test for consistency

    Steve Rackham committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    5cfecb2 View commit details
    Browse the repository at this point in the history
  3. Update to improve urlPrefix setup

    Steve Rackham committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    8a0748f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    8463bff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b35805 View commit details
    Browse the repository at this point in the history