Releases: bvdcode/easyvault
Releases · bvdcode/easyvault
Release v1.0.12
Stricter validation for custom serverUrlKey in config When throwIfError is true and a custom serverUrlKey is missing, throw ArgumentException immediately instead of falling back to "Vault:ApiUrl". This enforces stricter validation for custom keys.
Release v1.0.11
Merge branch 'main' of https://github.com/bvdcode/EasyVault
Release v1.0.10
Add support for v2 API endpoints in VaultController
Updated the `VaultController` to include new routes for `v2` API endpoints:
- Added `[HttpGet("/api/v2/vault/{key}")]` to `GetVaultAsync`.
- Added `[HttpPost("/api/v2/vault/{key}")]` to `UpdateVaultAsync`.
- Added `[HttpGet("/api/v2/vault/secrets/{keyId}")]` to `GetSecret`.
These changes ensure backward compatibility with `v1` endpoints while enabling the application to handle `v2` requests, facilitating a smooth transition to the new API version.
Release v1.0.9
Update primary color in lightTheme to #729200ff for consistency
Release v1.0.8
Refactor Vault context and components for improved state management a…
Release v1.0.7
Swap import and export button functionalities in Settings component
Release v1.0.6
Add skipInitialFetch prop to VaultList and manage import state in Vau…
Release v1.0.5
Remove unused vault image and update favicon and vault-512 image meta…
Release v1.0.4
Refactor data fetching in VaultList to update external state if provi…
Release v1.0.3
Fix updater function to use current vault data in VaultList component