Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

fix: make opts.host work again#96

Merged
Kikobeats merged 3 commits into
TooTallNate:masterfrom
richardkazuomiller:fix-host
May 31, 2022
Merged

fix: make opts.host work again#96
Kikobeats merged 3 commits into
TooTallNate:masterfrom
richardkazuomiller:fix-host

Conversation

@richardkazuomiller

Copy link
Copy Markdown
Contributor

Fixes #95

I'm not sure if it was intentional to completely remove host support at some point or or not, but since this was a breaking change introduced in a minor release, I want to make it work again. I inferred that you hostname should be used instead of host so I marked host as deprecated; please correct me if I'm wrong. I'm not personally attached to host so I think it's fine to remove it in a major release 😄.

@Kikobeats

Copy link
Copy Markdown
Collaborator

It was deprecated at 6.1 and definetively removed at 6.2

so maybe just lock your version to 6.1?

@richardkazuomiller

Copy link
Copy Markdown
Contributor Author

Breaking changes like that are usually included in a major version release, so I think it's better to patch v6 and release the current behavior as v7.

@Kikobeats

Copy link
Copy Markdown
Collaborator

makes sense; not sure why tests are failing

@Kikobeats Kikobeats merged commit eb87f6c into TooTallNate:master May 31, 2022
@richardkazuomiller

Copy link
Copy Markdown
Contributor Author

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

host property of constructor options no longer works

2 participants