- Bump terser to
4.6.2
.
- Bumb required VS Code version to
1.30.0
.
- Added ability to minify file from explorer (file list to the left). Fixes #90.
- Fixed issue #92. (Thanks @Tim-Veestraeten)
- Added file watcher for config files.
- Fixed #93.
- Added language and auto-complete support for
.autoprefixerrc
,.cleancssrc
,.uglifyrc
and.terserrc
. - Added
Minify: Export Configuration
command.
- Removed console.log.
- Hopefully fixed issue #78 (Thanks @CubeRanch)
- Fixed issue #84. (Thanks @0arra0)
- Fixed issue #83. (Thanks @CubeRanch)
- Fixed error in package.json.
- Fixed issue #81.
- Issue #78 fixed. (Thanks @CubeRanch)
- Minify button is always visible by default. Button visibility can be set to either
"always"
,"never"
or"auto"
.
- Issue #76 fixed. (Thanks @EvlBlackmask)
- Complete re-write. The extension is now divided into multiple files. This makes it easier to maintain.
- Bump dependency versions. (Closes #74)
- You can now see warnings and errors directly from clean-css and terser.
- No breaking changes from
2.7.0
. es6-css-minify.hideButton
is set totrue
by default.- New settigns:
es6-css-minify.showLogOnWarning
Show output if there are any warnings. Defualt:true
.es6-css-minify.showLogOnError
Show output if there are any errors. Defualt:true
.es6-css-minify.onSaveDelay
Delay in milliseconds before the file is minified. Default:0
es6-css-minify.enableAutoprefixerSelection
Enable autoprefixer when minifying a selection. Default:false
es6-css-minify.autoprefixerConfigFile
Specify a autoprefixer config file. Default:".autoprefixerrc"
- Fixed issue #57. (Thanks for the PR @MuTsunTsai)
- Package extension with Webpack to improve performance. See #66.
- Implemented JSON minification. See #54.
- Implemented Autoprefixer as requested in Issue#59. This can be enabled in the config.
- Implemented 'Minify selection' as requested by @dwelle in issue#56.
- Implemented postfix. See this PR
- You no longer have to run
Minify: Reload config
when updating your config. It's done automatically. - Hide Minify button when the filetype isn't supported. This can be enable by changing
es6-css-minify.hideButton
totrue
. - Use terser instead of uglify-es since it's deprecated. (#46)
- Inform the user when Javascript minify fails about syntax errors. (#45)
- Merged PR #36
- Fixed bug #35
- Added some tests.
- You can no longer minify minified files
- Fixed bug #28
- Rewritten in Typescript
- Fixed bugs #24, #26, #27
- Changed default value of
es6-css-minify.minifyOnSave
tono
- Added feature from issue #23
- Changed default value of
es6-css-minify.minifyOnSave
toexists
- Fixed issue #19
- Reference original file in sourcemap instead of minified file
- Fixed issue #18 (Windows)
- Fixed js sourcemap url #16
- Sourcemap sources fixed #15
- Added "exists" as an option to
es6-css-minify.minifyOnSave
- Change the JavaScript Mapping URL.
es6-css-minify.jsMapUrl
- Source map support. Enable/Disable in settings
- Fixed bug #10
- README changes
- Added support for uglify-es and clean-css config files!
- Attempt two on fixing the issue!
- Failed attempt to fix the plugin
- Minify JS on save bug fixed
- Typo
- Fixed issue #5
- Added support for minify on save
- Settings
- Fixed issue #3
- Fixed issue #1
- Initial release!