Releases: numbersprotocol/preview-memory
Releases · numbersprotocol/preview-memory
0.0.2
Release Notes - Version 0.0.2
Added
- Added
"prepare": "npm run build"
script to the package.json for build preparation. This script is executed when installing@numbersprotocol/preview-memory
directly from a git repository. It ensures that the package is properly built and prepared for use.
Full Changelog: https://github.com/sultanmyrza/preview-memory/compare/0.0.1...0.0.2
0.0.1
Release Notes - Version 0.0.1
New Features
- Added
getAvailableMemory()
method to retrieve available device memory. This method allows developers to obtain information about the available memory on the device and optimize resource usage accordingly.