From 901d7d5f335ff51ddb7916d7b4cbafd1fbbe4172 Mon Sep 17 00:00:00 2001 From: KATT Date: Fri, 13 Oct 2023 02:04:21 +0200 Subject: [PATCH] chore: move to trpc org --- .github/CONTRIBUTING.md | 8 +- .github/DEVELOPMENT.md | 2 +- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/01-bug.yml | 2 +- .github/ISSUE_TEMPLATE/02-documentation.yml | 2 +- .github/ISSUE_TEMPLATE/03-feature.yml | 2 +- .github/ISSUE_TEMPLATE/04-tooling.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 4 +- .github/workflows/post-release.yml | 2 +- .github/workflows/release.yml | 4 +- CHANGELOG.md | 116 ++++++++++---------- README.md | 16 +-- package.json | 2 +- 13 files changed, 82 insertions(+), 82 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index aa5c642a..e8e4bd8c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT ## Reporting Issues -Please do [report an issue on the issue tracker](https://github.com/KATT/tupleson/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form. +Please do [report an issue on the issue tracker](https://github.com/trpc/tupleson/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form. ## Sending Contributions @@ -22,8 +22,8 @@ There are two steps involved: ### Finding an Issue -With the exception of very small typos, all changes to this repository generally need to correspond to an [open issue marked as `accepting prs` on the issue tracker](https://github.com/KATT/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22). -If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/KATT/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+label%3A%22good+first+issue%22+no%3Aassignee). +With the exception of very small typos, all changes to this repository generally need to correspond to an [open issue marked as `accepting prs` on the issue tracker](https://github.com/trpc/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22). +If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/trpc/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+label%3A%22good+first+issue%22+no%3Aassignee). If the issue you'd like to fix isn't found on the issue, see [Reporting Issues](#reporting-issues) for filing your own (please do!). #### Issue Claiming @@ -42,7 +42,7 @@ Be sure to fill out the pull request template's requested information -- otherwi PRs are also expected to have a title that adheres to [commitlint](https://github.com/conventional-changelog/commitlint). Only PR titles need to be in that format, not individual commits. Don't worry if you get this wrong: you can always change the PR title after sending it. -Check [previously merged PRs](https://github.com/KATT/tupleson/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference. +Check [previously merged PRs](https://github.com/trpc/tupleson/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference. #### Draft PRs diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index ad988cbe..0382c5fa 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -3,7 +3,7 @@ After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): ```shell -git clone https://github.com/KATT/tupleson +git clone https://github.com/trpc/tupleson cd tson pnpm install ``` diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7ffc9588..a2ef7784 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ - + diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index 27e61551..d857faf3 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -7,7 +7,7 @@ body: required: true - label: I have pulled the latest `main` branch of the repository. required: true - - label: I have [searched for related issues](https://github.com/KATT/tupleson/issues?q=is%3Aissue) and found none that matched my issue. + - label: I have [searched for related issues](https://github.com/trpc/tupleson/issues?q=is%3Aissue) and found none that matched my issue. required: true type: checkboxes - attributes: diff --git a/.github/ISSUE_TEMPLATE/02-documentation.yml b/.github/ISSUE_TEMPLATE/02-documentation.yml index a4d1de57..99f097e5 100644 --- a/.github/ISSUE_TEMPLATE/02-documentation.yml +++ b/.github/ISSUE_TEMPLATE/02-documentation.yml @@ -5,7 +5,7 @@ body: options: - label: I have pulled the latest `main` branch of the repository. required: true - - label: I have [searched for related issues](https://github.com/KATT/tupleson/issues?q=is%3Aissue) and found none that matched my issue. + - label: I have [searched for related issues](https://github.com/trpc/tupleson/issues?q=is%3Aissue) and found none that matched my issue. required: true type: checkboxes - attributes: diff --git a/.github/ISSUE_TEMPLATE/03-feature.yml b/.github/ISSUE_TEMPLATE/03-feature.yml index ea4d1bd4..c797cda7 100644 --- a/.github/ISSUE_TEMPLATE/03-feature.yml +++ b/.github/ISSUE_TEMPLATE/03-feature.yml @@ -7,7 +7,7 @@ body: required: true - label: I have pulled the latest `main` branch of the repository. required: true - - label: I have [searched for related issues](https://github.com/KATT/tupleson/issues?q=is%3Aissue) and found none that matched my issue. + - label: I have [searched for related issues](https://github.com/trpc/tupleson/issues?q=is%3Aissue) and found none that matched my issue. required: true type: checkboxes - attributes: diff --git a/.github/ISSUE_TEMPLATE/04-tooling.yml b/.github/ISSUE_TEMPLATE/04-tooling.yml index acd169ef..24576077 100644 --- a/.github/ISSUE_TEMPLATE/04-tooling.yml +++ b/.github/ISSUE_TEMPLATE/04-tooling.yml @@ -7,7 +7,7 @@ body: required: true - label: I have pulled the latest `main` branch of the repository. required: true - - label: I have [searched for related issues](https://github.com/KATT/tupleson/issues?q=is%3Aissue) and found none that matched my issue. + - label: I have [searched for related issues](https://github.com/trpc/tupleson/issues?q=is%3Aissue) and found none that matched my issue. required: true type: checkboxes - attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1c81fc25..9712d761 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,8 +5,8 @@ Otherwise we may not be able to review your PR. --> ## PR Checklist - [ ] Addresses an existing open issue: fixes #000 -- [ ] That issue was marked as [`status: accepting prs`](https://github.com/KATT/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) -- [ ] Steps in [CONTRIBUTING.md](https://github.com/KATT/tupleson/blob/main/.github/CONTRIBUTING.md) were taken +- [ ] That issue was marked as [`status: accepting prs`](https://github.com/trpc/tupleson/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) +- [ ] Steps in [CONTRIBUTING.md](https://github.com/trpc/tupleson/blob/main/.github/CONTRIBUTING.md) were taken ## Overview diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 29cc6849..d8a3310a 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -14,7 +14,7 @@ jobs: The release is available on: - * [GitHub releases](https://github.com/KATT/tupleson/releases/tag/{release_tag}) + * [GitHub releases](https://github.com/trpc/tupleson/releases/tag/{release_tag}) * [npm package (@latest dist-tag)](https://www.npmjs.com/package/tson/v/${{ env.npm_version }}) Cheers! 📦🚀 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a3bdd72..0b42c1fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: script: | try { await github.request( - `DELETE /repos/KATT/tupleson/branches/main/protection`, + `DELETE /repos/trpc/tupleson/branches/main/protection`, ); } catch (error) { if (!error.message?.includes?.("Branch not protected")) { @@ -43,7 +43,7 @@ jobs: github-token: ${{ secrets.ACCESS_TOKEN }} script: | github.request( - `PUT /repos/KATT/tupleson/branches/main/protection`, + `PUT /repos/trpc/tupleson/branches/main/protection`, { allow_deletions: false, allow_force_pushes: true, diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9813f9..9bfcc150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,197 +1,197 @@ -## [0.16.9](https://github.com/KATT/tupleson/compare/0.16.8...0.16.9) (2023-10-08) +## [0.16.9](https://github.com/trpc/tupleson/compare/0.16.8...0.16.9) (2023-10-08) ### Bug Fixes -* move `onStreamError` to parse options + add test for request abortion ([#55](https://github.com/KATT/tupleson/issues/55)) ([9d5db3c](https://github.com/KATT/tupleson/commit/9d5db3ced181b722ccd2b254080ca0d22fa8c994)) +* move `onStreamError` to parse options + add test for request abortion ([#55](https://github.com/trpc/tupleson/issues/55)) ([9d5db3c](https://github.com/trpc/tupleson/commit/9d5db3ced181b722ccd2b254080ca0d22fa8c994)) -## [0.16.8](https://github.com/KATT/tupleson/compare/0.16.7...0.16.8) (2023-10-08) +## [0.16.8](https://github.com/trpc/tupleson/compare/0.16.7...0.16.8) (2023-10-08) ### Bug Fixes -* make `onStreamError` always be of type `TsonStreamInterruptedError` ([#41](https://github.com/KATT/tupleson/issues/41)) ([2614a46](https://github.com/KATT/tupleson/commit/2614a4626a6968439dbf67569d4ffac2dcd8cfdf)) +* make `onStreamError` always be of type `TsonStreamInterruptedError` ([#41](https://github.com/trpc/tupleson/issues/41)) ([2614a46](https://github.com/trpc/tupleson/commit/2614a4626a6968439dbf67569d4ffac2dcd8cfdf)) -## [0.16.7](https://github.com/KATT/tupleson/compare/0.16.6...0.16.7) (2023-10-07) +## [0.16.7](https://github.com/trpc/tupleson/compare/0.16.6...0.16.7) (2023-10-07) ### Bug Fixes -* we should call `.close()` in async iterable ([#50](https://github.com/KATT/tupleson/issues/50)) ([b9a82f4](https://github.com/KATT/tupleson/commit/b9a82f41b9361360856f9141fd56b7ad49301c08)) +* we should call `.close()` in async iterable ([#50](https://github.com/trpc/tupleson/issues/50)) ([b9a82f4](https://github.com/trpc/tupleson/commit/b9a82f41b9361360856f9141fd56b7ad49301c08)) -## [0.16.6](https://github.com/KATT/tupleson/compare/0.16.5...0.16.6) (2023-10-07) +## [0.16.6](https://github.com/trpc/tupleson/compare/0.16.5...0.16.6) (2023-10-07) ### Bug Fixes -* remove `try/catch` on controller enqueue ([#49](https://github.com/KATT/tupleson/issues/49)) ([c12034d](https://github.com/KATT/tupleson/commit/c12034dec0515195dd7ba4d64694cc0fd34d6156)) +* remove `try/catch` on controller enqueue ([#49](https://github.com/trpc/tupleson/issues/49)) ([c12034d](https://github.com/trpc/tupleson/commit/c12034dec0515195dd7ba4d64694cc0fd34d6156)) -## [0.16.5](https://github.com/KATT/tupleson/compare/0.16.4...0.16.5) (2023-10-07) +## [0.16.5](https://github.com/trpc/tupleson/compare/0.16.4...0.16.5) (2023-10-07) ### Bug Fixes -* fix type of `ReadableStreamDefaultController` ([#48](https://github.com/KATT/tupleson/issues/48)) ([33d0adb](https://github.com/KATT/tupleson/commit/33d0adb14a327fde2ed921f99f2ef6e967841442)) +* fix type of `ReadableStreamDefaultController` ([#48](https://github.com/trpc/tupleson/issues/48)) ([33d0adb](https://github.com/trpc/tupleson/commit/33d0adb14a327fde2ed921f99f2ef6e967841442)) -## [0.16.4](https://github.com/KATT/tupleson/compare/0.16.3...0.16.4) (2023-10-07) +## [0.16.4](https://github.com/trpc/tupleson/compare/0.16.3...0.16.4) (2023-10-07) ### Bug Fixes -* handle unexpected end of stream ([#46](https://github.com/KATT/tupleson/issues/46)) ([1efce87](https://github.com/KATT/tupleson/commit/1efce872ed0b1714b165ddef7db18a3a05ad6b60)) +* handle unexpected end of stream ([#46](https://github.com/trpc/tupleson/issues/46)) ([1efce87](https://github.com/trpc/tupleson/commit/1efce872ed0b1714b165ddef7db18a3a05ad6b60)) -## [0.16.3](https://github.com/KATT/tupleson/compare/0.16.2...0.16.3) (2023-10-06) +## [0.16.3](https://github.com/trpc/tupleson/compare/0.16.2...0.16.3) (2023-10-06) ### Bug Fixes -* update readme more ([#44](https://github.com/KATT/tupleson/issues/44)) ([fbbec98](https://github.com/KATT/tupleson/commit/fbbec9850986730708e14667cb788390673e2c5d)) +* update readme more ([#44](https://github.com/trpc/tupleson/issues/44)) ([fbbec98](https://github.com/trpc/tupleson/commit/fbbec9850986730708e14667cb788390673e2c5d)) -## [0.16.2](https://github.com/KATT/tupleson/compare/0.16.1...0.16.2) (2023-10-06) +## [0.16.2](https://github.com/trpc/tupleson/compare/0.16.1...0.16.2) (2023-10-06) ### Bug Fixes -* update readme ([#43](https://github.com/KATT/tupleson/issues/43)) ([c47b80a](https://github.com/KATT/tupleson/commit/c47b80ad42ab8a9e175ef3c7d19b7039f1f5060e)) +* update readme ([#43](https://github.com/trpc/tupleson/issues/43)) ([c47b80a](https://github.com/trpc/tupleson/commit/c47b80ad42ab8a9e175ef3c7d19b7039f1f5060e)) -## [0.16.1](https://github.com/KATT/tupleson/compare/0.16.0...0.16.1) (2023-10-06) +## [0.16.1](https://github.com/trpc/tupleson/compare/0.16.0...0.16.1) (2023-10-06) ### Bug Fixes -* remove `postinstall` as it breaks npm usage ([#42](https://github.com/KATT/tupleson/issues/42)) ([c924637](https://github.com/KATT/tupleson/commit/c924637e3c69398ff97384768c45d57eec3c7aa9)) +* remove `postinstall` as it breaks npm usage ([#42](https://github.com/trpc/tupleson/issues/42)) ([c924637](https://github.com/trpc/tupleson/commit/c924637e3c69398ff97384768c45d57eec3c7aa9)) -# [0.16.0](https://github.com/KATT/tupleson/compare/0.15.0...0.16.0) (2023-10-06) +# [0.16.0](https://github.com/trpc/tupleson/compare/0.15.0...0.16.0) (2023-10-06) ### Features -* align naming on functions ([#37](https://github.com/KATT/tupleson/issues/37)) ([84faf3b](https://github.com/KATT/tupleson/commit/84faf3bc890cbfc1208fe3ea4212c5629fc88426)) +* align naming on functions ([#37](https://github.com/trpc/tupleson/issues/37)) ([84faf3b](https://github.com/trpc/tupleson/commit/84faf3bc890cbfc1208fe3ea4212c5629fc88426)) -# [0.15.0](https://github.com/KATT/tupleson/compare/0.14.0...0.15.0) (2023-10-06) +# [0.15.0](https://github.com/trpc/tupleson/compare/0.14.0...0.15.0) (2023-10-06) ### Features -* add example project ([#34](https://github.com/KATT/tupleson/issues/34)) ([9715052](https://github.com/KATT/tupleson/commit/9715052a8f2ca62dca328c239e80b9fa5148e8d4)) +* add example project ([#34](https://github.com/trpc/tupleson/issues/34)) ([9715052](https://github.com/trpc/tupleson/commit/9715052a8f2ca62dca328c239e80b9fa5148e8d4)) -# [0.14.0](https://github.com/KATT/tupleson/compare/0.13.1...0.14.0) (2023-10-06) +# [0.14.0](https://github.com/trpc/tupleson/compare/0.13.1...0.14.0) (2023-10-06) ### Features -* `deserializeAsync` uses streams to pipe values ([#32](https://github.com/KATT/tupleson/issues/32)) ([0363707](https://github.com/KATT/tupleson/commit/03637070756d29d5cb5df512a10c845d7c8b2089)) +* `deserializeAsync` uses streams to pipe values ([#32](https://github.com/trpc/tupleson/issues/32)) ([0363707](https://github.com/trpc/tupleson/commit/03637070756d29d5cb5df512a10c845d7c8b2089)) -# [0.13.1](https://github.com/KATT/tupleson/compare/0.13.0...0.13.1) (2023-10-06) +# [0.13.1](https://github.com/trpc/tupleson/compare/0.13.0...0.13.1) (2023-10-06) ### Bug Fixes -* `deserializeAsync` string chunks can split anywhere ([#30](https://github.com/KATT/tupleson/issues/30)) ([aa19cc4](https://github.com/KATT/tupleson/commit/aa19cc42bf03b5d015623abaaa00a592bff5713d)) +* `deserializeAsync` string chunks can split anywhere ([#30](https://github.com/trpc/tupleson/issues/30)) ([aa19cc4](https://github.com/trpc/tupleson/commit/aa19cc42bf03b5d015623abaaa00a592bff5713d)) -# [0.13.0](https://github.com/KATT/tupleson/compare/0.12.0...0.13.0) (2023-10-05) +# [0.13.0](https://github.com/trpc/tupleson/compare/0.12.0...0.13.0) (2023-10-05) ### Bug Fixes -* rename `AsyncIterator` -> `AsyncIterable` ([#29](https://github.com/KATT/tupleson/issues/29)) ([d8b1c01](https://github.com/KATT/tupleson/commit/d8b1c01e8634148721874b4e7dbe0695577af0f2)) +* rename `AsyncIterator` -> `AsyncIterable` ([#29](https://github.com/trpc/tupleson/issues/29)) ([d8b1c01](https://github.com/trpc/tupleson/commit/d8b1c01e8634148721874b4e7dbe0695577af0f2)) ### Features -* include `src` files on npm ([#28](https://github.com/KATT/tupleson/issues/28)) ([331802d](https://github.com/KATT/tupleson/commit/331802d1487f873a0e8cde3e224cdc47c29fc9f7)) +* include `src` files on npm ([#28](https://github.com/trpc/tupleson/issues/28)) ([331802d](https://github.com/trpc/tupleson/commit/331802d1487f873a0e8cde3e224cdc47c29fc9f7)) -# [0.12.0](https://github.com/KATT/tupleson/compare/0.11.1...0.12.0) (2023-10-05) +# [0.12.0](https://github.com/trpc/tupleson/compare/0.11.1...0.12.0) (2023-10-05) ### Features -* serializing async iterable ([#26](https://github.com/KATT/tupleson/issues/26)) ([69ff286](https://github.com/KATT/tupleson/commit/69ff2865aafe2bcb856ca6e93415024b3b078d58)) +* serializing async iterable ([#26](https://github.com/trpc/tupleson/issues/26)) ([69ff286](https://github.com/trpc/tupleson/commit/69ff2865aafe2bcb856ca6e93415024b3b078d58)) -# [0.11.1](https://github.com/KATT/tupleson/compare/0.11.0...0.11.1) (2023-10-04) +# [0.11.1](https://github.com/trpc/tupleson/compare/0.11.0...0.11.1) (2023-10-04) ### Bug Fixes -* make promise deserialization less flaky ([#21](https://github.com/KATT/tupleson/issues/21)) ([4cadad0](https://github.com/KATT/tupleson/commit/4cadad09ba651daac95391f7c59c084038407365)) +* make promise deserialization less flaky ([#21](https://github.com/trpc/tupleson/issues/21)) ([4cadad0](https://github.com/trpc/tupleson/commit/4cadad09ba651daac95391f7c59c084038407365)) -# [0.11.0](https://github.com/KATT/tupleson/compare/0.10.0...0.11.0) (2023-10-03) +# [0.11.0](https://github.com/trpc/tupleson/compare/0.10.0...0.11.0) (2023-10-03) ### Features -* serialization of promises ([#20](https://github.com/KATT/tupleson/issues/20)) ([dc286be](https://github.com/KATT/tupleson/commit/dc286bef71e537a658bbd7cb5dad7596eaf59b47)) +* serialization of promises ([#20](https://github.com/trpc/tupleson/issues/20)) ([dc286be](https://github.com/trpc/tupleson/commit/dc286bef71e537a658bbd7cb5dad7596eaf59b47)) -# [0.10.0](https://github.com/KATT/tupleson/compare/0.9.0...0.10.0) (2023-10-02) +# [0.10.0](https://github.com/trpc/tupleson/compare/0.9.0...0.10.0) (2023-10-02) ### Features -* use UUIDs for nonce ([#19](https://github.com/KATT/tupleson/issues/19)) ([e347640](https://github.com/KATT/tupleson/commit/e347640dd10bf6ecc6b93f99e3118f572da671b3)) +* use UUIDs for nonce ([#19](https://github.com/trpc/tupleson/issues/19)) ([e347640](https://github.com/trpc/tupleson/commit/e347640dd10bf6ecc6b93f99e3118f572da671b3)) -# [0.9.0](https://github.com/KATT/tupleson/compare/0.8.0...0.9.0) (2023-10-01) +# [0.9.0](https://github.com/trpc/tupleson/compare/0.8.0...0.9.0) (2023-10-01) ### Features -* simplify symbols ([#16](https://github.com/KATT/tupleson/issues/16)) ([32720a4](https://github.com/KATT/tupleson/commit/32720a445acfcf31d51caa38dc9d7c7a165771d3)) +* simplify symbols ([#16](https://github.com/trpc/tupleson/issues/16)) ([32720a4](https://github.com/trpc/tupleson/commit/32720a445acfcf31d51caa38dc9d7c7a165771d3)) -# [0.8.0](https://github.com/KATT/tupleson/compare/0.7.0...0.8.0) (2023-10-01) +# [0.8.0](https://github.com/trpc/tupleson/compare/0.7.0...0.8.0) (2023-10-01) ### Features -* prevent maximum call stack in favor of a custom error ([#15](https://github.com/KATT/tupleson/issues/15)) ([18cdf03](https://github.com/KATT/tupleson/commit/18cdf03aee46dbb0a58cb781d1a464f1dba992f1)) +* prevent maximum call stack in favor of a custom error ([#15](https://github.com/trpc/tupleson/issues/15)) ([18cdf03](https://github.com/trpc/tupleson/commit/18cdf03aee46dbb0a58cb781d1a464f1dba992f1)) -# [0.7.0](https://github.com/KATT/tupleson/compare/0.6.1...0.7.0) (2023-09-30) +# [0.7.0](https://github.com/trpc/tupleson/compare/0.6.1...0.7.0) (2023-09-30) ### Features -* add built-in support for `Symbol`s ([#13](https://github.com/KATT/tupleson/issues/13)) ([dab884a](https://github.com/KATT/tupleson/commit/dab884a6a08b9e6b356c53a4cd2ac21a74421296)) +* add built-in support for `Symbol`s ([#13](https://github.com/trpc/tupleson/issues/13)) ([dab884a](https://github.com/trpc/tupleson/commit/dab884a6a08b9e6b356c53a4cd2ac21a74421296)) -# [0.6.1](https://github.com/KATT/tupleson/compare/0.6.0...0.6.1) (2023-09-30) +# [0.6.1](https://github.com/trpc/tupleson/compare/0.6.0...0.6.1) (2023-09-30) ### Bug Fixes -* update readme ([#12](https://github.com/KATT/tupleson/issues/12)) ([d47b05d](https://github.com/KATT/tupleson/commit/d47b05de2348d05b62db236bae66cdf6b25896f9)) +* update readme ([#12](https://github.com/trpc/tupleson/issues/12)) ([d47b05d](https://github.com/trpc/tupleson/commit/d47b05de2348d05b62db236bae66cdf6b25896f9)) -# [0.6.0](https://github.com/KATT/tupleson/compare/0.5.0...0.6.0) (2023-09-30) +# [0.6.0](https://github.com/trpc/tupleson/compare/0.5.0...0.6.0) (2023-09-30) ### Features -* add custom serializer example ([#8](https://github.com/KATT/tupleson/issues/8)) ([58eab05](https://github.com/KATT/tupleson/commit/58eab05baff0dd07803b5aa01c402fcd02df5b09)) +* add custom serializer example ([#8](https://github.com/trpc/tupleson/issues/8)) ([58eab05](https://github.com/trpc/tupleson/commit/58eab05baff0dd07803b5aa01c402fcd02df5b09)) -# [0.5.0](https://github.com/KATT/tupleson/compare/0.4.0...0.5.0) (2023-09-30) +# [0.5.0](https://github.com/trpc/tupleson/compare/0.4.0...0.5.0) (2023-09-30) ### Features -* `createTypeson` -> `createTson` ([#6](https://github.com/KATT/tupleson/issues/6)) ([3613716](https://github.com/KATT/tupleson/commit/3613716eedb541c2592d14f76130a7295d340d5c)) +* `createTypeson` -> `createTson` ([#6](https://github.com/trpc/tupleson/issues/6)) ([3613716](https://github.com/trpc/tupleson/commit/3613716eedb541c2592d14f76130a7295d340d5c)) -# [0.4.0](https://github.com/KATT/tupleson/compare/0.3.1...0.4.0) (2023-09-30) +# [0.4.0](https://github.com/trpc/tupleson/compare/0.3.1...0.4.0) (2023-09-30) ### Features -* allow `number` in `nonce` callback ([#5](https://github.com/KATT/tupleson/issues/5)) ([d2fcb7f](https://github.com/KATT/tupleson/commit/d2fcb7f5175705bf1ec01fc67b8ed2feacdcac7d)) +* allow `number` in `nonce` callback ([#5](https://github.com/trpc/tupleson/issues/5)) ([d2fcb7f](https://github.com/trpc/tupleson/commit/d2fcb7f5175705bf1ec01fc67b8ed2feacdcac7d)) -# [0.3.1](https://github.com/KATT/tupleson/compare/0.3.0...0.3.1) (2023-09-30) +# [0.3.1](https://github.com/trpc/tupleson/compare/0.3.0...0.3.1) (2023-09-30) ### Bug Fixes -* `serializer` -> `serialize` ([#4](https://github.com/KATT/tupleson/issues/4)) ([93a45a5](https://github.com/KATT/tupleson/commit/93a45a5e32ad1ebddba6283627551830c1e621ec)) +* `serializer` -> `serialize` ([#4](https://github.com/trpc/tupleson/issues/4)) ([93a45a5](https://github.com/trpc/tupleson/commit/93a45a5e32ad1ebddba6283627551830c1e621ec)) -# [0.3.0](https://github.com/KATT/tupleson/compare/0.2.0...0.3.0) (2023-09-30) +# [0.3.0](https://github.com/trpc/tupleson/compare/0.2.0...0.3.0) (2023-09-30) ### Features -* add readme ([#3](https://github.com/KATT/tupleson/issues/3)) ([b4e5ed6](https://github.com/KATT/tupleson/commit/b4e5ed679df7b56f901da0b937d2ba44d60ae356)) +* add readme ([#3](https://github.com/trpc/tupleson/issues/3)) ([b4e5ed6](https://github.com/trpc/tupleson/commit/b4e5ed679df7b56f901da0b937d2ba44d60ae356)) # 0.2.0 (2023-09-30) ### Features -* add `createTupleson` fn and more ([#2](https://github.com/KATT/tupleson/issues/2)) ([72910ae](https://github.com/KATT/tupleson/commit/72910ae35c55581b860207e8e45ac098f5bef6ad)) +* add `createTupleson` fn and more ([#2](https://github.com/trpc/tupleson/issues/2)) ([72910ae](https://github.com/trpc/tupleson/commit/72910ae35c55581b860207e8e45ac098f5bef6ad)) # 0.1.0 (2023-09-30) ### Features -* initial version ([#1](https://github.com/KATT/tupleson/issues/1)) ([ccce25b](https://github.com/KATT/tupleson/commit/*cce25b6a039cf2e5c1a774c1ab022f0946ca8d5)) -- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) \ No newline at end of file +* initial version ([#1](https://github.com/trpc/tupleson/issues/1)) ([ccce25b](https://github.com/trpc/tupleson/commit/*cce25b6a039cf2e5c1a774c1ab022f0946ca8d5)) +- initialized repo ✨ ([c9e92a4](https://github.com/trpc/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) \ No newline at end of file diff --git a/README.md b/README.md index 2632105a..70dc1430 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ - - Codecov Test Coverage + + Codecov Test Coverage - + Contributor Covenant - - License: MIT + + License: MIT Style: Prettier TypeScript: Strict @@ -122,7 +122,7 @@ type Obj = typeof obj; ### 🤯 Streaming `Promise`s and `AsyncIterable`s - See example in [`./examples/async`](./examples/async) -- [Test it on StackBlitz](https://stackblitz.com/github/KATT/tupleson/tree/main/examples/async?file=src/server.ts&file=src/client.ts&view=editor) +- [Test it on StackBlitz](https://stackblitz.com/github/trpc/tupleson/tree/main/examples/async?file=src/server.ts&file=src/client.ts&view=editor) ## 🧩 Extend with a custom serializer @@ -178,9 +178,9 @@ const tson = createTson({ diff --git a/package.json b/package.json index b795554e..743cc07b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git", - "url": "https://github.com/KATT/tupleson" + "url": "https://github.com/trpc/tupleson" }, "license": "MIT", "author": "KATT",