-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d6d22c9
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.
Since you have no issues section opened I'll comment here.
@jsdevel
This is a minor release, but [ENHANCEMENT] Enable multiArgs during promisification is not an enhancement, it's a breaking change as the format of the resolved value had changed!
d6d22c9
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.
@qwelias i appreciate the concern. None of the existing tests needed to be changed (afaik). We usually strive to maintain back compat. Are you seeing an issue on your end?
d6d22c9
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.
@jsdevel
@0.23.0
@0.24.0
EDIT:
Even the docs say the format has been altered and therefore is not compatible
https://i.imgur.com/OZqmW5V.png
d6d22c9
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.
@qwelias i believe this is the PR hat introduced this: #988 Can you pick this up there? What would your suggested approach be? We definitely shouldn't break semver. If anything, we can change it to make it backwards compatible and do a patch release.
d6d22c9
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.
@jsdevel @qwelias In my opinion, we didn't break "semver" at all, even if it was a breaking change, because according to Semver-Spec #4 everyting which is released under major version
0
, is "initial development".That said, I'd vote for this module to release it's version
1.0.0
as it fulfills all requirements to be treated as such.d6d22c9
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.
@herom good point, I didn't even knew about initial development being specified as
0.x.x