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: peerigon/parse-domain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: peerigon/parse-domain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 23, 2022

  1. Update README

    jhnns committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    a5fa416 View commit details
    Browse the repository at this point in the history
  2. fix: Remove auto-trimming of input

    BREAKING CHANGE: parseDomain won't .trim() the given input. The input is interpreted as it is. If you want to trim the input, you need to call .trim() before passing it to parseDomain. Auto-trimming the input changes the domain and might not be desired if any character (such as whitespace) is allowed (e.g. when using lax validation).
    jhnns committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    4ea86a1 View commit details
    Browse the repository at this point in the history
  3. fix: Add support for invalid ipv6 URLs

    Closes #114
    jhnns committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    b32d16c View commit details
    Browse the repository at this point in the history
  4. chore(release): 7.0.0 [skip ci]

    # [7.0.0](v6.0.1...v7.0.0) (2022-01-23)
    
    ### Bug Fixes
    
    * Add support for invalid ipv6 URLs ([b32d16c](b32d16c)), closes [#114](#114)
    * Remove auto-trimming of input ([4ea86a1](4ea86a1))
    
    ### BREAKING CHANGES
    
    * parseDomain won't .trim() the given input. The input is interpreted as it is. If you want to trim the input, you need to call .trim() before passing it to parseDomain. Auto-trimming the input changes the domain and might not be desired if any character (such as whitespace) is allowed (e.g. when using lax validation).
    semantic-release-bot committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    f226197 View commit details
    Browse the repository at this point in the history
Loading