Releases: browserify/tinyify
Releases · browserify/tinyify
v4.0.0
v3.0.0
- breaking Update terser. Tinyify now requires Node.js 6.
- Use patched envify from npm as
@goto-bus-stop/envify
.
v2.5.2
- Use a patched version of envify with support for newer syntax features.
v2.5.1
- Update common-shakeify to 0.6.0, this should have no observable effects.
v2.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.
v2.4.3
Remove direct dependency on uglify-es, use terser 3.7.6+.
v2.4.2
Revert to using uglify-es
pending release of terser/terser@9255757
v2.4.1
v2.4.0
- Add bundle-collapser when
--no-flat
is passed, to still save some bytes even if browser-pack-flat is not used. - Automatically disable bundle-collapser and browser-pack-flat when the
--full-paths
option is passed to Browserify
v2.3.0
add API to easily apply tinyify to other browserify pipelines, like generated by factor-bundle or split-require.