Skip to content

Latest commit

 

History

History
94 lines (45 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

94 lines (45 loc) · 3.13 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2016-12-08)

Features

  • types: add phone validation (#20) (29c492f)

0.4.0 (2016-11-14)

Features

  • types: add function isPrice (#18) (86b12b7)
  • types: add isBoolean utility (#17) (c9ed4ae)
  • types: add isGeoPoint function (#19) (6fa4328)

0.3.1 (2016-10-26)

Bug Fixes

  • isSlug: fix error exporting the function (26c5ce4)

0.3.0 (2016-10-26)

Bug Fixes

  • deps: fix babel-cli dependency to build module (#16) (cb85eab), closes #16

Features

  • types: add isSlug function to check a value is a correct slug (#15) (d3b40b6)

0.2.0 (2016-09-18)

Features

  • draft-js: add some draft-js utilities (#12) (8897786)

0.1.1 (2016-09-17)

Bug Fixes

  • fix exports of types form module (c24d48d)
  • fix exports of types form module (#11) (21f4ad4), closes #11

0.1.0 (2016-09-17)

Features

  • type: add function isGiven (#10) (b10654b)
  • type: add function isString (#9) (c411bd3)

0.0.3 (2016-09-17)

  • Added utility function slugify

  • Added post install script to build the module

  • Added isEmail types utility