Marked: Follow semver please?

Created on 21 May 2018  路  5Comments  路  Source: markedjs/marked

Describe the bug
In the latest release, marked went up from v0.3.18 to v.0.4.0. A minor bump indicates backward compatible changes and most importantly, no breaking changes. Yet the release notes mention several of them:

image

This is counterproductive. A seemingly harmless update potentially can break exiting usages.

Can we please adhere to semver guidelines?

All 5 comments

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

https://semver.org/#spec-item-4

In pre-1.0 releases the minor version is commonly used for breaking changes which is why npm has caret ranges (i.e ^0.3.0 will match >= 0.3.0 and < 0.4.0)

Oh, didn't see that coming. Is there a planned v1 release anytime soon?

Kickass homepage by the way! :+1:

We are working toward v1.0 but I think we have a long way to go. We have been trying to resurrect marked from being unmaintained for a while.

Any PRs would be greatly appreciated 馃槂 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

UziTech picture UziTech  路  4Comments

james4388 picture james4388  路  3Comments

pigtooter picture pigtooter  路  4Comments

chunhei2008 picture chunhei2008  路  3Comments

cusalvi picture cusalvi  路  3Comments