Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

0.2.2 Release

Choose a tag to compare

@ekilby ekilby released this 23 Apr 21:49
· 11 commits to master since this release

Responding to an issue with the name prefixing not working, the default delmiter has been updated to a double-hyphen. If overriding there is a very restrictive regex on characters:

.replace(/[^a-zA-Z_-0-9.]/g, '')