Releases: browserify/common-shakeify
Releases · browserify/common-shakeify
Release list
v1.1.2
- Fix certain cases of exports in sequential expressions resulting in invalid syntax. (@tornqvist in #43)
v0.6.2
- Fix usage with browserify's
fullPaths: trueoption. (#33)
If you use fullPaths: true, the bugfix from 0.6.1 does not apply. If you do not use fullPaths: true, the bugfix from 0.6.1 does apply.
v0.6.1
- Fix bugs when using
-rorb.require('a', { expose: 'b' }). (@laduke and @goto-bus-stop in #30)
v0.6.0
- Keep unused properties if
onExportDeletereturns false. (@RedHatter in #26)
v0.5.4
v0.5.3
v0.5.2
- Fix removing exports that are parenthesized expressions. (#20)
v0.5.1
v0.5.0
- Switch to
@goto-bus-stop/common-shake, which supports dependent use tracking. (#14)