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: davewasmer/devcert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: davewasmer/devcert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 11 files changed
  • 9 contributors

Commits on Jul 7, 2020

  1. Fix valid domain regex (#57)

    * Fix valid domain regex
    
    Based on https://gist.github.com/dperini/729294
    
    Stripped the following checks:
    
    - protocol (http, ftp)
    - short syntax (//)
    - basic auth (user:pass)
    - requirement for TLD (\. made optional)
    - port number (:port)
    - resource path (/path, #resource-path)
    
    * Revert Regex to just support localhost
    
    * Prevent matching only a few octets of the ip
    
    https://regexr.com/56tso
    
    * Add ipv4 regex
    
    * Add error for ip addresses
    
    * Add missing }
    
    Co-authored-by: Jeremy Albright <[email protected]>
    
    Co-authored-by: Jeremy Albright <[email protected]>
    stramel and Js-Brecht authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0386f33 View commit details
    Browse the repository at this point in the history
  2. chore: update changelog

    James Zetlen committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1ec8bd6 View commit details
    Browse the repository at this point in the history
  3. v1.1.2

    James Zetlen committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    13e17eb View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Bump standard-version from 4.3.0 to 8.0.1 (#59)

    Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 4.3.0 to 8.0.1.
    - [Release notes](https://github.com/conventional-changelog/standard-version/releases)
    - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
    - [Commits](conventional-changelog/standard-version@v4.3.0...v8.0.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    ce1c7ba View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Remove configstore (#62)

    herecydev authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7418e3c View commit details
    Browse the repository at this point in the history
  2. v1.1.3

    James Zetlen committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    d343e2d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Feature: Allow multiple Subject Alternative Name (SAN) extensions (#52)

    * Feature: Adding multiple domains using subject alternative name (SAN)
    
    * Update README with Docker and SAN instructions
    
    * Update readme
    
    * Readme polish
    
    * Tweaks
    
    * Formatting fixes
    
    * Adjust pathForDomain
    
    * Create a stable hash for directory path of SAN listed domains
    
    * Merge SAN with validation features
    
    * Tweak for latest typescript
    camsjams authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    be273aa View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. chore: bring lockfiles current

    zetlen committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    92a14f8 View commit details
    Browse the repository at this point in the history
  2. 1.2.0

    zetlen committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    fecd645 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

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

    James Zetlen committed May 3, 2022
    Configuration menu
    Copy the full SHA
    1ed164f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Allow subdomains and localhost in new domain validator (#84)

    * fix subdomain
    
    * add localhost
    NewFuture authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    83dd841 View commit details
    Browse the repository at this point in the history
  2. 1.2.2

    = committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    2f42b5a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. npm audit fix meow standard-version (#85)

    Co-authored-by: = <=>
    James Zetlen authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    0638b15 View commit details
    Browse the repository at this point in the history
Loading