Class-transformer: fix: Breaking changes in 0.3.2

Created on 14 Jan 2021  路  5Comments  路  Source: typestack/class-transformer

This merged code gave me breaking changes

// before is now broken
@Transform(parseInt)

// after now fixed
@Transform((ob: TransformFnParams) => parseInt(ob.value))

IF this is now the way the code will work, you need to change the package.json version MINOR version at least please to signify a breaking change release

wontfix fix

Most helpful comment

This need to be version 0.4.0 PLEASE as it has been months since last change and you released a breaking PATCH change

Hey you are breaking rules here... "we are under the 1.0 release" is a bad statement...

0.3.2 --- 13 hours ago
0.3.1 --- 6 months ago
0.2.3 --- 2 years ago

image

All 5 comments

Yes, that is slipped through. It is mentioned now in the changelog.

Also, we are under the 1.0 release, so we don't have to respect semver yet. (We aim to respect it anyway.)

Also please use the search before opening issues. This is a duplicate of #547.

I did search just not for "0.3.2" and you are closing the issues faster than other eyes can see them as recently reported issues.

This need to be version 0.4.0 PLEASE as it has been months since last change and you released a breaking PATCH change

Hey you are breaking rules here... "we are under the 1.0 release" is a bad statement...

0.3.2 --- 13 hours ago
0.3.1 --- 6 months ago
0.2.3 --- 2 years ago

image

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings