Skip to content

Version 2.5.0

Choose a tag to compare

@VitorLuizC VitorLuizC released this 13 Feb 22:10
· 4 commits to master since this release
  • ✨ Provide tagged string template function for normalizeWhiteSpaces.

    normalizeWhiteSpaces`
      Now you can write long texts and can even line
      break them in the code without having to rely on
      the uncanny ' + \n
    `
    //=> "Now you can write long texts and can even line break them in the code without having to rely on the uncanny ' + \n"

    Thanks to @phuvinhbmt for PR #21.