All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.0 (2016-12-08)
- types: add phone validation (#20) (29c492f)
0.4.0 (2016-11-14)
- types: add function isPrice (#18) (86b12b7)
- types: add isBoolean utility (#17) (c9ed4ae)
- types: add isGeoPoint function (#19) (6fa4328)
0.3.1 (2016-10-26)
- isSlug: fix error exporting the function (26c5ce4)
0.3.0 (2016-10-26)
- types: add isSlug function to check a value is a correct slug (#15) (d3b40b6)
0.2.0 (2016-09-18)
- draft-js: add some draft-js utilities (#12) (8897786)
0.1.1 (2016-09-17)
- fix exports of types form module (c24d48d)
- fix exports of types form module (#11) (21f4ad4), closes #11
0.1.0 (2016-09-17)
0.0.3 (2016-09-17)
- Added utility function
slugify
- Added post install script to build the module
- Added isEmail types utility