Skip to content

Releases: becem-gharbi/node-red-unstorage

v0.1.7

24 May 09:21
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • context: Add callbacks for async operations (f9e0ba6)

🏡 Chore

  • playground: Set app name from env (2f41a8b)

❤️ Contributors

  • Becem-gharbi

v0.1.6

23 May 13:25
Compare
Choose a tag to compare

compare changes

📖 Documentation

🏡 Chore

  • package: Prepare for publish (c213faa)
  • package: Add changelogen (bc40895)
  • Place package at root, and main project to playground (5fa3297)
  • Use npm package (19d156a)

❤️ Contributors

  • Becem-gharbi

v0.1.5

23 May 12:20
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Transform storage plugin to seperate NPM package (0205fb5)

📦 Build

🏡 Chore

  • package: Add changelogen and release script (4278640)
  • package: Add .gitignore (a6c300c)

❤️ Contributors

  • Becem-gharbi

v0.1.4

23 May 10:14
Compare
Choose a tag to compare

About

This release adds a ContextStore plugin based on unstorage. Previously the context data was stored in memory. By implementing this feature, Node Red can run on multiple server instances having a shared context.

compare changes

🚀 Enhancements

  • Add context store plugin (29db63f)

💅 Refactors

  • Create a unified storage plugin (context + module) (a9b9e1b)
  • context: Move appStorage to the function scope (30bf6f9)
  • Set context as optional (e04fdba)

📖 Documentation

🏡 Chore

  • Generate declaration files on build (99ae71a)

❤️ Contributors

v0.1.3

22 May 15:13
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • storage: Fix getLibraryEntry & saveLibraryEntry file handling (b169400)

💅 Refactors

📖 Documentation

🏡 Chore

  • Update changelog (37ea86d)
  • Fix dependabot related alerts (e9fb18a)
  • Disable auto restart on dev (3439c6b)
  • Set read-only flag on nodered container (c1161fc)
  • Add default password comment (e6b167f)

❤️ Contributors

  • Becem-gharbi

v0.1.2

18 May 16:26
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add docker configuration (946c701)

🩹 Fixes

  • Add static content middleware (28e1593)

📖 Documentation

🏡 Chore

  • Set loggin console to trace (e3feb6c)
  • Set logging console to default (f8a35aa)

❤️ Contributors

  • Becem-gharbi

v0.1.1

17 May 15:29
Compare
Choose a tag to compare

🚀 Enhancements

  • Add node-red module (fa6cad0)
  • Add storage module based on node-red-contrib-mongo-models (83473f4)
  • Add nodeRed custom storage based on Unstorage (0d30cbf)

💅 Refactors

  • Move userDir to root (988531b)
  • Add types to data models (f4b0de6)
  • Add credentials & flows & settings storage handlers (7481ffb)
  • Simplify credentials & sessions & settings & flows storage handlers (3cebc9e)
  • Simplify library entry storage handlers (2b14d08)
  • Move settings to index (503db5d)

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi