punchcard-content-types
Version:
Combines with input plugins to create forms with validation. Creates forms for Punchcard CMS.
80 lines (49 loc) • 1.15 kB
Markdown
## v0.0.7
**May 05, 2016**
**New**
* tests for input plugins with `select` and `textarea`
## v0.0.6
**Apr 28, 2016**
**New**
* added `node-uuid`
* unique plugin instance ids created with `uuid`
**Removed**
* plugin importation tests which tested rendered css
## v0.0.5
**Apr 20, 2016**
**New**
* `getContentTypesNames` - gets names/pathnames of *all* content types in system
* added `pathName` to content type data object
* tests with new mock fixture
* expanded README
## v0.0.4
**Apr 18, 2016**
**New**
* Content Types accepts input plugins as a parameter
* Tests for attribute-less content types
**fix**
* added a check that attributes exist in content types
## v0.0.3
**Apr 12, 2016**
**New**
* Validation added to content type object
* validation script in form template
## v0.0.2
**Apr 7, 2016**
**New**
* Tests for checking properties of Input Plugins
* Tests to test the Input Plugin tests
## v0.0.1
**Mar 23, 2016**
**New**
* Get Content Type data from Content Type config file
* Get Content Type form from Content Type config file
* App config via node-config
* Plugabilly @ 0.0.0
* Tests