Skip to content

Releases: kevin940726/remark-code-import

v1.1.0

16 Jan 18:10
Compare
Choose a tag to compare

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 the rootDir.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

16 Jan 16:21
Compare
Choose a tag to compare

Breaking changes

  • The plugin is now ESM only. Node 12+ is needed to use it and it must be imported instead of required.

New features

  • Add types for TypeScript.

Full Changelog: v0.4.0...v1.0.0