Releases: TwentyFourMinutes/RazorMinifier
v2.2.2
Patch
Bug Fixes
- Fixed a bug which would cause RazorMinifier to reverse the output of razor headers, Thanks @jerome-raffalli for reporting #5.
You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
v2.2.1
Patch
Bug Fixes
- Fixed a bug which would cause to insert line breaks at invalid places, Thanks @anghelvalentin for reporting #3.
You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
v2.2.0
Patch
Change log
- Changed setting to keep all style tags
You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
v2.1.0
Minor update
Change log
- Added js minifier
- Added option for css inlining through PreMailer.Net
You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
v2.0.1
Patch
Change log
- Fixed a bug which would cause deletion of text between comment blocks
You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
v2.0.0
Major update
Change log
- Rewrote whole extension to use DulcisX
- Added automatic search for config in whole solution
- InfoBar messages which indicate all sorts of useful information
You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
Major bug fix
Version 1.5
This is just a smaller patch, which fixes a major bug:
Fixed
RazorMinifier
will now clear line-breaks again.
If you want to always stay up to date, make sure to install the extension from the Visual Studio Extension Manager.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
Small bug fix
Version 1.4
This is just a smaller patch, which fixes a minor bug:
Fixed
RazorMinifier
will no longer remove white-spaces after the first character in the line.
Thanks to WileyChia for reporting the issue #2.
If you want to always stay up to date, make sure to install the extension from the Visual Studio Extension Manager.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
Small bug fixes and additions
Version 1.3
This is just a smaller patch, which fixes some minor bugs and adds a small feature:
Fixed
<!-- -->
,/* */
will now work over multiple lines as intended
Added
@* *@
Razor comments will also now be removed
If you want to always stay up to date, make sure to install the extension from the Visual Studio Extension Manager.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.
Small bug fixes
Version 1.2
This is just a smaller patch, which fixes some minor bugs:
@section
now starts in a new line@functions
now starts in a new line
If you want to always stay up to date, make sure to install the extension from the Visual Studio Extension Manager.
If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.