input-plugin-email
Version:
An email input with domain validation
52 lines (35 loc) • 847 B
Markdown
## v0.0.4
**May 03, 2016**
**New**
* new input plugin structure
* new structure for tests
* New cms name `Punchcard`
**To Fix**
* new tests will need to be added when complete in `Punchcard Content Types`
---
## v0.0.3
**Apr 13, 2016**
**New**
* basic tests come from punchcard-content-types
* added validation class to html
* update form template with new validation javascript
---
## v0.0.2
**Mar 9, 2016**
**New**
* `input-plugin` in package.json "keywords"
* Add NYC code coverage
* remove .npmrc
* license now *UNLICENSED*
* tap-diff for test reporting
* no-param-assign validation text fix
---
## v0.0.1
**Mar 07, 2016**
**New**
* email input with validation
* testing for
* html (existence)
* label (existence)
* validation (is function||!exist)
* is email/matches default/matches single domain/matches multi-domain