Filip Skokan
74187a9aa9
feat(types): include JSDoc in the types
2022-03-06 13:31:43 +01:00
Filip Skokan
80741cb32a
refactor: substr > slice
2021-12-13 10:29:41 +01:00
Filip Skokan
62e54283fc
build: strip alternate distro package.json
2021-11-11 15:21:41 +01:00
Filip Skokan
3925ebc561
docs: update readmes and examples
2021-11-10 15:19:37 +01:00
Filip Skokan
92df7032fe
style: global prettierc
2021-10-27 17:47:13 +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
3b3100a8f1
feat(web): publish umd and bundle files to cdnjs.com
2021-10-18 14:04:04 +02:00
Filip Skokan
51cf51f00a
chore: remove unused tool script
2021-10-15 12:40:58 +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
a13eb045d8
feat: improve key input type errors, remove dependency on @types/node
2021-10-06 11:57:48 +02:00
Filip Skokan
94815a91cf
docs: update md templates
2021-10-05 22:50:37 +02:00
Filip Skokan
a2af0f45fe
feat: add X.509/SPKI/PKCS8 key import and SPKI/PKCS8 export functions
2021-09-22 23:50:08 +02:00
Filip Skokan
555a82e019
chore: remove experimental node webcrypto export aliases
2021-09-08 17:55:15 +02:00
Filip Skokan
3f40aaff2c
chore: update package.json
2021-09-07 10:47:41 +02:00
Filip Skokan
b3b470ef7d
chore: only include actual dist in tagged commits
2021-08-20 17:10:32 +02:00
Filip Skokan
7dc0226baf
style: use prettier
2021-08-20 15:26:23 +02:00
Filip Skokan
ebba2467be
chore: add kill-browserstack script
2021-08-20 15:26:23 +02:00
Filip Skokan
8c74ff955f
chore: publish deno README.md
2021-08-20 14:08:34 +02:00
Filip Skokan
5c7d2656b6
feat: experimental Deno build & publish
2021-08-20 12:01:17 +02:00
Filip Skokan
9dae6ccae6
readme: update distro readmes
2021-04-23 18:53:07 +02:00
Filip Skokan
d99b2172b7
chore: remove dist types.d.ts comments
2021-03-30 18:34:06 +02:00
Filip Skokan
ba19ae0539
lint: prettier
2021-03-16 10:41:39 +01:00
Filip Skokan
6a9c6cadb3
ci: automate github releases
2021-03-16 10:21:12 +01:00
Filip Skokan
edfc6863e5
chore: update build deps and docs
2021-03-15 16:18:39 +01:00
Filip Skokan
d68cc4564a
ci: cleanup publish tools
2021-03-12 22:48:41 +01:00
Filip Skokan
85355aef3c
docs: update distro readmes
2021-03-12 22:06:22 +01:00
Filip Skokan
2dd9345db2
ci: automate npm releases on release publish
2021-03-12 21:41:45 +01:00
Filip Skokan
c00e0d6bf6
chore: update tool files
2021-03-12 17:08:09 +01:00
Filip Skokan
7856dad103
feat: publish alternative Node.js and Browser specific distributions
2021-03-12 16:55:36 +01:00
Filip Skokan
d4abf176b7
refactor: deprecate /webcrypto for node
2021-02-10 13:37:27 +01:00
Filip Skokan
8c29107aea
fix: export package.json
...
closes #157
2021-01-26 23:39:41 +01:00
Filip Skokan
a6fcd416ea
build: update dev deps
2021-01-10 14:32:43 +01:00
Filip Skokan
115dcb7873
build: smaller test related package.json footprint
2020-11-22 17:09:33 +01:00
Filip Skokan
357fe0b964
feat: Revised API, No dependencies, Browser Support, Promises
...
BREAKING CHANGE: Revised, Promise-based API
BREAKING CHANGE: No dependencies
BREAKING CHANGE: Browser support (using [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/ ))
BREAKING CHANGE: Support for verification using a remote JWKS endpoint
BREAKING CHANGE: Experimental Node.js libuv thread pool based runtime (non-blocking 🎉 )
2020-11-14 18:26:46 +01:00