Skip to content

Releases: codemonstur/HTMLCompiler

4.4.0

01 Jan 15:19
Compare
Choose a tag to compare

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

17 Aug 18:48
Compare
Choose a tag to compare

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

19 Apr 12:43
Compare
Choose a tag to compare

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

07 Mar 11:45
Compare
Choose a tag to compare

Added html tags and attributes
Added svg tags and attributes
Fixed bug with tag moving

4.0.0

28 Feb 19:03
Compare
Choose a tag to compare

Fixed logging bug in host command
Added some known attributes
Removed majority of template engines

3.2.0

07 Feb 16:50
Compare
Choose a tag to compare

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

17 Jan 10:23
Compare
Choose a tag to compare

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

03 Jan 14:39
Compare
Choose a tag to compare
  • 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

19 Dec 19:19
Compare
Choose a tag to compare

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

21 Oct 16:24
Compare
Choose a tag to compare

Better error handling
Downgraded version of nekohtml due to a regression