From 962262fa99dcd5746884e8575d22079014a67d8a Mon Sep 17 00:00:00 2001 From: FUJI Goro Date: Tue, 11 Feb 2025 10:51:33 +0900 Subject: [PATCH] readme --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3a29b4b..6ba5681 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ deepStrictEqual(decode(encoded), object); - [NPM / npmjs.com](#npm--npmjscom) - [CDN / unpkg.com](#cdn--unpkgcom) - [Deno Support](#deno-support) +- [Bun Support](#bun-support) - [Maintenance](#maintenance) - [Testing](#testing) - [Continuous Integration](#continuous-integration) @@ -659,6 +660,10 @@ See `example/deno-*.ts` for examples. `deno.land/x` is not supported. +## Bun Support + +You can use this module on Bun. + ## Maintenance ### Testing @@ -671,16 +676,16 @@ npm run test ### Continuous Integration -This library uses Travis CI. +This library uses GitHub Actions. -test matrix: +Test matrix: -* Node.js versions: +* NodeJS * v18 / v20 / v22 -* TypeScript targets - * `target=es2019` / `target=es5` -* JavaScript engines - * NodeJS, browsers (Chrome, Firefox) +* Browsers: + * Chrome, Firefox +* Deno +* Bun ### Release Engineering