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

No history.md? #78

Closed
ryandesign opened this issue Apr 8, 2014 · 1 comment
Closed

No history.md? #78

ryandesign opened this issue Apr 8, 2014 · 1 comment

Comments

@ryandesign
Copy link

I wrote a site with semver 1.1.4. Now I'm trying to update it, and I find that the current version is 2.2.1, but there is no history.md file so I don't know what's changed or how I'll have to modify my code if I update. I don't really want to have to read every commit between 1.1.4 and now. Is there no document somewhere that gives a simple straightforward explanation like "change this function name" or "add this parameter to this function"?

@isaacs
Copy link
Contributor

isaacs commented Apr 9, 2014

I'm not sure if it's deserving a history.md file, but here's the highlights:

  1. node-semver 2.x is now compatible with the SemVer.org 2.0 specification. node-semver 1.x was not.
  2. Most functions take a "loose" flag to tell it to not throw if you give it something that is not strictly compliant. (In that case, it will coerce things to a valid SemVer.org 2.0 version, however, so for example, 1.2.3beta will become 1.2.3-beta.)

@isaacs isaacs closed this as completed Apr 9, 2014
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

No branches or pull requests

2 participants