Releases: klich3/rocket-store-node
Releases · klich3/rocket-store-node
v0.10.19
v0.10.18
Minor update
- update readme documentation
- unified import and use of the module
v0.10.14
v0.10.10
Features:
- Code rewrite updating it to the latest standard, removing a dependency.
- Now it can be imported as CommonJS and as Module in your project.
- Tested and use on AWS EFS Storage
Changes:
in CommonJs require is change just add .default -> var rs = require('rocket-store-node').default
v0.10.9
feature: added module version
feature: added benchmark + test + example as module
feature: tested for write on AWS Lambda and EFS file storage for full access its needed "1001" permission
feature: use native node fs module and remove fs-extra
feature: used node18.x