Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Rewrite logic of async data fetching

Compare
Choose a tag to compare
@janhoogeveen janhoogeveen released this 27 Feb 16:21
· 171 commits to master since this release

We found out Express did not wait for all promises to resolve before starting the render method. We've fixed that bug with this release. The public API did change, so if you rely on fetchData methods update your codebase by rewriting your static fetchData methods to needs arrays.

Also includes are smaller bugfixes, documentation errors and general cleanup of the code.