We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f148fb commit 9df7b25Copy full SHA for 9df7b25
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# Gostatic changelog
2
3
+## 2.36
4
+
5
- Switch to using [SSE][] from websockets - simpler and less deps
6
- Using hotreload would trim responses to at most 32kb length, fixed now
7
- Updated all deps, some of them were few years old
8
+- Markdown is now parsed with [some attributes](https://github.com/yuin/goldmark#attributes)
9
10
[SSE]: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events
11
lib/version.go
@@ -1,4 +1,4 @@
package gostatic
// Current gostatic version
-const VERSION = "2.35"
+const VERSION = "2.36"
0 commit comments