Skip to content

Commit f10383a

Browse files
committed
2.5.0
1 parent 817a646 commit f10383a

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.5.0
8+
* Update common-shakeify to 0.5.2+, which fixes a syntax error issue, and which can remove exported functions that are only used inside other unused exported functions.
9+
710
## 2.4.3
8-
Remove direct dependency on uglify-es, use terser 3.7.6+.
11+
* Remove direct dependency on uglify-es, use terser 3.7.6+.
912

1013
## 2.4.2
11-
Revert to using `uglify-es` pending release of https://github.com/fabiosantoscode/terser/commit/9255757bcabbd35a8f69a4966e6a4f59b1927d36
14+
* Revert to using `uglify-es` pending release of https://github.com/fabiosantoscode/terser/commit/9255757bcabbd35a8f69a4966e6a4f59b1927d36
1215

1316
## 2.4.1
1417
* Update [uglifyify](https://github.com/hughsk/uglifyify) to v5.
@@ -19,16 +22,16 @@ Revert to using `uglify-es` pending release of https://github.com/fabiosantoscod
1922
* Automatically disable bundle-collapser and browser-pack-flat when the `--full-paths` option is passed to Browserify
2023

2124
## 2.3.0
22-
add API to easily apply tinyify to other browserify pipelines, like generated by factor-bundle or split-require.
25+
* add API to easily apply tinyify to other browserify pipelines, like generated by factor-bundle or split-require.
2326

2427
## 2.2.0
25-
add a `--no-flat` option for use with other tools that expect [browser-pack](https://github.com/browserify/browser-pack) output, such as [disc](https://github.com/hughsk/disc)
28+
* add a `--no-flat` option for use with other tools that expect [browser-pack](https://github.com/browserify/browser-pack) output, such as [disc](https://github.com/hughsk/disc)
2629

2730
## 2.1.1
28-
output ascii-only by default (https://github.com/goto-bus-stop/tinyify/commit/89aaf79bd70de9772e13f1a0644616e36368269a), see also choojs/bankai#277
31+
* output ascii-only by default (https://github.com/goto-bus-stop/tinyify/commit/89aaf79bd70de9772e13f1a0644616e36368269a), see also choojs/bankai#277
2932

3033
## 2.1.0
31-
Add `env` option for custom environment variables. (@yoshuawuyts in #2)
34+
* Add `env` option for custom environment variables. (@yoshuawuyts in #2)
3235

3336
## 2.0.0
3437
Update browser-pack-flat to v3.0.0. This fixes tinyify-ing entry points that assign exports, like what's common in choo apps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyify",
33
"description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.",
4-
"version": "2.4.3",
4+
"version": "2.5.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/browserify/tinyify/issues"

0 commit comments

Comments
 (0)