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: v5.0.0
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: v6.0.0
Choose a head ref
  • 5 commits
  • 46 files changed
  • 2 contributors

Commits on Jan 23, 2022

  1. Update devDependencies

    jhnns committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    87999be View commit details
    Browse the repository at this point in the history
  2. Change tabs in README to spaces

    jhnns committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    4a4a8c7 View commit details
    Browse the repository at this point in the history
  3. Remove punycode package

    We can get the same functionality with the URL constructor
    jhnns committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    371b07f View commit details
    Browse the repository at this point in the history
  4. Migrate package to ECMAScript modules

    BREAKING CHANGE: parse-domain will now be released as native ECMAScript module. There's no CommonJS build anymore. If you're still using CommonJS, you need to import it asynchronously using `await import("parse-domain")`. If you're still using Node 12, you may need to update it to the latest 12.x version.
    jhnns committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    42f54e8 View commit details
    Browse the repository at this point in the history
  5. chore(release): 6.0.0 [skip ci]

    # [6.0.0](v5.0.0...v6.0.0) (2022-01-23)
    
    * Migrate package to ECMAScript modules ([42f54e8](42f54e8))
    
    ### BREAKING CHANGES
    
    * parse-domain will now be released as native ECMAScript module. There's no CommonJS build anymore. If you're still using CommonJS, you need to import it asynchronously using `await import("parse-domain")`. If you're still using Node 12, you may need to update it to the latest 12.x version.
    semantic-release-bot committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    7aec7f2 View commit details
    Browse the repository at this point in the history
Loading