proxy_recrypt 1.1.4
proxy_recrypt: ^1.1.4 copied to clipboard
Proxy Re-Encryption (PRE) utilities for Dart enabling secure, server-mediated sharing of encrypted data without exposing plaintext.
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2025-11-13 #
Changes #
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
proxy_recrypt - v1.1.4
- FIX: adding correct suffix to the version (#9).
- FIX: adding experimental to pub dev topic and to the version (#8).
1.1.4 #
- FIX: adding correct suffix to the version (#9).
- FIX: adding experimental to pub dev topic and to the version (#8).
2025-10-20 #
Changes #
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
proxy_recrypt - v1.1.3
- FIX: remove encrypt dependency to improve compatibility with packages that depend on pointycastle v4 (#6).
1.1.3 #
1.1.2 #
1.1.1 #
- FIX: Adding codeowners.
2025-09-24 #
Changes #
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
proxy_recrypt - v1.1.0
- FIX: updating release workflow.
- FIX: udpating version of package in changelog.
- FIX: keeping naming consistent.
- FIX: removing badge for check.
- FIX: updating placeholder.
- FEAT: add attribution to original JavaScript PRE implementation (#3).
- FEAT: adding analysis_options for dart and updating pubspec (#2).
- FEAT: updating readme with status badges.
- FEAT: adding a placeholder release workflow.
- FEAT: adding release workflow.
- FEAT: adding melos config.
- FEAT: adding workflows to check and publish.
- FEAT: updating name of the package.
- FEAT: adding recrypt code.
1.1.0 #
- FIX: updating release workflow.
- FIX: udpating version of package in changelog.
- FIX: keeping naming consistent.
- FIX: removing badge for check.
- FIX: updating placeholder.
- FEAT: add attribution to original JavaScript PRE implementation (#3).
- FEAT: adding analysis_options for dart and updating pubspec (#2).
- FEAT: updating readme with status badges.
- FEAT: adding a placeholder release workflow.
- FEAT: adding release workflow.
- FEAT: adding melos config.
- FEAT: adding workflows to check and publish.
- FEAT: updating name of the package.
- FEAT: adding recrypt code.
Changelog #
1.0.0 #
- Initial version, created library structure.