-
-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(repo): assert changelogs (#134)
- Loading branch information
1 parent
f11c94b
commit 40efea8
Showing
23 changed files
with
86 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-alias Changelog | ||
# @rollup/plugin-alias ChangeLog | ||
|
||
## 3.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# @rollup/plugin-beep ChangeLog | ||
|
||
## 0.1.0 | ||
|
||
- First Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# rollup-plugin-buble changelog | ||
# @rollup/plugin-buble ChangeLog | ||
|
||
## 0.21.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-commonjs changelog | ||
# @rollup/plugin-commonjs ChangeLog | ||
|
||
## 11.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# rollup-plugin-dsv changelog | ||
# @rollup/plugin-dsv ChangeLog | ||
|
||
## 1.2.0 | ||
|
||
* Pass `id` to `processRow` | ||
- Pass `id` to `processRow` | ||
|
||
## 1.1.2 | ||
|
||
* Return a `name` | ||
- Return a `name` | ||
|
||
## 1.1.1 | ||
|
||
* Add missing dependencies | ||
- Add missing dependencies | ||
|
||
## 1.1.0 | ||
|
||
* Support `options.processRow` | ||
- Support `options.processRow` | ||
|
||
## 1.0.1 | ||
|
||
* Include correct files in package | ||
- Include correct files in package | ||
|
||
## 1.0.0 | ||
|
||
* First release | ||
- First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# @rollup/plugin-html Change Log | ||
# @rollup/plugin-html ChangeLog | ||
|
||
## 0.1.0 | ||
|
||
_2019-11-29_ | ||
|
||
- First version | ||
- First Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
# @rollup/plugin-inject Changelog | ||
# @rollup/plugin-inject ChangeLog | ||
|
||
## 3.0.2 | ||
|
||
* Fix bug with sourcemap usage | ||
- Fix bug with sourcemap usage | ||
|
||
## 3.0.1 | ||
|
||
* Generate sourcemap when sourcemap enabled | ||
- Generate sourcemap when sourcemap enabled | ||
|
||
## 3.0.0 | ||
|
||
* Remove node v6 from support | ||
* Use modern js | ||
- Remove node v6 from support | ||
- Use modern js | ||
|
||
## 2.1.0 | ||
|
||
* Update all dependencies ([#15](https://github.com/rollup/rollup-plugin-inject/pull/15)) | ||
- Update all dependencies ([#15](https://github.com/rollup/rollup-plugin-inject/pull/15)) | ||
|
||
## 2.0.0 | ||
|
||
* Work with all file extensions, not just `.js` (unless otherwise specified via `options.include` and `options.exclude`) ([#6](https://github.com/rollup/rollup-plugin-inject/pull/6)) | ||
* Allow `*` imports ([#9](https://github.com/rollup/rollup-plugin-inject/pull/9)) | ||
* Ignore replacements that are superseded (e.g. if `Buffer.isBuffer` is replaced, ignore `Buffer` replacement) ([#10](https://github.com/rollup/rollup-plugin-inject/pull/10)) | ||
- Work with all file extensions, not just `.js` (unless otherwise specified via `options.include` and `options.exclude`) ([#6](https://github.com/rollup/rollup-plugin-inject/pull/6)) | ||
- Allow `*` imports ([#9](https://github.com/rollup/rollup-plugin-inject/pull/9)) | ||
- Ignore replacements that are superseded (e.g. if `Buffer.isBuffer` is replaced, ignore `Buffer` replacement) ([#10](https://github.com/rollup/rollup-plugin-inject/pull/10)) | ||
|
||
## 1.4.1 | ||
|
||
* Return a `name` | ||
- Return a `name` | ||
|
||
## 1.4.0 | ||
|
||
* Use `string.search` instead of `regex.test` to avoid state-related mishaps ([#5](https://github.com/rollup/rollup-plugin-inject/issues/5)) | ||
* Prevent self-importing module bug | ||
- Use `string.search` instead of `regex.test` to avoid state-related mishaps ([#5](https://github.com/rollup/rollup-plugin-inject/issues/5)) | ||
- Prevent self-importing module bug | ||
|
||
## 1.3.0 | ||
|
||
* Windows support ([#2](https://github.com/rollup/rollup-plugin-inject/issues/2)) | ||
* Node 0.12 support | ||
- Windows support ([#2](https://github.com/rollup/rollup-plugin-inject/issues/2)) | ||
- Node 0.12 support | ||
|
||
## 1.2.0 | ||
|
||
* Generate sourcemaps by default | ||
- Generate sourcemaps by default | ||
|
||
## 1.1.1 | ||
|
||
* Use `modules` option | ||
- Use `modules` option | ||
|
||
## 1.1.0 | ||
|
||
* Handle shorthand properties | ||
- Handle shorthand properties | ||
|
||
## 1.0.0 | ||
|
||
* First release | ||
- First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# rollup-plugin-json changelog | ||
# @rollup/plugin-json ChangeLog | ||
|
||
## 4.0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-multi-entry Change Log | ||
# @rollup/plugin-multi-entry ChangeLog | ||
|
||
## 3.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-node-resolve Change Log | ||
# @rollup/plugin-node-resolve ChangeLog | ||
|
||
## 6.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# rollup-plugin-replace changelog | ||
# @rollup/plugin-replace ChangeLog | ||
|
||
## 2.3.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-run Change Log | ||
# @rollup/plugin-run ChangeLog | ||
|
||
## 1.1.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
# @rollup/plugin-strip changelog | ||
# @rollup/plugin-strip ChangeLog | ||
|
||
## 1.2.2 | ||
|
||
* Fix object destructuring assignments with default values ([#17](https://github.com/rollup/@rollup/plugin-strip/pull/17)) | ||
* update `rollup-pluginutils` ([#22](https://github.com/rollup/@rollup/plugin-strip/pull/22)) | ||
- Fix object destructuring assignments with default values ([#17](https://github.com/rollup/@rollup/plugin-strip/pull/17)) | ||
- update `rollup-pluginutils` ([#22](https://github.com/rollup/@rollup/plugin-strip/pull/22)) | ||
|
||
## 1.2.1 | ||
|
||
* Update dependencies | ||
- Update dependencies | ||
|
||
## 1.2.0 | ||
|
||
* Use `this.parse` instead of `acorn.parse` | ||
* Make code removal more conservative ([#9](https://github.com/rollup/@rollup/plugin-strip/pull/9)) | ||
- Use `this.parse` instead of `acorn.parse` | ||
- Make code removal more conservative ([#9](https://github.com/rollup/@rollup/plugin-strip/pull/9)) | ||
|
||
## 1.1.1 | ||
|
||
* Return a `name` | ||
- Return a `name` | ||
|
||
## 1.1.0 | ||
|
||
* Remove methods of `this` and `super` ([#3](https://github.com/rollup/@rollup/plugin-strip/issues/3)) | ||
- Remove methods of `this` and `super` ([#3](https://github.com/rollup/@rollup/plugin-strip/issues/3)) | ||
|
||
## 1.0.3 | ||
|
||
* Fix build | ||
- Fix build | ||
|
||
## 1.0.2 | ||
|
||
* Default to adding sourcemap locations | ||
- Default to adding sourcemap locations | ||
|
||
## 1.0.1 | ||
|
||
* Skip removed call expressions from further AST traversal | ||
- Skip removed call expressions from further AST traversal | ||
|
||
## 1.0.0 | ||
|
||
* Initial release | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-sucrase Change Log | ||
# @rollup/plugin-sucrase ChangeLog | ||
|
||
## 3.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-typescript changelog | ||
# @rollup/plugin-typescript ChangeLog | ||
|
||
## 2.0.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-url Change Log | ||
# @rollup/plugin-url ChangeLog | ||
|
||
## 4.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @rollup/plugin-virtual Change Log | ||
# @rollup/plugin-virtual ChangeLog | ||
|
||
## 2.0.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# @rollup/plugin-wasm ChangeLog | ||
|
||
## 3.0.0 | ||
|
||
_2018-02-17_ | ||
|
||
### Breaking Changes | ||
|
||
- A function is now imported instead of the module. | ||
|
||
### Features | ||
|
||
- feat: simplify wasm imports (ace7b2a) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# @rollup/plugin-yaml Change Log | ||
# @rollup/plugin-yaml ChangeLog | ||
|
||
## 2.0.0 | ||
*2019-10-18* | ||
|
||
* Add `transform` option [#6](https://github.com/rollup/rollup-plugin-yaml/pull/6) (by @CharlesHolbrow) | ||
* Update dependencies and build, require Node 6 [#7](https://github.com/rollup/rollup-plugin-yaml/pull/7) (by @lukastaegert) | ||
_2019-10-18_ | ||
|
||
- Add `transform` option [#6](https://github.com/rollup/rollup-plugin-yaml/pull/6) (by @CharlesHolbrow) | ||
- Update dependencies and build, require Node 6 [#7](https://github.com/rollup/rollup-plugin-yaml/pull/7) (by @lukastaegert) | ||
|
||
## 1.1.0 | ||
|
||
* Switch to `js-yaml` for parsing [#2](https://github.com/rollup/rollup-plugin-yaml/pull/2) | ||
- Switch to `js-yaml` for parsing [#2](https://github.com/rollup/rollup-plugin-yaml/pull/2) | ||
|
||
## 1.0.0 | ||
|
||
* First release | ||
- First release |