Skip to content

4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 08:51
· 331 commits to main since this release

BREAKING

  • Usage of this library in web browsers might no longer work out of the box (via #880)
    It might require a bundler/packer for web; see the examples/web/.
    This is only a breaking change if you used this library in a web browser.

Fixed

  • Properly exclude external packages when preparing this library for web browsers (#883 via #880)

Examples

  • Adjusted and extended examples for usage in web browsers (#883 via #880)
    Removed outdated examples/web/*, added examples/web/parcel & examples/web/webpack.
  • Added examples for usage of CDX.Factories.PackageUrlFactory (via #882, #886)

Build

  • Use TypeScript v5.1.6 now, was v5.1.5 (via #866)
  • Use Webpack v5.88.1 now, was v5.88.0 (via #870)
  • Apply wider rules for externals for in Webpack build (#883 via #880)

Full Changelog: v3.0.0...v4.0.0