Skip to content

Commit

Permalink
Update README.md for v8
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Dec 15, 2024
1 parent 607ed68 commit 47728ca
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ So the primary goal of this plugin is simply to automatically declare all NodeJS
As an added bonus, this plugin will also allow you to declare your dependencies (as per your local or monorepo `package.json` file(s)) as external.
</details>

## Requirements
- Rollup >= 4 or Vite >= 5
- NodeJS >= 21


## Installation
Use your favorite package manager. Mine is [npm](https://www.npmjs.com).
Expand Down Expand Up @@ -229,13 +233,17 @@ export default defineConfig({

## Breaking changes

### Breaking changes in version 7
- This package now only supports the [Maintenance, LTS and Current versions](https://github.com/nodejs/Release#release-schedule) of Node.js.
- The previously undocumented `externals` named export has been removed.
### Breaking changes in version 8
- Removed support for Rollup 3.
- Removed `order: pre` from resolveId hook (see #33). Might force users who relied on this, to make sure this plugin comes first in the plugins array.

### Breaking changes in previous versions
<details><summary>Previous versions -- click to expand</summary>

### Breaking changes in version 7
- This package now only supports the [Maintenance, LTS and Current versions](https://github.com/nodejs/Release#release-schedule) of Node.js.
- The previously undocumented `externals` named export has been removed.

#### Breaking changes in version 6
- This package is now esm-only and requires NodeJS v16+.<br />*If you need CommonJS or older NodeJS support, please stick to v5.*
- This plugin now has a **peer-dependency** on Rollup `^3.0.0 || ^4.0.0`.<br />*If you need Rollup 2 support, please stick to v5.*
Expand Down

0 comments on commit 47728ca

Please sign in to comment.