This release optimizes the binary size and bundles mermaid.min.js directly, removing the external CDN dependency and adding ETag support for caching. You can now bind to non-localhost addresses with the -H|--host flag, and there's a Nix flake available for installation.
What's Changed
- build: optimize and reduce size of release binary by @jfernandez in #8
- html: bundle mermaid.min.js by @jfernandez in #10
- refactor: asref avoid clone by @hlsxx in #15
- Add
-H|--host
to support listening on non-localhost by @cyqsimon in #13 - feat: add ETag support for mermaid.min.js by @jfernandez in #17
- build: add nix flake packaging by @aerits in #16
New Contributors
- @hlsxx made their first contribution in #15
- @cyqsimon made their first contribution in #13
- @aerits made their first contribution in #16
Full Changelog: v0.3.0...v0.4.0