Releases: stoplightio/markdown
Releases · stoplightio/markdown
v3.2.0
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2021-06-22)
Bug Fixes
Features
BREAKING CHANGES
- There are some breaking changes to the exported functions and their signatures. Typescript should make it clear to consumers what needs to be adjusted - it should be a small lift since I intentionally left some questionable old bits in to reduce amount of outward change (Builder, Reader, etc). I have a branch in elements already with the updates - it was easy at least in that case.
- To end users, style code block annotations are deprecated (but still supported for now). Prefer putting previous annotations directly on the code block meta string
- Locations of our ecosystem that are relying on the resolve plugin need to update to use the parseAsync method rather than parse. Also, they are expected to provide resolver setting when calling parse.
- feat: upgrade to latest unified/remark ecosystem (micromark)
- feat: support for code groups