Skip to content

Releases: Ulyanov-programmer/css2html

2.1.0

18 Nov 08:34
Compare
Choose a tag to compare

Improved text handling.

  • Added a new writing text option (inside comments) that supports multi-line:
    /* text before {{ text inside }} text after */
  • Improved work with new lines, now they are not where they are not expected.
  • Added tests.

2.0.0

10 Oct 09:59
Compare
Choose a tag to compare

List of changes:

  • Fixed a bug where the text could have slightly larger dimensions than expected.
  • Formatting options have been removed
  • Added the ability to disable formatting
  • Added the ability to add attributes via --data-*, see section in the README.

1.0.1

24 Sep 12:51
Compare
Choose a tag to compare

I forgot to create a release for 1.0.0, so this one will be the first on github.

Release!