diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index 1c9f2973..00000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,42 +0,0 @@ -{ - "badgeTemplate": "\"All\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg\" />", - "commit": false, - "commitConvention": "angular", - "contributors": [ - { - "login": "KATT", - "name": "Alex / KATT", - "avatar_url": "https://avatars.githubusercontent.com/u/459267?v=4", - "profile": "https://katt.dev/", - "contributions": [ - "code", - "content", - "doc", - "ideas", - "infra", - "maintenance", - "projectManagement", - "tool" - ] - }, - { - "login": "JoshuaKGoldberg", - "name": "Josh Goldberg ✨", - "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", - "profile": "http://www.joshuakgoldberg.com/", - "contributions": [ - "tool" - ] - } - ], - "contributorsPerLine": 7, - "contributorsSortAlphabetically": true, - "files": [ - "README.md" - ], - "imageSize": 100, - "projectName": "tupleson", - "projectOwner": "KATT", - "repoHost": "https://github.com", - "repoType": "github" -} diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml deleted file mode 100644 index c148046f..00000000 --- a/.github/workflows/contributors.yml +++ /dev/null @@ -1,18 +0,0 @@ -jobs: - contributors: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: ./.github/actions/prepare - - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - uses: JoshuaKGoldberg/all-contributors-auto-action@v0.3.2 - -name: Contributors - -on: - push: - branches: - - main diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e7d959..3d068d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [0.6.1](https://github.com/KATT/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)) + # [0.6.0](https://github.com/KATT/tupleson/compare/0.5.0...0.6.0) (2023-09-30) ### Features @@ -39,4 +48,4 @@ ### Features - initial version ([#1](https://github.com/KATT/tupleson/issues/1)) ([ccce25b](https://github.com/KATT/tupleson/commit/ccce25b6a039cf2e5c1a774c1ab022f0946ca8d5)) -- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) +- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) \ No newline at end of file diff --git a/README.md b/README.md index e70997f7..d2549d4a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ A hackable JSON serializer/deserializer that allows you to serialize/deserialize almost[^1] anything. +Serialize exactly what you want; no more, no less. + +[^1]: We don't support circular references as we don't think it's very desireable, but if you wanna contribute with adding opt-in support for that, you are very welcome! + ### Example ```ts @@ -153,27 +157,14 @@ const tson = createTson({ }); ``` -[^1]: We don't support circular references as we don't think it's very desireable, but if you wanna contribute with adding opt-in support for that, you are very welcome! + - - - - - - - - - - -
Alex / KATT
Alex / KATT

💻 🖋 📖 🤔 🚇 🚧 📆 🔧
Josh Goldberg ✨
Josh Goldberg ✨

🔧
- - - + +

+ A table of avatars from the project's contributors +

+
--> - diff --git a/package.json b/package.json index 86a99786..f49018be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.6.0", + "version": "0.6.1", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",