Releases: kevin940726/remark-code-import
Releases · kevin940726/remark-code-import
v1.1.0
New features
- Support escaping spaces in file paths with
\
. - Support using
<rootDir>
to reference the root directory. - Add the
rootDir
option to change the path of the root directory. - Add the
allowImportingFromOutside
option to allow importing files from outside therootDir
.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Breaking changes
- The plugin is now ESM only. Node 12+ is needed to use it and it must be
import
ed instead ofrequire
d.
New features
- Add types for TypeScript.
Full Changelog: v0.4.0...v1.0.0