newforms v0.1.0 Release Notes

Release Date: 2012-01-31 // about 12 years ago
    • ๐Ÿ”„ Changed code structure - now written as regular Node.js modules
    • ๐Ÿ’… Changed API for placeholder strings, which are now '{placeholder}' style instead of '%(placeholder)s'
    • ๐Ÿ”„ Changed forms.util API, as most utility methods have been split out into ispmorph, which is now a dependency
    • โž• Added extension sugar via Concur - all newforms constructors now have an extend() function