Skip to content
This repository was archived by the owner on Mar 15, 2020. It is now read-only.

Commit e578a4a

Browse files
authored
Merge pull request #200 from Comandeer/t/v10
Version 10.0.0
2 parents b9ad5ca + 94cfe8a commit e578a4a

14 files changed

+1999
-1542
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-latest, windows-latest, macOS-latest ]
19-
node: [ '12', '10', '8' ]
19+
node: [ '12', '10' ]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v1
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node }}
2727
- run: npm install
28-
- run: npm install --global npx
28+
- run: npm install --global npx --force
2929
- run: npm test
3030
- run: npm run coverage

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
---
88

9+
## [10.0.0] – 2020-03-14
10+
### Added
11+
* Support for Rollup `^2.0.0`.
12+
13+
### Removed
14+
* **BREAKING CHANGE**: support for Node 8.
15+
916
## [9.1.1] – 2019-11-10
1017
### Fixed
1118
* [#193] Incompatibility with `@babel/[email protected]` (see [babel/babel#10654](https://github.com/babel/babel/issues/10654)).

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2019 Comandeer
3+
Copyright (c) 2016-2020 Comandeer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Allows using [babel-minify](https://github.com/babel/minify) with [Rollup](https://rollupjs.org/guide/en).
66

7+
## ☠️ Project is deprecated! ☠️
8+
9+
Version 10.0.0, released on 2020-03-14, will be the last version of the project, as [`babel-minify` is basically dead](https://github.com/babel/minify/issues/952). Please consider using [`rollup-plugin-terser`](https://www.npmjs.com/package/rollup-plugin-terser) instead.
10+
711
## Installation
812

913
```bash

Diff for: docs/MinifyOptions.jsdoc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
9999
<br class="clear">
100100

101101
<footer>
102-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Fri Sep 20 2019 01:56:55 GMT+0200 (Central European Summer Time)
102+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Mar 14 2020 17:51:16 GMT+0100 (Central European Standard Time)
103103
</footer>
104104

105105
<script> prettyPrint(); </script>

Diff for: docs/MinifyPlugin.jsdoc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
7575
<br class="clear">
7676

7777
<footer>
78-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Fri Sep 20 2019 01:56:55 GMT+0200 (Central European Summer Time)
78+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Mar 14 2020 17:51:16 GMT+0100 (Central European Standard Time)
7979
</footer>
8080

8181
<script> prettyPrint(); </script>

Diff for: docs/index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ <h3> </h3>
4444

4545
<section>
4646
<article><h1>rollup-plugin-babel-minify</h1>
47-
<p><a href="https://travis-ci.org/Comandeer/rollup-plugin-babel-minify"><img src="https://travis-ci.org/Comandeer/rollup-plugin-babel-minify.svg?branch=master" alt="Build Status"></a> <a href="https://codecov.io/gh/Comandeer/rollup-plugin-babel-minify"><img src="https://codecov.io/gh/Comandeer/rollup-plugin-babel-minify/branch/master/graph/badge.svg" alt="codecov"></a> <a href="https://david-dm.org/Comandeer/rollup-plugin-babel-minify"><img src="https://david-dm.org/Comandeer/rollup-plugin-babel-minify.svg" alt="Dependency Status"></a> <a href="https://david-dm.org/Comandeer/rollup-plugin-babel-minify?type=dev"><img src="https://david-dm.org/Comandeer/rollup-plugin-babel-minify/dev-status.svg" alt="devDependencies Status"></a> <a href="https://www.npmjs.com/package/rollup-plugin-babel-minify"><img src="https://img.shields.io/npm/v/rollup-plugin-babel-minify.svg" alt="npm"></a></p>
47+
<p><a href="https://github.com/Comandeer/rollup-plugin-babel-minify/actions"><img src="https://github.com/Comandeer/rollup-plugin-babel-minify/workflows/CI/badge.svg" alt="Build Status"></a> <a href="https://codecov.io/gh/Comandeer/rollup-plugin-babel-minify"><img src="https://codecov.io/gh/Comandeer/rollup-plugin-babel-minify/branch/master/graph/badge.svg" alt="codecov"></a> <a href="https://david-dm.org/Comandeer/rollup-plugin-babel-minify"><img src="https://david-dm.org/Comandeer/rollup-plugin-babel-minify.svg" alt="Dependency Status"></a> <a href="https://david-dm.org/Comandeer/rollup-plugin-babel-minify?type=dev"><img src="https://david-dm.org/Comandeer/rollup-plugin-babel-minify/dev-status.svg" alt="devDependencies Status"></a> <a href="https://www.npmjs.com/package/rollup-plugin-babel-minify"><img src="https://img.shields.io/npm/v/rollup-plugin-babel-minify.svg" alt="npm"></a></p>
4848
<p>Allows using <a href="https://github.com/babel/minify">babel-minify</a> with <a href="https://rollupjs.org/guide/en">Rollup</a>.</p>
49+
<h2>☠️ Project is deprecated! ☠️</h2>
50+
<p>Version 10.0.0, released on 2020-03-14, will be the last version of the project, as <a href="https://github.com/babel/minify/issues/952"><code>babel-minify</code> is basically dead</a>. Please consider using <a href="https://www.npmjs.com/package/rollup-plugin-terser"><code>rollup-plugin-terser</code></a> instead.</p>
4951
<h2>Installation</h2>
5052
<pre class="prettyprint source lang-bash"><code>npm install rollup-plugin-babel-minify [--save-dev]
5153
</code></pre>
@@ -95,7 +97,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
9597
<br class="clear">
9698

9799
<footer>
98-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Fri Sep 20 2019 01:56:55 GMT+0200 (Central European Summer Time)
100+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Mar 14 2020 17:51:16 GMT+0100 (Central European Standard Time)
99101
</footer>
100102

101103
<script> prettyPrint(); </script>

Diff for: docs/index.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
129129
<br class="clear">
130130

131131
<footer>
132-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Fri Sep 20 2019 01:56:55 GMT+0200 (Central European Summer Time)
132+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Mar 14 2020 17:51:16 GMT+0100 (Central European Standard Time)
133133
</footer>
134134

135135
<script> prettyPrint(); </script>

Diff for: docs/module-rollup-plugin-babel-minify.MinifyOptions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
518518
<br class="clear">
519519

520520
<footer>
521-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Fri Sep 20 2019 01:56:55 GMT+0200 (Central European Summer Time)
521+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Mar 14 2020 17:51:16 GMT+0100 (Central European Standard Time)
522522
</footer>
523523

524524
<script> prettyPrint(); </script>

Diff for: docs/module-rollup-plugin-babel-minify.MinifyPlugin.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
366366
<br class="clear">
367367

368368
<footer>
369-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Fri Sep 20 2019 01:56:55 GMT+0200 (Central European Summer Time)
369+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Mar 14 2020 17:51:16 GMT+0100 (Central European Standard Time)
370370
</footer>
371371

372372
<script> prettyPrint(); </script>

Diff for: docs/module-rollup-plugin-babel-minify.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
432432
<br class="clear">
433433

434434
<footer>
435-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Fri Sep 20 2019 01:56:55 GMT+0200 (Central European Summer Time)
435+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Mar 14 2020 17:51:16 GMT+0100 (Central European Standard Time)
436436
</footer>
437437

438438
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)