Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jul 01:59

Changelog

  • d046b11 Add Converter.Render; share document build with Convert
  • 46c69ae Add Converter.RenderBytes; render from source bytes
  • cb08953 Add design spec for serve git version history (A2)
  • b6e47cf Add design spec for serve live version history (A1)
  • 5f95927 Add design spec for serve mode (live preview)
  • e120cca Add git history reader (shell out to git)
  • bbf4b25 Add git version history to the serve sidebar (A2)
  • d3a8412 Add implementation plan for serve mode
  • 003d30f Add internal.Serve: live-preview HTTP server with poll reload
  • e06d0fb Add live version history sidebar to serve (A1)
  • e9c2e7c Add serve subcommand for live browser preview
  • 0c9cab6 Bump npm packages to 0.3.0
  • dbd3121 Document serve subcommand in the README
  • e2d526c Document the serve version-history sidebar in the README
  • ea18e22 Drop min helper that shadowed the builtin in tests
  • c2f6a33 Fix serve version-history startup staleness race; add dedup/malformed-id tests
  • 2a16a8a Make lazy git render panic-safe in serve
  • 888c972 Note highlight-on-change as a deferred serve enhancement
  • 6642233 Return 404 for non-root paths in serve; widen test shutdown margin
  • bf135a1 Snapshot file signature before initial render in serve