Skip to content

Releases: klich3/rocket-store-node

v0.10.19

09 Sep 16:58
8fcc124

Choose a tag to compare

Minor update on readme file
Added correct structure for Examples
Correct "check_files" option type of declaration

v0.10.18

08 Sep 21:22
8b46d05

Choose a tag to compare

Added new option
Correct path names

Minor update

12 Dec 13:21

Choose a tag to compare

  • update readme documentation
  • unified import and use of the module

v0.10.14

31 Oct 00:18

Choose a tag to compare

  • Config workflow
  • Bug fixes
  • Update Docs

v0.10.10

28 Oct 17:21

Choose a tag to compare

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

18 Oct 20:25

Choose a tag to compare

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