Releases: lukewilliamboswell/basic-ssg
Releases · lukewilliamboswell/basic-ssg
Release list
0.11.0
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
What's Changed
- update basic-cli link+flake by @Anton-4 in #15
- Migrate to the new Zig-based Roc compiler by @lukewilliamboswell in #16
New Contributors
Full Changelog: 0.9.0...0.10.0
Docs
0.9.0
What's Changed
- Upgrade builtins to
snake_caseby @lukewilliamboswell in #13 - Restore Windows in build.roc by @lukewilliamboswell in #14
Full Changelog: 0.8.0...0.9.0
0.8.0
use TESTING release if available
0.7.0
update weaver dep
0.6.0
What's Changed
- Upgrade to Purity Inference and
snake_caseby @lukewilliamboswell in #10 - Upgrade to Purity Inference (v2) add API from basic-cli by @lukewilliamboswell in #11
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
What's Changed
- Add CI, remove glue, update rust by @lukewilliamboswell in #9
Full Changelog: 0.5.0...0.5.1
0.5.0
0.4.0
What's Changed
- Add a build script by @lukewilliamboswell in #4
- Update-glue-6894 by @lukewilliamboswell in #5
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Add example by @lukewilliamboswell in #1
New Contributors
- @lukewilliamboswell made their first contribution in #1
Full Changelog: 0.1.0...0.3.0