Skip to content

Algernon 1.14.0

Compare
Choose a tag to compare
@xyproto xyproto released this 04 Aug 17:37
· 522 commits to main since this release
  • Compile the release binaries with Go 1.19.
  • Improve the documentation (thanks Matt Mc / @tooolbox ).
  • Add support for Teal together with a Teal sample (thanks Matt Mc / @tooolbox).
  • Fix an issue with how Lua tables were pretty printed in the REPL.
  • Fix an issue with conversion from Lua tables to JSON, ref #107, #108 (thanks @linkerlin).
  • Fix an issue with the generated directory listing pages, where %2F would appear in the URL instead of /, ref #117.
  • Follow the advice of these utilities: go fmt, golint, staticcheck and to some extent fieldalignment.
  • Update dependencies.