Releases: solidusjs/solidus
Releases · solidusjs/solidus
2.2.2
- Fix for node-inspector: skip debug flag for workers
2.2.1
- Do not use git urls in package.json
2.2.0
- Adds a "preview mode" that ignores resource and preprocessor errors. This allows content editors to preview unpublished content using https://www.npmjs.com/package/blocks-post-preview
2.1.2
- Include resource query part in resource cache key
2.1.1
- Validate format of redirect array returned by preprocessors
2.1.0
- Resource query options
2.0.0
- Integrate solidus-client #116
- Add solidify transform #116
- Render error.hbs if a resource or preprocessor fails #125
- Preprocessors can return status code or redirect url #125
- Replace 5s page timeout with 20s resource + 10s preprocessor timeouts #125
Breaking changes:
- Numeric error templates (404.hbs, 500.hbs) are all replaced by error.hbs
- Pages with broken resources or preprocessors will no longer be rendered normally
1.1.2
- Only parse template config if it looks like JSON
1.1.1
- Log preprocessor errors correctly
1.1.0
- Include partials from
node_modules