Skip to content

Releases: jtarchie/builder

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.

v0.0.28

27 Oct 21:21
Compare
Choose a tag to compare

Some warnings were reported in the RSS feed. It was considered valid.

  • Add guid
  • Sanitize the HTML

v0.0.27

06 Oct 14:00
Compare
Choose a tag to compare

Feature:

  • Generate RSS, Atom, and Sitemap feeds when providing the --base-url argument. The output feeds will show every post from the website as a markdown document. There is no way to protect pages. The respective files will be rss.xml, atom.xml, and sitemap.xml at the root build directory.

Bug fixes:

  • When rerendering files for live reload, HTML, JS, and CSS changes were not considered. Now they are.