Skip to content

Commit

Permalink
2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Feb 28, 2023
1 parent 1f148fb commit 9df7b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Gostatic changelog

## 2.36

- Switch to using [SSE][] from websockets - simpler and less deps
- Using hotreload would trim responses to at most 32kb length, fixed now
- Updated all deps, some of them were few years old
- Markdown is now parsed with [some attributes](https://github.com/yuin/goldmark#attributes)

[SSE]: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events

Expand Down
2 changes: 1 addition & 1 deletion lib/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gostatic

// Current gostatic version
const VERSION = "2.35"
const VERSION = "2.36"

0 comments on commit 9df7b25

Please sign in to comment.