Releases: FrigadeHQ/remote-storage
Releases · FrigadeHQ/remote-storage
remote-storage@1.0.7
Patch Changes
- 2e58ee6: Switches to esbuild for browser-based building
remote-storage@1.0.6
Patch Changes
- 9d0ea6c: Adds a minified version of the library that can be included in browsers without npm
remote-storage@1.0.5
Patch Changes
- 7c3c492: Fixes an issue with arrays being interpreted as non-JSON
remote-storage@1.0.4
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
Patch Changes
- ca170a5: Updated default server url to be api.remote.storage
remote-storage@1.0.2
Patch Changes
- 948f834: Fixes an issue where empty config was giving typescript errors
remote-storage@1.0.1
Patch Changes
- 9357424: Updated default server address
remote-storage@1.0.0
Major Changes
- 9d909aa: Initial release
remote-storage@0.0.9
Patch Changes
- 50b23a1: Updated readme