index
:
asciidoctor-go
dev
main
Native Go parser for asciidoc markup.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-02-01
Release asciidoctor-go v0.6.2 (2025-02-01)
v0.6.2
Shulhan
2025-02-01
README: mention ciigo as the front-end tools of this library
Shulhan
2025-02-01
make: replace external linters with internal command gocheck
Shulhan
2025-02-01
go.mod: update all dependencies
Shulhan
2025-01-21
all: fix section detected as paragraph after list and comment
Shulhan
2025-01-06
go.mod: update all dependencies and Go to version 1.23.4
Shulhan
2024-12-08
Release asciidoctor-go v0.6.1 (2024-12-08)
v0.6.1
Shulhan
2024-12-08
go.mod: update all dependencies
Shulhan
2024-10-15
make: serve doc on non-common port
Shulhan
2024-10-15
all: group all image related method and functions into single file
Shulhan
2024-10-15
all: fix missing SPDX copyright and license on test file
Shulhan
2024-10-13
all: fix reading include file when parent path is absolute
Shulhan
2024-10-13
all: fix error log when failed to opend included file
Shulhan
2024-09-07
Release asciidoctor-go v0.6.0 (2024-09-07)
v0.6.0
Shulhan
2024-09-07
go.mod: update dependency
Shulhan
2024-09-07
Makefile: replace golangci-lint with "go vet"
Shulhan
2024-09-07
all: fix signature of [Element.WriteByte]
Shulhan
2024-08-16
all: remove unnecessary TrimRight
Shulhan
2024-08-16
all: support document attribute "leveloffset"
Shulhan
2024-08-13
all: refactoring DocumentAttribute into struct
Shulhan
2024-08-13
all: rename meta or metadata words to document attribute
Shulhan
2024-08-13
all: replace licensing format to REUSE.toml
Shulhan
2024-08-13
all: rename struct "AttributeEntry" to "DocumentAttribute"
Shulhan
2024-08-13
all: add element kind Section 0
Shulhan
2024-08-12
go.mod: update all dependencies
Shulhan
2024-08-12
all: use strict document header format
Shulhan
2024-04-04
Release asciidoctor-go v0.5.2 (2023-04-04)
v0.5.2
Shulhan
2024-03-05
all: replace if-else bytes.Equals with static string case comparisons
Shulhan
2024-03-05
all: comply with linter recommendations
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2023-12-14
Release asciidoctor-go v0.5.1 (2023-12-14)
v0.5.1
Shulhan
2023-12-13
all: replace "lib/parser" with "strings/parser"
Shulhan
2023-12-10
all: remove dependency to "github.com/shuLhan/share/lib/debug"
Shulhan
2023-12-10
go.mod: set minimum Go to version 1.20 and update all dependencies
Shulhan
2023-12-10
all: fix custom IDs on first section got replaced
Shulhan
2023-12-09
all: rewrite tests for ToHTML using [test.Data]
Shulhan
2023-12-09
all: replace linter golangci-lint with revive and shadow
Shulhan
2023-11-05
go.mod: update all dependencies
Shulhan
2023-10-14
go.mod: update all dependencies
Shulhan
2023-06-04
Release asciidoctor-go v0.5.0 (2023-06-04)
v0.5.0
Shulhan
2023-06-04
go.mod: update share module to v0.47.0
Shulhan
2023-05-30
all: handle custom marker in between unordered list
Shulhan
2023-05-28
_doc: add HTML file to test previewing partial HTML content
Shulhan
2023-05-28
all: add support for unordered list with '-'
Shulhan
2023-05-28
all: reformat list item, remove numbering prefix xx.x.
Shulhan
2023-05-28
all: fix rendering blockquote without attribution
Shulhan
2023-05-28
go.mod: update all dependencies and Go version to 1.19
Shulhan
2023-05-27
all: convert README from Asciidoc to Markdown
Shulhan
2023-03-02
Release asciidoctor-go v0.4.1 (2023-03-02)
v0.4.1
Shulhan
2023-03-02
all: move CHANGELOG from _doc to root
Shulhan
[next]