Releases: hugoalh/github-sodium-es
Releases · hugoalh/github-sodium-es
5.1.0
〰️ Changes
- Add ability to parse the
Response
or its body from get GitHub secret public key via the GitHub REST API (@hugoalh)(N/A)
- Add ability to output as part of the
Request
body for create or update GitHub secret via the GitHub REST API (@hugoalh)(N/A)
- Change target Bun from ^ v1.0.0 to >= v1.1.0 (@hugoalh)(N/A)
- Change target Deno from >= v1.34.0 / >= v1.41.1 (For JSR Only) to >= v1.42.0 (@hugoalh)(N/A)
- Deprecate class
GitHubSodiumSealer
static methods and function seal
(@hugoalh)(N/A)
- Transfer ownership from hugoalh Studio (
hugoalh-studio
) to hugoalh (hugoalh
) (@hugoalh)(N/A)
- Update dependencies (@hugoalh)(N/A)
5.0.3
〰️ Changes
- Unify deployments between remote, JSR, and NPM (@hugoalh)(N/A)
- Update readme (@hugoalh)(N/A)
5.0.0
💥 Break Changes
- Change target NodeJS to >= v16.13.0 (@hugoalh)(N/A)
4.0.0
💥 Break Changes
- Default import now represent class
GitHubSodiumSealer
instead of whole module (@hugoalh)(N/A)
〰️ Changes
- Improve code syntax and readability (@hugoalh)(N/A)
- Improve error messages (@hugoalh)(N/A)
- Improve JSDoc (@hugoalh)(N/A)
- Update dependency nodejs/npm:libsodium-wrappers from v0.7.11 to v0.7.13 (@hugoalh)(N/A)
3.1.2
- CHANGE: Improved error messages, arguments with range issues will now throw
RangeError
instead of TypeError
- REMOVE: Removed dependency
@hugoalh/advanced-determine
3.1.1
- CHANGE: Updated dependency
@hugoalh/advanced-determine
from v10.2.1 to v10.3.0
- INTERNAL: Changed internal imports
- INTERNAL: Refactored codes
3.1.0
- ADD: Added static method for sealer (provide another way to implement)
- CHANGE: Fixed incorrect JSDoc
- CHANGE: Updated dependency
@hugoalh/advanced-determine
from v10.0.0 to v10.2.1
- CHANGE: Updated readme
3.0.2
- CHANGE: Updated dependencies:
@hugoalh/advanced-determine
from v7.2.0 to v10.0.0
libsodium-wrappers
from v0.7.10 to v0.7.11
- INTERNAL: Converted to TypeScript based