Releases: codemonstur/HTMLCompiler
4.4.0
Moved tool config default location to src/main/webcnf
Added some incubation code for detecting unused CSS classes
Removed force-integrity
Added caching of integrity values
Removed warning missing integrity-attribute
Fixed bug with 604 file loading
4.3.0
Added known HTML tags and attributes
Added virtualhost abilities to the mock api
Added MockApi class to htmlcompiler
Added button-href check
4.2.0
Removed unneccesary src attribute from inlined svgs
Fixed bug with data length in mockserver http handler
Placeholder and maxlength check only fire if not disabled attribute
Disabled preview features in bobfile
4.1.0
Added html tags and attributes
Added svg tags and attributes
Fixed bug with tag moving
4.0.0
Fixed logging bug in host command
Added some known attributes
Removed majority of template engines
3.2.0
Fixed bug in HTML inlining in script tag in Jsoup compiler
Added UTF-8 charset to html and text files served by HTTP server
Added configuration for html checks
Added some tags to the known list
Added some attributes to the known list
Added the No-Operation HTML compiler
Fixed bug with inline html inclusion
Added compression to inline html
Refactor to Path from File
3.1.0
Added sass to dependencies task
Added sass external tool, split scss and sass code
Added compilation of scripts and styles
Updated to latest version of Jade4J
Removed log4j, removed info logging from build
3.0.0
- Added maven task; list tool dependencies
- Improved logging in MavenHost plugin
- Implemented multiple HtmlCompiler backends
- Jsoup, CyberNeko, HtmlUnit Neko, Codelibs Neko
- Added ability to select HtmlCompiler to use, Jsoup is default
- Added src/main/webinc as default watched dir in host task
- Removed META tag from output with Neko parsers
- Added force-integrity tag
- Renamed no-security to no-integrity
- Added meta tag for selecting a library
- Updated HtmlUnit Neko to latest version
- Added tag merging for script and style tags in Jsoup compiler
- Added validation checks to Jsoup Compiler
- Made validation checks configurable
- Added dart support
- Added stylus support
2.5.0
Added configurable recursive compiling of websrc directory
Added tag merging for link and style tags
Added force-security attribute
Added script tag merging
Downgraded to 11
2.4.1
Better error handling
Downgraded version of nekohtml due to a regression