Releases: osteele/gojekyll
Releases · osteele/gojekyll
v0.2.14
Bump liquid
Bump liquid to 1.5.2
Full Changelog: v0.2.12...v0.2.13
v0.2.12
v0.2.11
v0.2.10
v0.2.9
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
v0.2.7
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.
v0.2.6
What's Changed
- Update Hugo matrix in README by @bep in #38
- add support for go mod and blackfriday v2 by @mevdschee in #39
- Add native chroma highlighting (~30x performance increase) by @danog in #42
- Adapt to go 1.20 by @danog in #45
- Update deps by @danog in #49
New Contributors
- @bep made their first contribution in #38
- @mevdschee made their first contribution in #39
- @danog made their first contribution in #42
Full Changelog: v0.2.5...v0.2.6
v0.2.5
New
- implemented
markdown=1
- implemented
jekyll.environment
,jekyll.version
- implemented
post.title
plugins
subcommand lists emulated plugins
Improved
page.excerpt
extracts formatted text- More github metadata fields
- iterating over page and collection drops produces keys instead of [key, value] pairs
- uses Liquid v1.2.3