Astro: [email protected] Release

Release date:
August 23, 2021
Previous version:
[email protected] (released August 23, 2021)
Magnitude:
181 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in [email protected]

jasikpark
ematipico

Directory Browser for [email protected]

All files are compared to previous version, [email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • f9cd0310: Fix TypeScript "types" reference in package.json
  • f9cd0310: Improve schema validation using zod
  • efb41f22: Add <Debug> component for JavaScript-free client-side debugging.

    ---
    import Debug from 'astro/debug';
    const obj = { /* ... */ }
    ---
    
    <Debug {obj} />