Skip to content

Releases: rolldown/rolldown

v0.10.0

01 Apr 03:16
Compare
Choose a tag to compare

What's Changed

pnpm add rolldown

Thanks to the original owner of the rolldown package, we have switched the npm package name to just rolldown!

  • ⚠️ @rolldown/node is now deprecated.

pnpm add rolldown@nightly

We have also set up automatic nightly releases under the nightly npm dist tag. You can install the nightly version with pnpm add rolldown@nightly.

v0.10.0

🚧 Notice

Rolldown is currently in active development and not usable for production yet.

To avoid conflicts with older versions of the rolldown package, versioning for the new Rolldown bundler will start at 0.10.0.

Since we could not follow semver exactly before we reach to 1.0.0. So the current version bumping strategies are:

  • For non-breaking changes, we will bump a patch version. 0.10.0 -> 0.10.1
  • For breaking changes, we will bump a minor version. 0.10.0 -> 0.11.0

More changes

Please refer to https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md.

New Contributors

Full Changelog: https://github.com/rolldown/rolldown/commits/v0.10.0