storage-v1.0.0

wxt-dev/wxtstorage-v1.0.0Nov 14, 2024by aklinker1

AI Summary

Major release that extracts storage functionality into a standalone package for broader usage outside of WXT.

Key Highlights

  • Storage module extracted to `@wxt-dev/storage`
  • Enables non-WXT projects to use the storage wrapper

New Features

  • Standalone storage package

Full Release Notes

Extracted `wxt/storage` into it's own package, `@wxt-dev/storage`!

It's still shipped inside WXT and accessible via `wxt/storage`, but now:

- Non-WXT projects can use the storage wrapper.
- We can make breaking changes to the API separately.

[Read the docs](https://wxt.dev/storage.html) for more details.

> This is apart of the v1.0 initiative for WXT.