Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 15, 2018
1 parent 817a646 commit f10383a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.

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

## 2.5.0
* 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.

## 2.4.3
Remove direct dependency on uglify-es, use terser 3.7.6+.
* Remove direct dependency on uglify-es, use terser 3.7.6+.

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

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

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

## 2.2.0
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)
* 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)

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

## 2.1.0
Add `env` option for custom environment variables. (@yoshuawuyts in #2)
* Add `env` option for custom environment variables. (@yoshuawuyts in #2)

## 2.0.0
Update browser-pack-flat to v3.0.0. This fixes tinyify-ing entry points that assign exports, like what's common in choo apps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tinyify",
"description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.",
"version": "2.4.3",
"version": "2.5.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/browserify/tinyify/issues"
Expand Down

0 comments on commit f10383a

Please sign in to comment.