Releases: ryanpcmcquen/codeFormatter
Releases · ryanpcmcquen/codeFormatter
6.1.2
CRITICAL BUG FIX
This bug fix prevents data loss, upgrading to it is HIGHLY RECOMMENDED.
6.1.0: Merge pull request #2 from ryanpcmcquen/broken_ideas
Refactor for better parsing and performance.
6.0.1
Add more notes about Microlight.
Significant refactor, now with embedded syntax highlighting, no innerHTML assignments, and better parsing of multi-match blocks.
Significant rewrite. Signed-off-by: Ryan McQuen <rpcm@linux.com>
5.0.0
Add note about disabling the new syntax highlighting.
Bug fixes!
We weren't preserving the parent node, which was removing special attributes needed in some cases. Also, we were using code
instead of pre
tags, which meant newlines and indentation were not preserved, no thank you!
4.0.0
Apparently JSLint cares about the space.
3.0.0
Add DOMPurify dependency.
2.0.0: No more Prettify.
Signed-off-by: Ryan McQuen <rpcm@linux.com>