Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Latest commit

 

History

History
66 lines (66 loc) · 1.08 KB

File metadata and controls

66 lines (66 loc) · 1.08 KB

Release 0.2.0 (08-Oct-2017)

Added features

  • commonPrefix
  • commonSuffix
  • chopPrefix
  • chopSuffix
  • screamingUnderscored
  • stripAccents
  • pascalize
  • translate
  • mixedCase
  • collapseWhitespaces
  • ascii
  • chomp
  • startsWith
  • endsWith
  • levenshtein
  • hamming
  • longestCommonSubstring

Release 0.1.0 (17-Sep-2017)

  • slugify supports transforming non-ascii to ascii.

Release 0.0.1 (06-Sep-2017)

first public release

Supported features

  • capitalize
  • slugify
  • count
  • trim
  • ltrim
  • rtrim
  • repeat
  • decapitalize
  • join
  • reverse
  • clean
  • chop
  • splice
  • pred
  • succ
  • titleize
  • camelize
  • dasherize
  • underscored
  • classify
  • humanize
  • quote
  • unquote
  • surround
  • numberFormat
  • strRight
  • strRightBack
  • strLeft
  • strLeftBack
  • toSentence
  • truncate
  • lpad
  • rpad
  • lrpad
  • words
  • prune
  • isBlank
  • replaceAll
  • swapCase
  • naturalSort
  • naturalCmp
  • dedent