Skip to content

Releases: brettstimmerman/mensch

v0.3.4

09 Nov 18:41
Compare
Choose a tag to compare
  • Fix global leak and stringify indentation

v0.3.3

04 Aug 20:52
Compare
Choose a tag to compare
  • Added Bower.json
  • Preserve property spacing when value starts with "special/unexpected" chars '(@*/{):'.

v0.3.2

18 Aug 16:57
Compare
Choose a tag to compare
  • Fixed column/line computation for comments and at-rules (Fix #15)
  • Closing } and ; now takes precedence over declaration value parsing (Fix #14)
  • Ignore curly braces in strings (Fix #13)
  • Keep \n and \t inside values and consider them "whitespace" (Fix #12)
  • Fixed column count in positions for rows after the first line (Fix #18)
  • Enabled running test suite under Windows (CRLF vs LF issues)