Skip to content

url.parse and debug#197

Open
wraithgar wants to merge 3 commits intomainfrom
gar/url.parse
Open

url.parse and debug#197
wraithgar wants to merge 3 commits intomainfrom
gar/url.parse

Conversation

@wraithgar
Copy link
Copy Markdown
Member

@wraithgar wraithgar commented Apr 6, 2026

This contains two breaking changes:

  • move from url.parse to URL.parse so we no longer get deprecation warnings about it. The differences are minor but still breaking
  • remove the custom debug implementation. We don't really use this now that development on this lib has slowed down and if we wanted to do this in the future we'd use a different approach most likely

Also the comments were inlined. This PR will need to be rebase merged to have all these show up in the changelog.

fixes npm/statusboard#1079

BREAKING CHANGE: this package now uses URL.parse, as the original url.parse was deprecated.
BREAKING CHANGE: debug console.error output has been removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove url.parse from nopt

2 participants