Releases: Microflash/fenceparser
Releases · Microflash/fenceparser
v4.0.0
Added
- Support unquoted values in key-value pairs
Changed
- Breaking Switch from
FenceParserandFenceLexerclass-based API tolexandparsefunction-based API. To migrate, remove imports ofFenceParserand its instances withparsefunction call. - Breaking Switch from
highlightto*as default range key. To restore the previous behavior, pass{ rangeKey: 'highlight' }option to theparsefunction
Full Changelog: v3.1.1...v4.0.0
v3.1.1
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
No public changes, just switching from ava to vitest to reduce security surface
Full Changelog: v3.0.0...v3.1.0
v3.0.0
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, convert12-15to12..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
What's Changed
- feat: support arbitrary ranges by @naiyerasif in #1
- docs: add examples by @naiyerasif in #2
- chore(deps): bump dependencies by @naiyerasif in #3
- chore(deps): bump dependencies by @naiyerasif in #4