Releases: moranbw/speedtest-app
Releases · moranbw/speedtest-app
0.4.5
No functional changes but lots of housekeeping
0.4.4
- Added
PORT
environment variable
- Package updates
0.4.2
- Using SVG logo
- Style improvements
0.4.1
- Fix font import. Actually using Work Sans now.
0.4.0
- Switched to Vite for frontend scaffolding
- Using new JSX runtime
0.3.1
- Removed CRA scaffolding from client, replaced with rollup for dev server and build
- Updated primary server to better support subdirectory reverse proxies. This is configured by environment variable PROXY_PATH. Implemented with http-middleware-proxy
- Run as non-root "node" user
0.2.4
updated CRA, switched to @material-table/core package.
0.2.0
Switched Express for Polka
Updated Dockerfile for easier updates to LTS Node.js.
0.1.1
Updated dependencies, including React and CRA's react-scripts.