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

Release 1.0 and commit to semver #9

Closed
domenic opened this issue Jul 5, 2014 · 1 comment
Closed

Release 1.0 and commit to semver #9

domenic opened this issue Jul 5, 2014 · 1 comment

Comments

@domenic
Copy link

domenic commented Jul 5, 2014

As part of making parse5 the default parser for jsdom, we would prefer having a stable semantically-versioned dependency. Right now parse5 is pre-1.0, which means

Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.

To be considerate to our users, this means we would have to pin our parse5 version at an exact version, and manually upgrade every time. This is OK, but it would be preferable to release a 1.0 and then commit to semantic versioning, and then we could depend on 1.x and get any new features or bugfixes automatically, without fear that the API will break.

@inikulin
Copy link
Owner

inikulin commented Jul 7, 2014

I'm ok with it. Version 1.0.0 was published to npm

inikulin added a commit that referenced this issue Apr 16, 2018
More character reference and script errors, DOCTYPE errors
43081j pushed a commit to 43081j/parse5 that referenced this issue Dec 28, 2021
Bumps [eslint](https://github.com/eslint/eslint) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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