Features
-
Add conditional
exports
support for CommonJS (#27, #31, #32): cacf3e2
See #32 for details. TLDR: This is meant for testing purposes only. -
(crypto) Add additional export methods (#15, #30): f3322ac
keyload
– generate aCryptoKey
with a raw secret valuekeygen
– generate aCryptoKey
without a base valuesign
– generate a digital signature for apayload
using the specified algorithm andCryptoKey
verify
– verify the digital signature of apayload
using the specified algorithm andCryptoKey
PBKDF2
– apply the PBKDF2 function to an input using a salt and derivation function
-
(utils): Add
ulid
export (#25, #28): b854b00
A lexicographically sortable random identifier; seeulid/spec
-
(utils): Add
randomize
export: f3322ac
Wrapper forcrypto.getRandomValues
utility.
Patches
- (request): Remove the "Requires Business or Enterprise" notes for
req.cf
properties: 3f74f6b
More location-based information available to all plans! See the Cloudflare Blog
Chores
- (bin): Drop
banner
approach for require hook: 7862dee