Skip to content

Releases: reshape/sugarml

v0.8.0

10 Jun 22:54
Compare
Choose a tag to compare

A large variety of fixes and upgrades! Upgrade with caution please.

v0.7.0...v0.8.0

v0.7.0

24 Jul 23:03
Compare
Choose a tag to compare
  • Update to work with [email protected], which delivers enhanced html escaping abilities
  • Also adjusts comment logic such that spaces are no longer automatically inserted on either side of a comment, only if manually added to the left side

v0.6.0

20 Jun 17:37
Compare
Choose a tag to compare
  • Fixes a bug in which no newline at the end of a file would trigger an error

v0.5.0

13 Jan 20:48
Compare
Choose a tag to compare
  • Fixed an annoying bug where things like li: .foo hello wouldn't work correctly and would instead add the foo class to the li
  • Mild performance improvements 🎉

v0.4.0

12 Sep 20:58
e499a04
Compare
Choose a tag to compare
  • Add text block feature, so you can do this:
section.
  some content
  more content wow!
  span renders as plaintext!

v0.3.0

02 Sep 18:57
6d28eae
Compare
Choose a tag to compare
  • Pipe behavior updated. If there are two pipes following one another, they are rendered with a newline in between. If a pipe is followed by a tag, there is no newline.

v0.2.3

29 Aug 15:15
Compare
Choose a tag to compare
  • Fixes a 🐛 which did not allow empty newlines between nested tags

v0.2.2

22 Aug 16:01
Compare
Choose a tag to compare
  • Fixes a bug with quotes in quoted attributes

v0.2.1

18 Aug 16:18
Compare
Choose a tag to compare
  • Better error reporting, huge props to @hhsnopek for this update 🎉

v0.2.0

10 Aug 19:14
Compare
Choose a tag to compare
  • Adjust to work with reshape AST format