Skip to content

Releases: klich3/rocket-store-node

v0.10.19

Choose a tag to compare

@klich3 klich3 released this 09 Sep 16:58
8fcc124

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

v0.10.18

Choose a tag to compare

@klich3 klich3 released this 08 Sep 21:22
8b46d05

Added new option
Correct path names

Minor update

Choose a tag to compare

@klich3 klich3 released this 12 Dec 13:21
  • update readme documentation
  • unified import and use of the module

v0.10.14

Choose a tag to compare

@klich3 klich3 released this 31 Oct 00:18
  • Config workflow
  • Bug fixes
  • Update Docs

v0.10.10

Choose a tag to compare

@klich3 klich3 released this 28 Oct 17:21

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

Choose a tag to compare

@klich3 klich3 released this 18 Oct 20:25

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