Skip to content

Releases: alexmunteanu/js-to-string

v1.0.5

14 Jan 23:46
Compare
Choose a tag to compare

1.0.5 (2021-01-15)

Changed:

  • Dependencies update

v1.0.4

14 Jan 23:46
Compare
Choose a tag to compare

1.0.4 (2020-06-20)

Added:

  • Add trailing character option: Insert a custom character after the quotes.
  • Trailing character option: The character that will be inserted at the end of the string, after the quotes.

v1.0.3

18 Jun 22:38
Compare
Choose a tag to compare

1.0.3 (2020-06-19)

Added:

  • Include whitespaces option: If this is unchecked, any tabs or newline characters will be stripped.
  • Beautify option: Enable/disable code beautification.

v1.0.1

30 Apr 09:59
Compare
Choose a tag to compare

1.0.1 (2020-04-30)

Added:

  • Strip comments option: generate the string without the commented-out lines.

v1.0.0

30 Apr 06:26
Compare
Choose a tag to compare

1.0.0 (2020-04-30)

  • Initial release