Skip to content

Releases: MeanderingProgrammer/render-markdown.nvim

v2.0.0

01 Jun 04:15
Compare
Choose a tag to compare

2.0.0 (2024-05-21)

⚠ BREAKING CHANGES

  • Allow multiple kinds of table highlight behaviors (#21) (49f4597)
  • In order to fix:
    • fat_tables = true -> table_style = 'full'
    • fat_tables = false -> table_style = 'normal'

v1.2.0

01 Jun 04:12
Compare
Choose a tag to compare

1.2.0 (2024-05-21)

Features

  • Add simple logging (467c135)
  • Make start state configurable (#16) (#17)
  • Add unit / kinda integ test (b6c4ac7)
  • Add packer.nvim setup to README (#19) (9376997)
  • Update for 0.10.0 (no user impact) (0581a9a)
  • Disable rendering on large files (e96f40d)
  • Operate at event buffer level rather than current buffer (41b955c)

Bug Fixes

  • Fix bullet point rendering with checkbox (#18) (#22) (e38795f)
  • Disable plugin on horizontal scroll (#23) (966472e)

Contributor Shoutouts

v1.1.0

01 Jun 04:03
Compare
Choose a tag to compare

1.1.0 (2024-04-13)

Features

Bug Fixes

Contributor Shoutouts

v1.0.0

01 Jun 03:48
Compare
Choose a tag to compare

1.0.0 (2024-03-21)

⚠ BREAKING CHANGES

  • Changes folder from markdown to render-markdown to reduce chances of name collision in require statements (07685a1)
  • In order to fix:
    • require('markdown') -> require('render-markdown')

v0.0.1

01 Jun 03:40
Compare
Choose a tag to compare

0.0.1 (2024-03-21)

Features

  • Support rendering headings & code blocks (4fb7ea2)
  • Mode based rendering (3fd818c)
  • Supprt rendering tables (fe2ebe7)
  • Add basic health check (b6ea30e)
  • Customize icon based on heading level (208599b)
  • Create auto demo script (03a7c00)