summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-08Release asciidoctor-go v0.6.1 (2024-12-08)v0.6.1Shulhan
2024-12-08go.mod: update all dependenciesShulhan
2024-10-15make: serve doc on non-common portShulhan
2024-10-15all: group all image related method and functions into single fileShulhan
2024-10-15all: fix missing SPDX copyright and license on test fileShulhan
2024-10-13all: fix reading include file when parent path is absoluteShulhan
2024-10-13all: fix error log when failed to opend included fileShulhan
2024-09-07Release asciidoctor-go v0.6.0 (2024-09-07)v0.6.0Shulhan
2024-09-07go.mod: update dependencyShulhan
2024-09-07Makefile: replace golangci-lint with "go vet"Shulhan
2024-09-07all: fix signature of [Element.WriteByte]Shulhan
2024-08-16all: remove unnecessary TrimRightShulhan
2024-08-16all: support document attribute "leveloffset"Shulhan
2024-08-13all: refactoring DocumentAttribute into structShulhan
2024-08-13all: rename meta or metadata words to document attributeShulhan
2024-08-13all: replace licensing format to REUSE.tomlShulhan
2024-08-13all: rename struct "AttributeEntry" to "DocumentAttribute"Shulhan
2024-08-13all: add element kind Section 0Shulhan
2024-08-12go.mod: update all dependenciesShulhan
2024-08-12all: use strict document header formatShulhan
2024-04-04Release asciidoctor-go v0.5.2 (2023-04-04)v0.5.2Shulhan
2024-03-05all: replace if-else bytes.Equals with static string case comparisonsShulhan
2024-03-05all: comply with linter recommendationsShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-14Release asciidoctor-go v0.5.1 (2023-12-14)v0.5.1Shulhan
2023-12-13all: replace "lib/parser" with "strings/parser"Shulhan
2023-12-10all: remove dependency to "github.com/shuLhan/share/lib/debug"Shulhan
2023-12-10go.mod: set minimum Go to version 1.20 and update all dependenciesShulhan
2023-12-10all: fix custom IDs on first section got replacedShulhan
2023-12-09all: rewrite tests for ToHTML using [test.Data]Shulhan
2023-12-09all: replace linter golangci-lint with revive and shadowShulhan
2023-11-05go.mod: update all dependenciesShulhan
2023-10-14go.mod: update all dependenciesShulhan
2023-06-04Release asciidoctor-go v0.5.0 (2023-06-04)v0.5.0Shulhan
2023-06-04go.mod: update share module to v0.47.0Shulhan
2023-05-30all: handle custom marker in between unordered listShulhan
2023-05-28_doc: add HTML file to test previewing partial HTML contentShulhan
2023-05-28all: add support for unordered list with '-'Shulhan
2023-05-28all: reformat list item, remove numbering prefix xx.x.Shulhan
2023-05-28all: fix rendering blockquote without attributionShulhan
2023-05-28go.mod: update all dependencies and Go version to 1.19Shulhan
2023-05-27all: convert README from Asciidoc to MarkdownShulhan
2023-03-02Release asciidoctor-go v0.4.1 (2023-03-02)v0.4.1Shulhan
2023-03-02all: move CHANGELOG from _doc to rootShulhan
2023-03-02all: fix empty line printed on ToHTMLBody or ToHTMLEmbeddedShulhan
2023-03-02all: handle empty preambleShulhan
2023-03-02all: update share modulesShulhan
2023-03-02all: ignore parsing block image in paragraphShulhan
2023-02-12Release asciidoctor-go v0.4.0 (2023-02-12)v0.4.0Shulhan
2023-02-12go.mod: update share module to v0.43.0Shulhan