summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-18Release asciidoctor-go v0.7.0 (2025-04-18)v0.7.0Shulhan
2025-04-18README: update notes related to Includes directiveShulhan
2025-04-18all: update all dependenciesShulhan
2025-04-18all: support include directive inside block codeShulhan
2025-04-18all: remove loggingShulhan
2025-02-18all: remove the "nolint" tagShulhan
2025-02-16all: support document attribute "docdir"Shulhan
2025-02-16all: move setting attribute to DocumentShulhan
2025-02-13testdata: redact the "Last updated" time in test-parser HTML filesShulhan
2025-02-13README: update the completed features on Lists and Description ListsShulhan
2025-02-13all: add default HTML stylesheetShulhan
2025-02-13testdata: add test data for unordered list with custom marker "[none]"Shulhan
2025-02-13testdata: fix version number in test dataShulhan
2025-02-01Release asciidoctor-go v0.6.2 (2025-02-01)v0.6.2Shulhan
2025-02-01README: mention ciigo as the front-end tools of this libraryShulhan
2025-02-01make: replace external linters with internal command gocheckShulhan
2025-02-01go.mod: update all dependenciesShulhan
2025-01-21all: fix section detected as paragraph after list and commentShulhan
2025-01-06go.mod: update all dependencies and Go to version 1.23.4Shulhan
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