useBucket: This export will be removed in version 1.0.0.
- Fixed
getBuckettypes.
- Removed
getBucketdeprecation 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.mdwith 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.useBucketwill be removed in version 1.0.0.