-
-
Notifications
You must be signed in to change notification settings - Fork 631
Comparing changes
Open a pull request
base repository: boa-dev/boa
base: v0.21
head repository: boa-dev/boa
compare: v0.21.1
- 8 commits
- 6 files changed
- 3 contributors
Commits on Mar 29, 2026
-
Remove js-related bindings for non-js wasm builds (#4528)
Fixes #4526. This does not fix the issue for builds with the `temporal` feature enabled. We need to send a patch to `iana-time-zone` to avoid importing `js-sys` unconditionally, but use a feature instead; right now it is impossible to conditionally add `js-sys` for `iana-time-zone`.
Configuration menu - View commit details
-
Copy full SHA for a57c704 - Browse repository at this point
Copy the full SHA a57c704View commit details -
fix: skip npm publish if boa_wasm version already exists (#4654)
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This Pull Request fixes/closes #4065 . It changes the following: - Added npm version check using `npm view @boa-dev/boa_wasm@$VERSION` - Skip `npm publish` step when the version already exists --------- Co-authored-by: José Julián Espina <jedel0124@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 006124d - Browse repository at this point
Copy the full SHA 006124dView commit details -
ci: fix test262_release action (#4480)
Release action [failed to upload the data for v0.21](https://github.com/boa-dev/boa/actions/runs/18700411793/job/53327762059). This PR fixes that.
Configuration menu - View commit details
-
Copy full SHA for 33f7dbf - Browse repository at this point
Copy the full SHA 33f7dbfView commit details -
Update the test262 data on release (#4659)
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This Pull Request fixes/closes #4066 . It changes the following: - Replace `git add test262/refs/...` with `git add test262`
Configuration menu - View commit details
-
Copy full SHA for 716ce2e - Browse repository at this point
Copy the full SHA 716ce2eView commit details -
Push test262 results on pushes to main (#4792)
Avoids having to wait until the next day to get updated results. This also ensures only one push action is active at a time, since it only makes sense to push the last PR action that was in flight.
Configuration menu - View commit details
-
Copy full SHA for 6347d13 - Browse repository at this point
Copy the full SHA 6347d13View commit details -
Use Personal Access Token for pushing to the data repo (#4795)
The default github token cannot write to other repositories, so this uses a separate PAT with write permissions to `boa-dev/data`.
Configuration menu - View commit details
-
Copy full SHA for 167ebcd - Browse repository at this point
Copy the full SHA 167ebcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68bb7d4 - Browse repository at this point
Copy the full SHA 68bb7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc36c3f - Browse repository at this point
Copy the full SHA bc36c3fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.21...v0.21.1