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