Releases: charpeni/react-native-bundle-scale
Releases · charpeni/react-native-bundle-scale
Release list
v2.0.0
What's Changed
- Use
@react-native-community/cliinstead ofreact-nativeby @charpeni in #3 - Fix
source-map-explorerby @charpeni in #4 - Migrate from CircleCI to GitHub Actions by @charpeni in #5
- Clean up README by @charpeni in #6
- Add
engines.node: ">=20"by @charpeni in #7 - Update dependencies by @charpeni in #8
- Configure GitHub Action to publish package via OIDC by @charpeni in #9
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
Add --packages-as-json as an option to provide the ability to provide packages as a JSON to include their version number, e.g.:
npx react-native-bundle-scale '{"react-native-url-polyfill": "file:../tarball.tgz"}' --packages-as-jsonFull Changelog: https://github.com/charpeni/react-native-bundle-scale/commits/v1.1.0