Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use same code for all environments #57

Merged
merged 4 commits into from
Jul 16, 2020
Merged

fix: use same code for all environments #57

merged 4 commits into from
Jul 16, 2020

Conversation

gr2m
Copy link
Owner

@gr2m gr2m commented Jul 16, 2020

I was hoping for conditional exports support to arrive sooner to the popular build tools, but doesn't look like it. I decided that the value for having the additional userAgent information about OS release version is not worth all the trouble that people experience because of it. Simplicity ftw.

closes #38
fixes #23
fixes #35
fixes #37
fixes #52
fixes https://github.com/octokit/rest.js/issues/1781

BREAKING CHANGE: no longer uses os-name in Node environment. The platform
release version is no longer included. For example "Node.js/10.21.0 (Linux 4.15; x64)" is now `"Node.js/10.21.0 (Linux; x64)"

gr2m added 4 commits July 16, 2020 12:42
BREAKING CHANGE: no longer uses `os-name` in Node environment. The platform release version is no longer included. For example `"Node.js/10.21.0 (Linux 4.15; x64)"` is now `"Node.js/10.21.0 (Linux; x64)"
@gr2m gr2m merged commit a52f688 into master Jul 16, 2020
@gr2m gr2m deleted the remove-dependencies branch July 16, 2020 19:45
@github-actions
Copy link

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented Nov 4, 2023

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant