-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
uuid versions into separate modules, per #154 #159
Conversation
@@ -1,6 +1,6 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should just drop this file. I forgot to delete it when I merged the two repos.
@@ -1,14 +1,13 @@ | |||
{ | |||
"name": "uuid", | |||
"version": "3.0.0", | |||
"version": "3.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no version changes in PRs, those happen after once ready to release (with changelog updates accordingly).
}; | ||
|
||
rng.isCrypto = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated to separating out into files?
👍 overall, just need to remove the version bump (FYI use the defunctzombie/changelog module to manage the changelog and release versions separately from PRs once I know what will go into the version). Also the addition of the new isCrypto api should be a separate PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to add something to the readme about using the specific version you want (v4 vs v1) for smaller bundle size and how to do that (require syntax and import syntax)
Squash merge when ready \o/
No description provided.