- Support collections (fetch multiple records)
- JST templating support
- Fix: ensure the validations are executed initially
- Breaking change:
@configure
should be@persistAt
- Custom model events and callbacks
- Declarative client side validation
- Fix to inplace edit to be able to switch back to view mode when no value has changed
- Support collections (fetch multiple records)
- Client side validation
- JST templating support
- do not require bindings automatically
- includes bindings: autosave, inplace, onoff, color, animate
Initial release. Bare bones moved over from other project. Includes:
- persist view models RESTfully
- compliant with Rails inherited_resources response
- built in, bindable server side validation support (errors accessible vie
model.errors.attribute_name()
)