Releases: eins78/hello-world-web
Releases · eins78/hello-world-web
v1.3.0 `npx` support, render server views with Lit
highlights
npx
support
run the server using npx
:
PORT=8080 npx hello-world-web
Only node.js
needs to be installed:
docker run --rm -it -p 8080:8080 node env PORT=8080 npx hello-world-web
Server views are now rendered using Lit
server-only templates.
What's Changed
- render views using @lit-labs/ssr server-only templates by @eins78 in #27
- Docker multi arch by @eins78 in #29
npx
support by @eins78 in #30- Add npx support and publish to npm Registry by @eins78 in #31
- Update home view by @eins78 in #32
- handle logging of server listening on a pipe correctly by @eins78 in #33
- refactor by @eins78 in #34
- Improvements by @eins78 in #36
- Upgrade deps by @eins78 in #39
Full Changelog: v1.2.0...v1.3.0
v1.2.1 views with @lit-labs/ssr server-only templates
v1.2.0 base path, favicon, deploy with buildpacks, systemd, pnpm, ESM
features
- add favicon
- add support for webserver base path
- document how to build docker image using buildpacks
- support systemd deploy targets, running with docker or native nodes
dev improvements
- migrate from CommonJS to ESM
- better type checking
- linting with eslint
details
Full Changelog: v1.1.0...v1.2.0
v1.1.0 client info
show client info in web ui and /api/client
What's Changed
- client info by @eins78 in #2
- Bump qs and express by @dependabot in #3
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v1.0.0...v1.1.0
v1.0.0 - First release
First release