Change8

v4.0.3

Breaking Changes
📦 zodView on GitHub →
1 breaking1 features🐛 3 fixes🔧 2 symbols

Summary

This release removes the global File interface and fixes JSR provenance issues across versions 4.0.2 and 4.0.3.

⚠️ Breaking Changes

  • Removed the global File interface which may cause issues in environments where it was relied upon globally. Users should ensure they are using standard-compliant File implementations or importing them explicitly if required.

Migration Steps

  1. Update codebases that relied on the global File interface to use local imports or standard web API polyfills if necessary.

✨ New Features

  • Added JSR provenance support for improved package security and verification.

🐛 Bug Fixes

  • Fixed versioning inconsistencies across the repository.
  • Corrected JSR provenance configuration.
  • Improved the check-versions script for better internal consistency.

🔧 Affected Symbols

Filecheck-versions