Skip to content

Releases: jtarchie/builder

v1.0.1

06 Feb 17:35
Compare
Choose a tag to compare
add sub directories for the file watcher

v1.0.0

16 Jan 18:53
Compare
Choose a tag to compare
bump goreleaser

v0.0.36

06 Aug 23:25
Compare
Choose a tag to compare
  • Bump dependencies

v0.0.35

24 Jan 04:55
Compare
Choose a tag to compare
  • Use chroma classes rather than inline styling

Full Changelog: v0.0.34...v0.0.35

v0.0.34

24 Jan 02:56
Compare
Choose a tag to compare

Full Changelog: v0.0.33...v0.0.34

v0.0.33

24 Jan 02:28
Compare
Choose a tag to compare

What's Changed

  • Support template functions in layout
  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #33
  • Bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #35
  • Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 by @dependabot in #36

Full Changelog: v0.0.32...v0.0.33

v0.0.32

12 Dec 02:18
Compare
Choose a tag to compare

bump deps

v0.0.31

09 Nov 03:42
Compare
Choose a tag to compare

This switches from html/template in Go to use text/template. Since this already runs through a markdown to HTML generator, trying to evaluate markdown as HTML didn't make sense for some cases. Like when I was trying to copy JSX in codeblocks.

v0.0.30

02 Nov 16:27
Compare
Choose a tag to compare

When generating a feed, the --feed-glob parameter can be passed to limit what appears in the site map, RSS, and atom feed.

v0.0.29

28 Oct 20:36
Compare
Choose a tag to compare

Keep document tags on minification.