Releases: mikaelbr/marked-terminal
Releases · mikaelbr/marked-terminal
v7.2.0
v7.0.0
Breaking changes
This might cause changes for your custom options to highlight. See readme for details
What's Changed
New Contributors
Full Changelog: v6.2.0...v7.0.0
v6.1.0
What's Changed
- fix: allow marked v10 by @UziTech in #247
- chore(deps-dev): bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3 by @dependabot in #237
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- feat: add use extension by @UziTech in #231
- Updates all external dependencies
- Adds support for marked up to v9
Breaking changes
No longer has Node 14 on the support list. Still checks compatibility for node 16 even if that has end-of-life. Will be removed later. This won't be a breaking change for most, but can no longer guarantee node 14 support, so this is a major version upgrade to be on the safe side.
Full Changelog: v5.2.0...v6.0.0
v5.2.0
Release v5.1.0
Features
- Adds support for CJS as well as ESM. #98.
Other
- Bump marked from 4.0.7 to 4.0.9 by @dependabot in #93
- Bump cli-table3 from 0.6.0 to 0.6.1 by @dependabot in #92
- Bump mocha from 9.1.3 to 9.2.0 by @dependabot in #96
- Bump marked from 4.0.9 to 4.0.10 by @dependabot in #94
New Contributors
Full Changelog: v5.0.0...v5.1.0
Release v5.0.0
Breaking changes
- Changes to ECMAScript Modules by default #83
Features
- Adds support for marked v3 and v4.