Releases: LukeBillington/NodeFormBuilder
Releases · LukeBillington/NodeFormBuilder
CircleCI Integration
Adds CI integration for testing in the pipeline. New npm run test script.
Added linting, and contributing
Added AirBnB style linting, cleaned FormBuilder to satisfy linting needs. Added contributing, with development and style guide instructions and dependencies. Added style guide mocha/chai assertion test. Matched style guide for code examples in readme. Adding .DS_Store to gitignore.
Render ACTUAL Forms
Form types now support uppercase characters. Removed the console log from the module and replaced with return to allow for multipurpose use, like actually rendering HTML.
First Release
This is the first version of Form Builder with basic support for 'text', 'email', 'password', 'hidden', 'select', 'label', 'reset', and 'submit', elements. More information can be found in the readme.