v2.12.8
- Update Go version to 1.18, fixes #593
- HTML: fix spacing around <script></script>; fixes #592
- HTML: fix KeepWhitespace after block end tag; improves solution of #442
- HTML: add and improve tag traits for whitespace handling
- HTML: fix whitespace removal for inline tags, ie. keep space in
afor most cases - JS: keep bang comments, fixes #552
- cmd: trailing slash in source path will not copy directory itself but all the files inside
- cmd: trailing slash for destination path resolves ambiguity when writing to a directory
- cmd: allow use of dash - for source/destination to mean stdin/stdout
- cmd: better error messages when using stdin/stdout in combination with --recursive or --bundle