Releases: riot/ssr
Releases · riot/ssr
v9.0.0
v8.1.2
- Update
peerDependencies
to support Riot.js 7
v8.1.1
- Use explicitly the file extension in the import statements to improve the deno support
v8.1.0
- Fix typescript interface wrong Riot.js import
- Replace
global
withglobalThis
improving the Deno compatibility - Add the
src
folder to the published files on npm - Update npm dependencies
v8.0.1
v7.1.4
- Update dependencies
v8.0.0
- Add initial deno support closes #26
- Add types
- Fix #34
- Remove the
register
method in favor of https://github.com/riot/register
v7.1.1
- Update: handle asynchronously the dispose method for the async rendering (this improves the @riotjs/route compatibility)