Skip to content

v1.0.5

Compare
Choose a tag to compare
@saponifi3d saponifi3d released this 15 May 18:40
· 37 commits to master since this release
  • bug fix for require js race condition when rendering views
  • lazy loading now takes fetch_options to set any of the fetchOptions, same object as in the controller
  • lazy loading now takes fetch_spec to allow for multiple models / collections to be loaded for a view on the client-side, this spec is the same as a controllers fetch spec.