Skip to content

Latest commit

 

History

History
140 lines (57 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

140 lines (57 loc) · 5.35 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.1 (2021-04-18)

Bug Fixes

0.7.0 (2021-04-18)

Features

0.6.1 (2021-03-21)

Bug Fixes

  • add missing binding.gyp (4ce8306)

0.6.0 (2021-03-14)

Features

BREAKING CHANGES

  • require tree-sitter 0.19+

0.5.0 (2021-01-24)

Features

  • distinguish heading level tokens (4d77c42)

0.4.1 (2021-01-17)

Bug Fixes

  • 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)

Chores

Features

  • support super long words (3d67064)

0.3.1 (2020-04-26)

Bug Fixes

  • do not throw errors on empty image descriptions (#5) (994f572)

0.3.0 (2019-10-14)

Bug Fixes

  • table (with same indentation table_header_row/table_delimiter_row) in list_item is now recognized (ec8e9fd)
  • trailing line_breaks are part of code_fence_content (#2) (39daf72)

Features

0.2.0 (2019-10-01)

Performance Improvements

  • reduce the number of lookahead chars for parsing task_list_items (37e92ff)

BREAKING CHANGES

  • checkboxs are renamed with task_list_item_marker
  • task_list_item_markers are now part of the first paragraph in task_list_items

0.1.1 (2019-10-01)

Performance Improvements

  • remove unnecessary buffering for block-level scanning (b92a780)

0.1.0 (2019-09-30)

Features