All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.1 (2021-04-18)
0.7.0 (2021-04-18)
0.6.1 (2021-03-21)
- add missing binding.gyp (4ce8306)
0.6.0 (2021-03-14)
- upgrade to tree-sitter@0.19.3 (b9baa05)
- require tree-sitter 0.19+
0.5.0 (2021-01-24)
- distinguish heading level tokens (4d77c42)
0.4.1 (2021-01-17)
- backslash line break should not be allowed in table (1c0dbdc)
- dot is allowed for the local-part of the extended email autolink (0195050)
- no "assertion failed" caused by backslash line break in link label (341e85f)
- no "assertion failed" caused by cut link definition (a09c4cb)
- no "assertion failed" caused by right parenthesis in link definition (19d63b0)
- no "assertion failed" caused by unexpected block delimiter behind the literal line break in unfinished inline stack (62364f8)
- no "assertion failed" caused by unpaired parenthesis with line break in link definition (97e1e61)
- no infinite loop caused by overlapped delimiter range (f9e9749)
- no SIGSEGV caused by unfinished link title (d4e59ac)
0.4.0 (2020-05-24)
- deps: upgrade to tree-sitter@0.16.7 (43b1134)
- support super long words (3d67064)
0.3.1 (2020-04-26)
0.3.0 (2019-10-14)
table(with same indentationtable_header_row/table_delimiter_row) inlist_itemis now recognized (ec8e9fd)- trailing
line_breaks are part ofcode_fence_content(#2) (39daf72)
0.2.0 (2019-10-01)
- reduce the number of lookahead chars for parsing
task_list_items (37e92ff)
checkboxs are renamed withtask_list_item_markertask_list_item_markers are now part of the firstparagraphintask_list_items
0.1.1 (2019-10-01)
- remove unnecessary buffering for block-level scanning (b92a780)
- initial implementation (a794f46)