- New "--spa" command-line option for serving SPAs from
--public-dir. Any path that doesn't look like a file/asset request, i.e. doesn't have a file extension, will fall back to<public_dir>/index.htmlto let a client-side router take over. Otherwise, navigating to non-root paths would serve 404. Thanks @takumi3488. - Improve error handling and cleanup OAuth callback handling.
- Internal: build queries at build-time rather than relying on lazy-statics whenvever possible.
- Update dependencies.
Full Changelog: v0.22.4...v0.22.5