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

Version 10.0.0 #200

Merged
merged 8 commits into from Mar 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
node: [ '12', '10', '8' ]
node: [ '12', '10' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand All @@ -25,6 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm install --global npx
- run: npm install --global npx --force
- run: npm test
- run: npm run coverage
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

---

## [10.0.0] – 2020-03-14
### Added
* Support for Rollup `^2.0.0`.

### Removed
* **BREAKING CHANGE**: support for Node 8.

## [9.1.1] – 2019-11-10
### Fixed
* [#193] Incompatibility with `@babel/traverse@7.7.0` (see [babel/babel#10654](https://github.com/babel/babel/issues/10654)).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2019 Comandeer
Copyright (c) 2016-2020 Comandeer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,10 @@

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

## ☠️ Project is deprecated! ☠️

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.

## Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/MinifyOptions.jsdoc.html
Expand Up @@ -99,7 +99,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
<br class="clear">

<footer>
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)
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)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/MinifyPlugin.jsdoc.html
Expand Up @@ -75,7 +75,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
<br class="clear">

<footer>
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)
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)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 4 additions & 2 deletions docs/index.html
Expand Up @@ -44,8 +44,10 @@ <h3> </h3>

<section>
<article><h1>rollup-plugin-babel-minify</h1>
<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>
<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>
<p>Allows using <a href="https://github.com/babel/minify">babel-minify</a> with <a href="https://rollupjs.org/guide/en">Rollup</a>.</p>
<h2>☠️ Project is deprecated! ☠️</h2>
<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>
<h2>Installation</h2>
<pre class="prettyprint source lang-bash"><code>npm install rollup-plugin-babel-minify [--save-dev]
</code></pre>
Expand Down Expand Up @@ -95,7 +97,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
<br class="clear">

<footer>
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)
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)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Expand Up @@ -129,7 +129,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
<br class="clear">

<footer>
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)
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)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-rollup-plugin-babel-minify.MinifyOptions.html
Expand Up @@ -518,7 +518,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
<br class="clear">

<footer>
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)
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)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-rollup-plugin-babel-minify.MinifyPlugin.html
Expand Up @@ -366,7 +366,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
<br class="clear">

<footer>
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)
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)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-rollup-plugin-babel-minify.html
Expand Up @@ -432,7 +432,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ro
<br class="clear">

<footer>
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)
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)
</footer>

<script> prettyPrint(); </script>
Expand Down