Skip to content

Tags: chrishrb/go-grip

Tags

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#66 Changed single newline without double space at EOL behavior (#71)

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: stale browser views after restarting in another directory (#70)

Directory listings were being served through Go's FileServer,
which meant the browser could revalidate / with
If-Modified-Since and get a 304 Not Modified. When
go-grip was restarted on the same host and port in a
different folder, the browser could then reuse the
previous run's HTML and show an old file list.

Refactor the server to use a local mux, mark directory
listings and rendered markdown pages as non-cacheable,
strip conditional cache validators before directory
requests reach FileServer, and add regression tests for
the directory, markdown, and regular file cases.

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add mermaid zoom (#69)

This adds a simple zooming mechanism for mermaid diagrams similar to the one from github. This also improves some styling issues.

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remember collapsable state between reloads (#65)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
58 referenced issues and prs not rendered (#61)

v0.6.0

Toggle v0.6.0's commit message
feat: add mermaid renderer

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #39 from alegrey91/main

fix: ensure lexer is never nil

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #36 from chrishrb/34-new-line-behavior

34 Fix wrong new-line behavior

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #33 from chrishrb/32-syntax-highlighting-is-wrong-…

…for-sql

32 Fix syntax highlighting

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from chrishrb/26-errors-for-watching-files

26 Update modules to fix reload issue