Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 816 Bytes

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 816 Bytes

Upcoming

0.2.9

  • Added breaklines snippet. #39

0.2.8

  • Added Util.String.toHtml and Util.String.toText functions

0.2.7

  • Added Util.Date.format enables Data formatation

0.2.6

  • Decided internally to standartize variable name from Util to ƒ
  • Added Util.RegExp.snippets.subject_email for matching strings like: Gabriel Conceição <[email protected]>

0.2.5

  • Fix variable on Util.String.smartTrim

0.2.4

  • Added Util.String.smartTrim

0.2.1

  • Added Util.RegExp.* lib

0.2.0

  • Added Util.Array.* lib
  • Added Util.Object.* lib
  • Added Util.String.* lib
  • Added Util.Function.* lib

0.1.0

  • Added Util.is.* lib
  • Added Util.isnt.* lib
  • Added Util.from.String method
  • Added Util.to.String method