useBucket
: This export will be removed in version 1.0.0.
- Fixed
getBucket
types.
- Removed
getBucket
deprecation warning log.
getBucket
: The arguments are reversed fromuseBucket
. The bucket name is the first argument, and the native storage area name is the second optional argument. If no second argument is provided, the default is "local", the local Chrome API storage.
- Updated
README.md
with Features and API sections. - Tests were converted to TypeScript.
- Various bugfixes during test conversion.
useBucket
: This name is misleading by implying that it is a React hook, which is not true.useBucket
will be removed in version 1.0.0.