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

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

Closed
evenfrost opened this issue Feb 21, 2024 · 5 comments
Closed

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

evenfrost opened this issue Feb 21, 2024 · 5 comments

Comments

@evenfrost
Copy link

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
Copy link

aeorge commented Feb 22, 2024

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
Copy link
Author

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

@evenfrost evenfrost changed the title Missing changelog for older versions of @swc/cli' Missing changelog for older versions of @swc/cli Feb 22, 2024
@dzienisz
Copy link

I am also interested in this changelog.

@dzienisz
Copy link

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

@frankpengau
Copy link
Contributor

frankpengau commented Oct 16, 2024

Sent PR to backfill the changes and keep track till 0.1.60 - coinciding with the start of 2023 commits in the old repo.

PR: #62

Hopefully this helps out others to not go through the same struggles as me trying to back test against all the versions until the version in my package.json file.

kdy1 pushed a commit that referenced this issue Oct 17, 2024
Backfilling CHANGELOG for `@swc/cli` to start of 2023 - `0.1.60` so that
people can keep track of changes in the old repo before it was moved to
this new monorepo.

Main focus point is to track the introduction of
`--strip-leading-paths`, so that people from `0.1.x` can migrate to
`0.4.x`

Fixes Issue: [#22](#22)
@kdy1 kdy1 closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants