Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@VitorLuizC VitorLuizC released this 22 Sep 15:05
· 35 commits to master since this release

Minor Changes

  • Add option to disable trim trailing white-spaces on formatToCapitalized (it fixes #38).

    formatToCapitalized(' com espaços no início e no fim ', {
      trimTrailingWhiteSpaces: false
    })
    //=> ' Com Espaços no Início e no Fim '

    Thanks to @guitexa for issue #38.

  • Removed banner (a comment with library, author and license information) from bundles due to egoist/bili#346.

All the changes

0.7.6...0.8.0