Skip to content

Latest commit

 

History

History
80 lines (38 loc) · 3.99 KB

CHANGELOG.md

File metadata and controls

80 lines (38 loc) · 3.99 KB

0.0.9 (2020-12-21)

0.0.8 (2020-11-12 15:25:53 +0000)

0.0.7 (2020-11-10 16:57:32 +0000)

0.0.6 (2019-07-27 19:15:42 +0000)

Features

  • make seo independent of overall design (3fc918a)
  • rename middleware to more specific express middleware (528890a)

0.0.5 (2019-05-20 17:36:45 +0900)

Reverts

  • Revert "feat(sifrr-dom): make deep twoway binding work" (205936b)

0.0.4 (2019-04-08 01:10:18 +0900)

Features

0.0.3 (2019-03-05 23:44:39 +0900)

Bug Fixes

  • Don't return from cache if there is no cache (68099e1)
  • don't set footer in render (938bba7)
  • Fix error on node 8 (7db1ab2)
  • Fix pending resolver bug (1db1e95)
  • Fix variables not parsing (db201f5)
  • Move puppeteer config to renderer (59276a6)
  • Pass rendering error to express's next (8663605)

Features

  • Add beforeRender/afterRender functions (7697596)
  • Add better caching, and way to use other caches like memcache/redis/etc (b50fa18)
  • Add capability to add puppeteer launch options (dc56561)
  • Add footer to ssr html (33d8783)
  • Add option to blacklist outgoing requests (closes #38) (cad17f3)
  • always get html fron localhost in puppeteer (02fbe35)
  • Decouple render method from middleware (cff93ac)
  • Don't load images and wait for xhr/fetch requests to complete (f24172b)
  • Save if should render, in previous requests (81fe753)
  • Take cache store as cache parameter (4a4a2d7)
  • Take cacheKey as an option (0455b2f)
  • Whitelist instead of blacklist (4f03906)

Performance Improvements

  • Always keep browser open and cache rendered html (be70607)

0.0.1-alpha2 (2019-01-10 13:40:20 +0900)