Releases: solidusjs/solidus
Releases · solidusjs/solidus
1.0.0
- Dynamic redirections
- Increase preprocessors timeouts to 2s
0.2.3
- Don't encode resource URL's query part
- Add timestamp and request id to logs
0.2.2
- Set default dev log level to 3
0.2.1
- Add
log_server_port
to context in dev
0.2.0
- Set X-Powered-By header
- Send logs to a web socket with socket.io
- Load new helpers from helpers.js
0.1.7
- Follow resource HTTP caching directives
- Render page with successful resources in case of timeout
- Always render with cached resources, if available
- Refresh expired resources in background
- Prevent refreshing an expired resource multiple times at once
0.1.6
- Properly reload preprocessor code in development
- Add Sentry integration via
SENTRY_DSN
environment variable - Provide valid
origin
inurl
object in page context
0.1.5
- Ensure that temporary redirects start and expire at the correct time.
0.1.4
- Add the
url
object to page context - Fix file change issues with development mode in Windows
- Removed
node_modules
anddeploy
from solidus watch paths - Retrieve compressed resources when possible
0.1.3
- Use latest version of Handlebars Helper, which fixes problems with the
first
andlast
helpers