<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciidoctor-go, branch v0.5.1</title>
<subtitle>Native Go parser for asciidoc markup.</subtitle>
<id>http://git.kilabit.info/asciidoctor-go/atom?h=v0.5.1</id>
<link rel='self' href='http://git.kilabit.info/asciidoctor-go/atom?h=v0.5.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/'/>
<updated>2023-12-14T08:40:52Z</updated>
<entry>
<title>Release asciidoctor-go v0.5.1 (2023-12-14)</title>
<updated>2023-12-14T08:40:52Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-14T08:40:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=bc54ecb3e21852f2120548e48603ac9212ecfda3'/>
<id>urn:sha1:bc54ecb3e21852f2120548e48603ac9212ecfda3</id>
<content type='text'>
=== Bug fixes

* all: fix custom IDs on first section always got replaced

  Any custom ID on the first section always replaced with the subsection
  because, first, when detecting preamble we did not check for line with
  kind ID "[[…​]]" an short ID "[#…​]". Second, when parsing preamble we
  did not stop when we found line kind ID and short ID.

  This preamble thing is kind of annoying. We need to revisit again how
  to detect preamble, maybe not calling separate block parser, but making
  it linear as the default first child of parent element.

=== Chores

* all: replace "lib/parser" with "strings/parser"

  The lib/parser has been deprecated in share module.

* all: remove dependency to "github.com/shuLhan/share/lib/debug"

* all: replace linter golangci-lint with revive and shadow

  The golangci-lint does not output any results anymore.
  Either we are getting good at writing Go or the linter itself is
  become less good.
  We also have seen that the latest golangci-lint is failed to build
  with Go tip, a simple "make" on the golangci-lint never success in
  my experiences.

  This changes fix all the output reported by the revive and shadow.
</content>
</entry>
<entry>
<title>all: replace "lib/parser" with "strings/parser"</title>
<updated>2023-12-13T11:28:41Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-13T11:28:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=008230e7e72251addceb5abe04af6a5edc16a04c'/>
<id>urn:sha1:008230e7e72251addceb5abe04af6a5edc16a04c</id>
<content type='text'>
The lib/parser has been deprecated.
</content>
</entry>
<entry>
<title>all: remove dependency to "github.com/shuLhan/share/lib/debug"</title>
<updated>2023-12-09T19:44:35Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-09T19:44:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=cb215a6d8138c04ec0e3a91228a9ef23f26148b3'/>
<id>urn:sha1:cb215a6d8138c04ec0e3a91228a9ef23f26148b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: set minimum Go to version 1.20 and update all dependencies</title>
<updated>2023-12-09T19:40:37Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-09T19:40:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=03504cc1789ba694f54a4c3e516a92de08500557'/>
<id>urn:sha1:03504cc1789ba694f54a4c3e516a92de08500557</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: fix custom IDs on first section got replaced</title>
<updated>2023-12-09T19:40:21Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-09T19:38:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=cdd1faa6b97de023ef7129399483e841fb4a9b16'/>
<id>urn:sha1:cdd1faa6b97de023ef7129399483e841fb4a9b16</id>
<content type='text'>
Any custom ID on the first section always replaced with the subsection
because, first, when detecting preamble we did not check for line with
kind ID "[[...]]" an short ID "[#...]".
Second, when parsing preamble we did not stop when we found line kind
ID and short ID.

This preamble thing is kind of annoying.
We need to revisit again how to detect preamble, maybe not calling
separate block parser, but making it linear as the default first child of
parent element.
</content>
</entry>
<entry>
<title>all: rewrite tests for ToHTML using [test.Data]</title>
<updated>2023-12-09T16:56:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-09T16:50:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=9242df367ec97093dbfce62830db020ec53def11'/>
<id>urn:sha1:9242df367ec97093dbfce62830db020ec53def11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: replace linter golangci-lint with revive and shadow</title>
<updated>2023-12-09T16:36:50Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-09T16:34:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=f016620361024bb3f5c9709bfdf1e48691439ad4'/>
<id>urn:sha1:f016620361024bb3f5c9709bfdf1e48691439ad4</id>
<content type='text'>
The golangci-lint does not output any results anymore
Either we are getting good at writing Go or the linter itself is become
less good.
We also have seen that the latest golangci-lint is failed to build
with Go tip, a simple "make" on the golangci-lint never success in my
experiences.

This changes fix all the output reported by the revive and shadow.
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2023-11-05T05:27:33Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-05T05:27:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=3d54e38bac45dfe2e33dd0860e4eb49702d9d52e'/>
<id>urn:sha1:3d54e38bac45dfe2e33dd0860e4eb49702d9d52e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2023-10-14T04:32:21Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-10-14T04:32:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=fa8f6829e59467d042c00d35964bb805b3e8c05d'/>
<id>urn:sha1:fa8f6829e59467d042c00d35964bb805b3e8c05d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release asciidoctor-go v0.5.0 (2023-06-04)</title>
<updated>2023-06-04T09:14:22Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-06-04T09:12:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=a1084b36db923f54bc1e0047ec4681626164260a'/>
<id>urn:sha1:a1084b36db923f54bc1e0047ec4681626164260a</id>
<content type='text'>
=== New features

* all: add support for unordered list with '-'

=== Bug fixes

* all: fix rendering blockquote without attribution
* all: handle custom marker in between unordered list
</content>
</entry>
</feed>
