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
rootDiroption to change the path of the root directory. - Add the
allowImportingFromOutsideoption 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
imported instead ofrequired.
New features
- Add types for TypeScript.
Full Changelog: v0.4.0...v1.0.0