Skip to content

Releases: lukewilliamboswell/basic-ssg

0.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 05:48
0fb6f70

What's Changed

  • Update docs for 0.10.0 by @github-actions[bot] in #17
  • Add typed AsciiDoc support and refresh the Pages site by @lukewilliamboswell in #18

New Contributors

  • @github-actions[bot] made their first contribution in #17

Full Changelog: 0.10.0...0.11.0

Roc API Changes

Comparing https://github.com/lukewilliamboswell/basic-ssg/releases/download/0.10.0/26wr2c8pfpVzPv93VVQ9Y2yRQz7tder7atwNG7PvWs6e.tar.zst (old, 0.10.0) with platform/main.roc (new)...

---- AsciiDoc - MINOR ----

    Added module

---- Html - MINOR ----

    + Html.fragment : List(Html.Node) -> Html.Node

---- SSG - MAJOR ----

    + SSG.asciidoc_pages! : Path.Path => Try(List(SSG.Page), [PagesError(Str)]#others)
    + SSG.markdown_pages! : Path.Path => Try(List(SSG.Page), [PagesError(Str)]#others)
    - SSG.pages! : Path.Path => Try(List(SSG.Page), [PagesError(Str)]#others)
    + SSG.parse_asciidoc! : Path.Path => Try(AsciiDoc.Document, [ParseError(Str)]#others)
    + SSG.parse_asciidoc_source! : { asciidoc : Str, source_path : Path.Path } => Try(AsciiDoc.Document, [ParseError(Str)]#others)
    + SSG.render_asciidoc! : { asciidoc : Str, source_path : Path.Path } => Try(Str, [ParseError(Str)]#others)

This is a MAJOR change.

0.10.0 -> 0.11.0

(Pre-1.0.0 versions are 0.X.Y: breaking changes bump X, everything else bumps Y.)

0.11.0 satisfies the required MAJOR bump.

Docs

0.10.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 00:15
d4fe7ee

What's Changed

New Contributors

Full Changelog: 0.9.0...0.10.0

Docs

0.9.0

Choose a tag to compare

@lukewilliamboswell lukewilliamboswell released this 25 Jan 00:03
6c2f436

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

0.8.0 Pre-release
Pre-release

Choose a tag to compare

@lukewilliamboswell lukewilliamboswell released this 24 Jan 20:22
23b4b72
use TESTING release if available

0.7.0

0.7.0 Pre-release
Pre-release

Choose a tag to compare

@lukewilliamboswell lukewilliamboswell released this 07 Jan 22:57
281531e
update weaver dep

0.6.0

0.6.0 Pre-release
Pre-release

Choose a tag to compare

@lukewilliamboswell lukewilliamboswell released this 18 Dec 02:13
de3b8ad

What's Changed

Full Changelog: 0.5.1...0.6.0

This release doesn't contain prebuilt host binaries for all the supported targets. See roc-lang/basic-cli#291 for more information.

  • Included
    • macOS arm64 & x86_64
    • linux x64
  • Not included
    • linux arm64
    • windows arm64 & x86_64

0.5.1

Choose a tag to compare

@lukewilliamboswell lukewilliamboswell released this 17 Oct 23:17
1cf82f6

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

Choose a tag to compare

@lukewilliamboswell lukewilliamboswell released this 04 Sep 00:06
f87abf6

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

Choose a tag to compare

@lukewilliamboswell lukewilliamboswell released this 16 Jul 00:56
7bef6f9

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

Choose a tag to compare

@lukewilliamboswell lukewilliamboswell released this 10 Jul 06:14
0.3.0
70a3119

What's Changed

New Contributors

Full Changelog: 0.1.0...0.3.0