Skip to content

v2.1.1

Compare
Choose a tag to compare
@prettydiff prettydiff released this 03 Aug 23:27
· 682 commits to master since this release

v2.1.1

Defect resolutions

  • Fixed #330 - Corrupted markup parsing when encountering style properties parsed as JavaScript regex
  • Fixed #331 - Empty lines scrubbed from CSS prior to @media declarations
  • Fixed #332 - Broken code on an edge case with diff option diffspaceignore
  • Fixed #333 - summaryonly diff option was broken

Enhancements

  • #334 - Advanced markup attribute parsing so that attributes can contain child tags with quoted attributes identical to the quotes encapsulating this child tag without collision and without regression

New Options

  • endcomma - Prior existing option endcomma converted from boolean to string to add value multiline so that terminal commas are only added to arrays and objects spanning multiple lines. issue #335
  • brace_style - Adds a new option similar to JSBeautify's brace_style option. issue #326