Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 15:37
· 59 commits to main since this release

⚠️ Major Breaking Changes

The core scope of this package has changed, it no longer attempts to do anything besides keep an up to date TypeScript reference for all head usage.

If you are looking for the utils provided as of 1.x, you should use unhead.

  • The zhead package now only exports TypeScript definitions.

The following packages should be considered deprecated:

  • @zhead/schema
  • @zhead/validation

Use zhead over @zhead/schema

-import { Head } from '@zhead/schema'
+import { Head } from 'zhead'