Skip to content

Releases: LukeBillington/NodeFormBuilder

CircleCI Integration

08 Jan 01:11
5221922

Choose a tag to compare

Adds CI integration for testing in the pipeline. New npm run test script.

Added linting, and contributing

07 Jan 02:27
bd6b516

Choose a tag to compare

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

05 Jan 03:21
2897791

Choose a tag to compare

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

04 Jan 03:12
1667885

Choose a tag to compare

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.