Skip to content

Releases: browserify/tinyify

v4.0.0

16 Oct 10:53
Compare
Choose a tag to compare
  • Remove unused dependencies.
  • Update unassertify to 2.x.
  • Use @browserify/envify. It's the same as @goto-bus-stop/envify, just renamed.
  • Use @browserify/uglifyify, with support for more modern ES features.

v3.0.0

31 Jul 09:00
c89d203
Compare
Choose a tag to compare
  • breaking Update terser. Tinyify now requires Node.js 6.
  • Use patched envify from npm as @goto-bus-stop/envify.

v2.5.2

02 Nov 16:00
ad308f4
Compare
Choose a tag to compare
  • Use a patched version of envify with support for newer syntax features.

v2.5.1

24 May 13:01
b1d3d5a
Compare
Choose a tag to compare
  • Update common-shakeify to 0.6.0, this should have no observable effects.

v2.5.0

15 Nov 11:02
f10383a
Compare
Choose a tag to compare
  • 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

21 Jun 21:03
d30128b
Compare
Choose a tag to compare

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

v2.4.2

01 Jun 11:23
293750c
Compare
Choose a tag to compare

Revert to using uglify-es pending release of terser/terser@9255757

v2.4.1

16 May 15:25
bf29953
Compare
Choose a tag to compare
  • Update uglifyify to v5.
    This aligns the uglifyify --debug flag handling with tinyify's. Chances of anything being broken before this patch are very small though.

v2.4.0

03 Dec 10:52
31e5432
Compare
Choose a tag to compare
  • 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

14 Nov 16:03
3082327
Compare
Choose a tag to compare

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