Skip to content

0.2.0

Compare
Choose a tag to compare
@ctrlplusb ctrlplusb released this 09 Jan 13:36
· 126 commits to master since this release

Breaking Changes

  • Renames the 'app' in the SSR helper results to 'appWithJobs' to make it more explicit.: 76acf75

Minor Changes

  • Adds ability to defer rendering from server.: f197bf4

Patches

  • Wraps work creation with a try/catch which will create an 'error' state when an error occurs, rather than throwing and killing the react render cycle.: 98d44e2
  • Refactors all of the SSR specific code out of 'job' and into the 'ssr/job'.: 040ac47