Commit graph

852 commits

Author SHA1 Message Date
Filip Skokan
9e87b1668d chore(release): 4.1.5 2021-11-05 23:44:40 +01:00
Filip Skokan
51a18b675a fix: importX509 certificate values that do not include a version number
closes #308
2021-11-05 23:40:10 +01:00
Filip Skokan
c3731481c7 refactor(node): skip concat on counter mode de/encrypt 2021-11-03 14:45:41 +01:00
Filip Skokan
0c6d3f35f2 docs: update README.md 2021-11-03 14:36:16 +01:00
Filip Skokan
22affc5501 chore: cleanup after publish 2021-11-01 17:21:39 +00:00
Filip Skokan
87d5133b9f chore(release): 4.1.4 2021-11-01 18:08:53 +01:00
Filip Skokan
57126f1806 fix: allow shorter HMAC secrets
With workarounds available its enforcement is just adding extra code
that annoys developers.
2021-11-01 17:52:04 +01:00
Filip Skokan
4f993094c9 chore: not everything is a Bug Fix per se, something is just a Fix 2021-11-01 16:42:11 +01:00
Filip Skokan
645995e3af chore: cleanup after publish 2021-11-01 15:06:26 +00:00
Filip Skokan
df41df2067 chore(release): 4.1.3 2021-11-01 15:53:41 +01:00
Filip Skokan
39520302d0 fix(edge-functions): don't use globalThis 2021-11-01 15:35:49 +01:00
Filip Skokan
92df7032fe
style: global prettierc 2021-10-27 17:47:13 +02:00
Filip Skokan
e256b4f595
ci: update node test matrix 2021-10-26 18:56:07 +02:00
Filip Skokan
7a6d14c5d3 chore: cleanup after publish 2021-10-25 18:21:48 +00:00
Filip Skokan
5fb1566807
chore(release): 4.1.2 2021-10-25 20:12:05 +02:00
Filip Skokan
2f4526a22b
fix(build): ensure cjs/esm specific packages have the right main entry 2021-10-25 20:10:25 +02:00
Filip Skokan
27cc2212a1 chore: cleanup after publish 2021-10-21 08:27:27 +00:00
Filip Skokan
ff5668e649
chore(release): 4.1.1 2021-10-21 10:18:41 +02:00
Filip Skokan
7ed731c567
fix(typescript): work around potentially missing global URL from DOM lib
This is a workaround for https://github.com/DefinitelyTyped/DefinitelyTyped/issues/34960

closes #295
2021-10-21 10:16:04 +02:00
Filip Skokan
87cff3da1c chore: cleanup after publish 2021-10-18 12:20:47 +00:00
Filip Skokan
ab25303d8c
chore(release): 4.1.0 2021-10-18 14:06:42 +02:00
Filip Skokan
12aac2150b
chore: upgrade dev deps 2021-10-18 14:04:04 +02:00
Filip Skokan
3b3100a8f1
feat(web): publish umd and bundle files to cdnjs.com 2021-10-18 14:04:04 +02:00
Filip Skokan
e7658db400
refactor: less code 2021-10-17 19:42:41 +02:00
Filip Skokan
180d5abf31
refactor: remove duplicate code 2021-10-17 18:53:42 +02:00
Filip Skokan
5a4ea20fdc
refactor: src/lib/crypto_key.ts 2021-10-17 14:03:59 +02:00
Filip Skokan
2bad5fa5a4 chore: cleanup after publish 2021-10-17 11:10:50 +00:00
Filip Skokan
8ebcf2b11f
chore(release): 4.0.4 2021-10-17 13:04:57 +02:00
Filip Skokan
e8299f246b
fix(web): check Uint8Array CEK lengths, refactor for better tree-shaking 2021-10-17 12:57:22 +02:00
Filip Skokan
244e2f9db7 chore: cleanup after publish 2021-10-16 08:21:22 +00:00
Filip Skokan
a660ce6968
chore(release): 4.0.3 2021-10-16 10:09:46 +02:00
Filip Skokan
89dc2aab99
fix(web): checking cryptokey applicability early 2021-10-15 14:49:34 +02:00
Filip Skokan
4b296f08f5
test: fix conditional calls 2021-10-15 14:35:18 +02:00
Filip Skokan
51cf51f00a
chore: remove unused tool script 2021-10-15 12:40:58 +02:00
Filip Skokan
c825e49c2a chore: cleanup after publish 2021-10-15 07:24:58 +00:00
Filip Skokan
404017465e
chore(release): 4.0.2 2021-10-15 09:14:45 +02:00
Shueh Chou Lu
2b8738e38a
fix(typescript): export ProduceJWT (#285) 2021-10-15 09:08:27 +02:00
Filip Skokan
cd850efac6
refactor(node): createRemoteJWKSet can now be easier mocked
closes #259
2021-10-14 23:19:29 +02:00
Filip Skokan
5d77921e50 chore: cleanup after publish 2021-10-14 17:59:57 +00:00
Filip Skokan
0d62c485a2
chore(release): 4.0.1 2021-10-14 19:51:20 +02:00
Filip Skokan
d68f104d58
fix(typescript): re-export all types from index.d.ts 2021-10-14 19:49:38 +02:00
Filip Skokan
b93548f852 chore: cleanup after publish 2021-10-14 16:44:49 +00:00
Filip Skokan
c9ea9de613
chore(release): 4.0.0 2021-10-14 18:25:37 +02:00
Filip Skokan
6de381213d
chore: update readme, package.json, etc 2021-10-14 14:58:43 +02:00
Filip Skokan
dd2cf9ed2d
refactor: redo exports to support broader tooling
BREAKING CHANGE: All module named exports have moved from subpaths to
just "jose". For example, `import { jwtVerify } from 'jose/jwt/verify'`
is now just `import { jwtVerify } from 'jose'`.

BREAKING CHANGE: All submodule default exports and named have been
removed in favour of just "jose" named exports.
2021-10-14 14:08:05 +02:00
Filip Skokan
3e137d2427
refactor(typescript)!: remove repeated type re-exports 2021-10-14 13:45:06 +02:00
Filip Skokan
a51a9f6770
refactor: remove public API default exports in favour of named ones 2021-10-14 13:45:03 +02:00
Filip Skokan
cd1ccc6936
docs: reoder usage and import examples, update to import from "jose" 2021-10-14 13:44:59 +02:00
Filip Skokan
914e47fc9b
refactor: remove util/random
BREAKING CHANGE: The undocumented `jose/util/random` was removed.
2021-10-14 13:44:53 +02:00
Filip Skokan
5afb713fbb
refactor: rename calculateThumprint to calculateJwkThumbprint
BREAKING CHANGE: The `jose/jwk/thumbprint` named export
is renamed to `calculateJwkThumbprint`, now
`import { calculateJwkThumbprint } from 'jose'`
2021-10-14 13:44:40 +02:00