lion/packages-node/babel-plugin-extend-docs/CHANGELOG.md
github-actions[bot] e97300b62b Version Packages
2021-02-16 11:08:35 +00:00

2.4 KiB

Change Log

0.3.0

Minor Changes

  • b2f981db: Add exports field in package.json

    Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside.

0.2.5

Patch Changes

  • 98f1bb7e: Ensure all lit imports are imported from @lion/core. Remove devDependencies in all subpackages and move to root package.json. Add demo dependencies as real dependencies for users that extend our docs/demos.

0.2.4

Patch Changes

  • 82c6cce6: Take into account that paths can be windows-based with backslashes, when analyzing folder depth

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.2.3 (2020-06-18)

Bug Fixes

  • babel-plugin-extend-docs: use posix path join for posix type path (4441945)

0.2.2 (2020-06-18)

Note: Version bump only for package babel-plugin-extend-docs

0.2.1 (2020-06-10)

Bug Fixes

  • babel-plugin-extend-docs: check more strictly on tagnames (dc143b7)

0.2.0 (2020-05-29)

Bug Fixes

  • babel-plugin-extend-docs: use @babel/core instead of babel-core (f008ee4)

Features

  • use markdown javascript (mdjs) for documentation (bcd074d)

0.1.0 (2020-04-29)

Features

  • babel-plugin-extends-docs: extend docs by rewriting imports/code (2cdb7ca)