Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@cathaysia cathaysia released this 22 Jan 02:26

0.3.0 (2025-01-22)

Features

  • add breaks (1193cf5)
  • add list (3e4ddcf)
  • add scanner.c to build.rs and binding.gpy (e838abd)
  • add single comment (d3805e0)
  • adoc: add admonition (d15ddf6)
  • adoc: add anno marker (6f88e8e)
  • adoc: add code_block injection (f260e77)
  • adoc: add includes directive, fix docuemnt attr, don't allow multi non-number list marker (d518011)
  • adoc: add line contine (b7560ae)
  • adoc: add line_comment and comment_block (2617c43)
  • adoc: add literal block (7238db7)
  • adoc: add Nesting Tables (6b309e7)
  • adoc: add open block (f1edc66)
  • adoc: add passthrough block (71bdcef)
  • adoc: add quoted_block (9b32770)
  • adoc: add reversion line (1042348)
  • adoc: allow anno list after raw block (362e3ca)
  • adoc: allow block inside open block, allow list continuation in list (2637632)
  • adoc: allow document_attr appears in section_block (92cf5c2)
  • adoc: allow dot-separated raw block (e26d186)
  • adoc: allow hard wrap (03ea525)
  • adoc: allow list inside delimit block (f4ffdbc)
  • adoc: allow number appears in anno marker (ce64a23)
  • adoc: allow raw block appears inside delimited block (3376ed2)
  • adoc: allow section_block inside delimited block (61f1f10)
  • adoc: allow table contain list (32b98f3)
  • adoc: better document attr (ac17d97)
  • adoc: complete code injection (8ae5254)
  • adoc: detail table attr (88b004f)
  • adoc: don't using empty line as end of table (166a4a0)
  • adoc: expose checked box (ffa2af5)
  • adoc: hide raw_block lines (eced93d)
  • adoc: impl block macro (6c107a7)
  • adoc: inject latex block (dc983ff)
  • adoc: make block_macro as section block (e026661)
  • adoc: only allow include macro in raw_block (6d42f22)
  • adoc: parse author line (9028a4b)
  • adoc: parse more table (3d82369)
  • adoc: parse table (163890b)
  • adoc: unhidden section block (9e1da14)
  • adoc: update admintion hl (d1b8aa3)
  • adoc: update highlight (10471aa)
  • adoc: update highlight (f50b211)
  • adoc: update inject (6c08293)
  • adoc: update query (96082c4)
  • allow non value document attr (0d18232)
  • asciidoc: add injection (33423ed)
  • asciidoc: add m-list lib (5ca2c54)
  • asciidoc: update queries (69dd079)
  • block: add block title (29cb0ad)
  • block: add paragraph (b2e938d)
  • breaks: make breaks be block also (bad16fb)
  • bump tree-sitter to 0.24.6 (9e697cb)
  • first commit (c500faa)
  • gather fuzz and bench (47bf8ef)
  • parse delimited block and raw block (b3ed2e1)
  • queries: add highlight (08280a4)
  • queries: add hl for element_attr (8ab7e03)
  • queries: add more hl (35699b2)
  • queries: update queries (86cfb0e)
  • query: fix highlight (46b732e)
  • query: update query (bc07a53)
  • query: update query (b097dad)
  • rename to asciidoc (536a615)
  • rename to asciidoc (536a615)
  • rename to loongdoc (3da8c65)
  • sesion: add session attr, fix check_list (b5b52fa)
  • table: add table block (7640ce9)
  • table: allow list continuation in table (b5b0b28)
  • table: allow section block inside table and ntable (d50184e)
  • table: complete parse ntable (18e7d80)
  • table: complete table cell (e0fb9bc)
  • table: parse more table (c7f06f2)
  • test: update test (7c351ce)
  • title: add document attr (1ef3228)
  • title: parse title (41c4780)

Bug Fixes

  • adoc: don't allow table marker = more than 3 (9e2ec47)
  • adoc: fix block comment (5b43bd2)
  • adoc: fix delimited_block queries (241f0c1)
  • adoc: fix inner raw block (e1cec35)
  • adoc: fix line comment (1d6974d)
  • adoc: fix list marker (eb1ae0e)
  • adoc: fix list_continuation (364c93a)
  • adoc: fix mem leak (7be1879)
  • adoc: fix paragraph problem (117cb0b)
  • adoc: fix parser (eed132b)
  • adoc: fix raw_block (ed6fdc8)
  • adoc: fix table (2d4e037)
  • adoc: fix table with block (f806a62)
  • asciidoc: fix document_attr parse (c3d1ef4)
  • check_list: fix checked_list (6b0063d)
  • table: continue fix table (19e034e)