grunt-htmltidy
Version:
Tidy HTML files using htmltidy.
26 lines (19 loc) • 553 B
Markdown
Change Log
All notable changes to this project will be documented in this file.
# Unreleased
No unrelased changes.
# 0.2.2 - 2016-04-28
## Changed
- Fix a minor issue with log output (jwigley)
# 0.2.1 - 2015-02-21
## Added
- This new-format CHANGELOG, based on http://keepachangelog.com
## Changed
- Change Grunt peer dependency to work with Grunt 1.0
# 0.2.0 - 2014-09-04
## Added
- Support for tidying multiple HTML files at once
# 0.1.0 - 2014-07-04
## Added
- Initial Grunt plugin structure
- Initial implementation of this plugin