Skip to content

Releases: osteele/gojekyll

v0.2.16

01 Jun 16:21
Compare
Choose a tag to compare

Fixes:

Full Changelog: v0.2.15...v0.2.16

v0.2.15

01 Jun 16:20
86ddc73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.14...v0.2.15

v0.2.14

28 Oct 16:22
Compare
Choose a tag to compare

Full Changelog: v0.2.13...v0.2.14

Bump liquid

28 Oct 13:25
Compare
Choose a tag to compare

Bump liquid to 1.5.2

Full Changelog: v0.2.12...v0.2.13

v0.2.12

17 Oct 18:06
Compare
Choose a tag to compare

Fix buildscript

v0.2.11

17 Oct 17:02
Compare
Choose a tag to compare

What's Changed

  • Bump liquid with multiple bugfixes

Full Changelog: v0.2.10...v0.2.11

v0.2.10

21 Apr 11:22
Compare
Choose a tag to compare

What's Changed

  • Remove leading and trailing hyphens from slugs to match jekyll behavior by @sirwart in #56
  • Enable support for footnotes in markdown files to match jekyll behavior by @sirwart in #58

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9

17 Nov 18:09
Compare
Choose a tag to compare

What's Changed

  • Serve extensionless URL /some-url from file /some-url.html by @chimbori in #54
  • Fix test, original author forgot to call function being tested: mustMarkdownString by @chimbori in #55
  • Bump deps

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

26 Aug 19:21
2fdf4ae
Compare
Choose a tag to compare

This release adds an official docker image for gojekyll, danog/gojekyll.

v0.2.7

26 Aug 16:13
1e4d794
Compare
Choose a tag to compare

This release switches to the native DART sass binary: this speeds up builds and adds support for many more platforms.

You have to install the dart sass binary from sass/dart-sass to make use of the improvements.