Change8

@astrojs/internal-helpers@0.8.0-beta.0

Breaking Changes
📦 astroView on GitHub →
1 breaking🔧 6 symbols

Summary

This minor release introduces a breaking change by removing several path utility functions from the /path export.

⚠️ Breaking Changes

  • The following utility functions have been removed from the /path export: `collapseDuplicateSlashes()`, `startsWithForwardSlash()`, `startsWithDotDotSlash()`, `startsWithDotSlash()`, and `isAbsolutePath()`. If you relied on these, you will need to implement the logic yourself or use an alternative path utility library.

Migration Steps

  1. Remove direct imports or usage of `collapseDuplicateSlashes()`, `startsWithForwardSlash()`, `startsWithDotDotSlash()`, `startsWithDotSlash()`, and `isAbsolutePath()` from the /path export.

Affected Symbols