Skip to content

Releases: Konnektid/konnektid-js-utils

Added slugify utility function

07 Sep 09:05
Compare
Choose a tag to compare

This release adds the utility function slugify.

The slugify function allows to create url compatible slugs in from string.

Fixed module install

25 Aug 13:23
Compare
Choose a tag to compare

This release fixes the module not being built when installing it as dependency.

We were missing the postinstall script.

isEmail added

25 Aug 12:58
Compare
Choose a tag to compare

First release of the module.

Added isEmail to utils types with a common function to validate email addresses.