Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.74 KB

changelog.md

File metadata and controls

42 lines (32 loc) · 1.74 KB

@page changelog Changelog @parent index

0.1.4

  • Removed placeholder plugin. Use HTML 5 placeholders or the jQuery placeholder plugin
  • Updated documentation engine to DocumentJS and build system to StealJS
  • Merged pull request #19 and #20, support to set up a validate options for validate() in "form" type
  • Added simple getting started example

0.1.3

0.1.2

  • Added to add HTML attributes to elements
  • Moved into a separate plugin
  • Added button type
  • Added dynamic form definition loading by passing a URL to the plugin function
  • Added subscriber using the <jQuery form plugin at http://jquery.malsup.com/form>
  • Added the method to create any HTML element without having to register a type
  • Improved build process

0.1.1

  • Separated type and subscriber functions
  • Added types , , , , and
  • Added auto class generation based on element type
  • Finished jQuery UI and unified with usage
  • Switched documentation to <Natualdocs at http://naturaldocs.org>
  • Added build.xml for generating documentation and minifying JavaScript

0.1

  • Initial release