Skip to content

Releases: hugoalh/github-sodium-es

5.1.0

14 Nov 10:12
db0d7e1
Compare
Choose a tag to compare

〰️ 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

17 Apr 08:42
Compare
Choose a tag to compare

〰️ Changes

  • Unify deployments between remote, JSR, and NPM (@hugoalh)(N/A)
  • Update readme (@hugoalh)(N/A)

5.0.2

31 Mar 06:25
Compare
Choose a tag to compare

〰️ Changes

5.0.1

15 Jan 02:49
Compare
Choose a tag to compare

〰️ Changes

5.0.0

11 Jan 09:46
Compare
Choose a tag to compare

💥 Break Changes

  • Change target NodeJS to >= v16.13.0 (@hugoalh)(N/A)

4.0.0

11 Oct 03:48
Compare
Choose a tag to compare

💥 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

19 Apr 04:38
Compare
Choose a tag to compare
  • CHANGE: Improved error messages, arguments with range issues will now throw RangeError instead of TypeError
  • REMOVE: Removed dependency @hugoalh/advanced-determine

3.1.1

05 Apr 07:53
Compare
Choose a tag to compare
  • CHANGE: Updated dependency @hugoalh/advanced-determine from v10.2.1 to v10.3.0
  • INTERNAL: Changed internal imports
  • INTERNAL: Refactored codes

3.1.0

11 Mar 09:12
Compare
Choose a tag to compare
  • 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

26 Feb 03:50
Compare
Choose a tag to compare
  • 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