node-barefoot
Advanced tools
Changelog
0.0.11
pushState
Changelog
0.0.9
APIAdapter.Server
provides the del
alias for delete
now to ensure compatibility with JavaScripts reserved words.Changelog
0.0.7
Views
using Q
beforeRender
and afterRender
hook has a resolve
and reject
argument now. These make it possible to wait for asynchronous function calls. Perfect for populating models with data from the APIAdapter
before proceed with the actual rendering.Changelog
0.0.5
success
to proceed with the next callback, call error
to stop the execution of any further callback.