- Fixed bug where status code of CRUD errors were not properly passed down from
syncer
.
- Fixed bug where models within collection wouldn't have
this.app
set after view hydration. - Converted
fetcher
object toFetcher
class. Prefer to access it viaapp.fetcher
.
- Breaking change: Passing real
req
as first argument todataAdapter.makeRequest
. - Fixing bug in ClientRouter when no querystring.
- Also return
@collection.meta
and@collection.params
inBaseView::getTemplateData()
. - Support passing three args to
App::fetch()
.
- ClientRouter params include querystring params, just like ServerRouter.
- Initial release.