Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@jescalan jescalan released this 24 Jul 18:48

This release contains a minor fixes that should not impact most usage.

First, if you were using symlinked mdx files, you would get errors previously. This should now be resolved, and symlinks can be used without issue with this plugin now.

Second, if there were yaml errors in any of the mdx files processed, previously the error message would be unclear and it would be difficult to pin down where it came from. Now, yaml errors are handled properly and are perfectly clear with an error message, file source, and line/column trace.

And finally, we now use safeLoad instead of load for frontmatter, which closes down some opportunities to inject strange behavior.

  • update prebuild plugin to fix symlink behavior 86d00b5
  • improve options within loader 8a145a4
  • improve yaml error handling e4070d9

v1.1.1...v1.2.0