Skip to content

Releases: donejs/done-ssr-middleware

3.0.0

15 Nov 13:18
Compare
Choose a tag to compare

This is the major release for DoneJS 3.0. Check out the done-ssr release notes for more on the changes.

1.2.0

06 Nov 14:28
Compare
Choose a tag to compare

This is a minor version release, upgrading to done-ssr 1.3.0. See the release notes there for more information.

1.1.0

26 Jul 10:49
Compare
Choose a tag to compare

This is a minor release of done-ssr-middleware that works with incremental rendering. To use incremental rendering, set the 'strategy' option:

var ssr = require("done-ssr-middleware");
var app = require("express")();

app.use(ssr({}, {
  strategy: "incremental"
}));

1.0.2

19 Jun 14:38
Compare
Choose a tag to compare

This is a bug fix release that fixes an issue where the steal.main configuration was being ignored in production.

Issues

1.0.1

15 Jun 16:27
Compare
Choose a tag to compare

This is a patch release that fixes the done-ssr dependency to 1.0.5.