Skip to content

Releases: Microflash/fenceparser

v4.0.0

12 Oct 10:10

Choose a tag to compare

Added

  • Support unquoted values in key-value pairs

Changed

  • Breaking Switch from FenceParser and FenceLexer class-based API to lex and parse function-based API. To migrate, remove imports of FenceParser and its instances with parse function call.
  • Breaking Switch from highlight to * as default range key. To restore the previous behavior, pass { rangeKey: 'highlight' } option to the parse function

Full Changelog: v3.1.1...v4.0.0

v3.1.1

04 Apr 08:32

Choose a tag to compare

No public changes, just switching from vitest to Node.js test runner to drop dependencies

Full Changelog: v3.1.0...v3.1.1

v3.1.0

28 Sep 18:13

Choose a tag to compare

No public changes, just switching from ava to vitest to reduce security surface

Full Changelog: v3.0.0...v3.1.0

v3.0.0

17 Apr 15:49

Choose a tag to compare

What's Changed

  • Breaking change Uses only double-dots .. for specifying ranges (closes #5). To migrate, convert all your ranges separated by hyphen to ranges separated by double-dots (for example, convert 12-15 to 12..15)
  • Simplify parser implementation
  • Update docs for the latest changes
  • Tests for combination and scenario usecases

Full Changelog: v2.6.2...v3.0.0

v2.6.2

16 Apr 16:54
a0106c7

Choose a tag to compare

What's Changed