swc-project / pkgs

node.js packages for SWC
49 stars 15 forks source link

Missing changelog for older versions of @swc/cli #22

Open evenfrost opened 7 months ago

evenfrost commented 7 months ago

Where to find the changelog for @swc/cli v0.3.5 and older?

I've just upgraded the package from v0.1.x to 0.3.9 and it stopped compiling the project, and I would like to know what caused the issues.

aeorge commented 7 months ago

I just had a similar issue after upgrading to version 0.3.9. I discovered that the build started to include the src folder, which was not previously the case.

I resolved this by adding the --strip-leading-paths option.

evenfrost commented 7 months ago

Yeah, I found it out as well, but it would be good to have a changelog with all the breaking changes, at least.

dzienisz commented 3 months ago

I am also interested in this changelog.

dzienisz commented 3 months ago

0.3.5 0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.3 0.2.2 0.2.1 0.2.0 0.1.65 0.1.64

this could help updating