Skip to content

Releases: souporserious/renoun

@renoun/[email protected]

19 Sep 00:26
81c1bde
Compare
Choose a tag to compare

Major Changes

  • 3565fa9: Adds @renoun/mdx package that includes pre-configured and custom remark and rehype plugins.

[email protected]

16 Sep 05:51
1608806
Compare
Choose a tag to compare

Major Changes

  • 8e1a7e1: Renames the package from omnidoc to renoun.

@renoun/[email protected]

16 Sep 05:51
1608806
Compare
Choose a tag to compare

Major Changes

  • 52b18ed: Renames the package from @omnidoc/mdx-plugins to @renoun/mdx-plugins.

[email protected]

15 Sep 01:03
b16898b
Compare
Choose a tag to compare

Patch Changes

  • 677d117: Clean up formatting for source export errors.
  • 830724b: Prevents exiting the process in development when the collection does not target valid directories or source files to allow fixing without restarting the server.

@omnidoc/[email protected]

15 Sep 01:03
b16898b
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Sep 01:26
Compare
Choose a tag to compare

Minor Changes

  • c017f16: Adds @omnidoc/mdx-plugins package that includes pre-configured and custom remark and rehype plugins.
  • a2f85cb: Adds filter option to createCollection for filtering by specific file system sources.

Patch Changes

  • 8267207: Adds better error handling when trying to update the project based on a file system change.

@omnidoc/[email protected]

06 Sep 01:26
Compare
Choose a tag to compare

Minor Changes

  • c017f16: Adds @omnidoc/mdx-plugins package that includes pre-configured and custom remark and rehype plugins.

[email protected]

01 Sep 18:46
994e857
Compare
Choose a tag to compare

Patch Changes

  • 622c1c4: Use newer version of pnpm to fix catalog on publish.

[email protected]

31 Aug 17:10
289c95f
Compare
Choose a tag to compare

Minor Changes

  • 4c29cdc: Removes getTitle method for collection source.
  • 9b4fe41: Adds getTags method to collection export source that returns the relative JS Doc tags if they exist.

Patch Changes

  • ac6ce1c: Always clean up sub-process in close event when using cli.
  • 365a2c3: The getText method for a collection export source now includes the full context of everything used within the export.
  • 1b6d65a: Adds better title parsing for file system and export source names.
  • 43e379c: Adds .git to default ignored list for projects.
  • 1a4888b: Removes the sourcePath prop from the CodeBlock component which was previously only used with the MDX plugins and Webpack loader.
  • 0b00c1a: Fixes getEditPath not trimming the working directory in production.

[email protected]

30 Aug 18:33
a713dff
Compare
Choose a tag to compare

Patch Changes

  • d964f0f: Fixes getRootDirectory not accounting for non-monorepos and returns the first directory where a package.json file was found.
  • d50ff0d: Reverts fixMissingImports as it is causing incorrect imports to be added.