Releases: inokawa/remark-slate-transformer
Releases · inokawa/remark-slate-transformer
0.9.0
BREAKING CHANGES
- Support only unified 11+
- Now
slateToRemark
is just a function not plugin for remark, due to change of type definition of unified - Drop support of legacy slate
What's Changed
- Upgrade/mdast util math by @squid-ney in #173
- Support mdast v5 and unified 11 by @inokawa in #175
New Contributors
- @squid-ney made their first contribution in #173
Full Changelog: 0.8.1...0.9.0
0.8.1
Reduce bundle size
Full Changelog: 0.8.0...0.8.1
0.8.0
BREAKING: Add exports field to package.json
Full Changelog: 0.7.5...0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
What's Changed
- Type error about extending mdast by @xiaolu-lujunji in #118
New Contributors
- @xiaolu-lujunji made their first contribution in #118
Full Changelog: 0.7.1...0.7.2
0.7.1
- Remove tslib from bundle but import
Full Changelog: 0.7.0...0.7.1
0.7.0
- BREAKING: Type output of remarkToSlate and slateToRemark
- If you are using this lib in TS, you have to use unified
>=10.1.0
. - https://github.com/inokawa/remark-slate-transformer#supported-unified-versions
- If you are using this lib in TS, you have to use unified
Full Changelog: 0.6.9...0.7.0
0.6.9
- Publish sourcemap
- Replace function with const to minimize minified size
- Update README.md
Full Changelog: 0.6.8...0.6.9