Skip to content

Releases: FrigadeHQ/remote-storage

remote-storage@1.0.7

27 Mar 00:32
645b9c7
Compare
Choose a tag to compare

Patch Changes

  • 2e58ee6: Switches to esbuild for browser-based building

remote-storage@1.0.6

26 Mar 22:41
7512c37
Compare
Choose a tag to compare

Patch Changes

  • 9d0ea6c: Adds a minified version of the library that can be included in browsers without npm

remote-storage@1.0.5

04 Feb 22:05
d9e6056
Compare
Choose a tag to compare

Patch Changes

  • 7c3c492: Fixes an issue with arrays being interpreted as non-JSON

remote-storage@1.0.4

24 Jan 01:37
126df0b
Compare
Choose a tag to compare

Introducing remoteStorage version 1.0.4! Check out the key features:

  • 🔐 Enhanced Security: Secure your calls with JSON Web Tokens (JWTs). Both the server and client now support JWTs to ensure the protection of your users' data.
  • 💾 sqlite Server Support: Say goodbye to Redis! The server now utilizes sqlite by default, allowing you to store significantly more data. Plus, running the server is now a breeze with just a single command (no Docker required).
  • 📚 OpenAPI Documentation: The server is now documented with OpenAPI/Swagger, simplifying the process of building your own clients or server. Explore the comprehensive documentation for seamless integration.

remote-storage@1.0.3

09 Jan 21:34
28d2674
Compare
Choose a tag to compare

Patch Changes

  • ca170a5: Updated default server url to be api.remote.storage

remote-storage@1.0.2

09 Jan 01:24
4fdc9c9
Compare
Choose a tag to compare

Patch Changes

  • 948f834: Fixes an issue where empty config was giving typescript errors

remote-storage@1.0.1

09 Jan 00:28
acd082b
Compare
Choose a tag to compare

Patch Changes

  • 9357424: Updated default server address

remote-storage@1.0.0

08 Jan 23:06
340e3c8
Compare
Choose a tag to compare

Major Changes

remote-storage@0.0.9

08 Jan 22:08
b74edc1
Compare
Choose a tag to compare

Patch Changes

remote-storage@0.0.8

08 Jan 18:50
89bd34c
Compare
Choose a tag to compare

Patch Changes