Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Sep 30, 2023
2 parents 32eb49c + 994ca03 commit d9b7422
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 81 deletions.
42 changes: 0 additions & 42 deletions .all-contributorsrc

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/contributors.yml

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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))
29 changes: 10 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!
<!-- ## All contributors ✨
## Contributors

<!-- spellchecker: disable -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://katt.dev/"><img src="https://avatars.githubusercontent.com/u/459267?v=4?s=100" width="100px;" alt="Alex / KATT"/><br /><sub><b>Alex / KATT</b></sub></a><br /><a href="https://github.com/KATT/tupleson/commits?author=KATT" title="Code">πŸ’»</a> <a href="#content-KATT" title="Content">πŸ–‹</a> <a href="https://github.com/KATT/tupleson/commits?author=KATT" title="Documentation">πŸ“–</a> <a href="#ideas-KATT" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#infra-KATT" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#maintenance-KATT" title="Maintenance">🚧</a> <a href="#projectManagement-KATT" title="Project Management">πŸ“†</a> <a href="#tool-KATT" title="Tools">πŸ”§</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://www.joshuakgoldberg.com/"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg ✨"/><br /><sub><b>Josh Goldberg ✨</b></sub></a><br /><a href="#tool-JoshuaKGoldberg" title="Tools">πŸ”§</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<a href="https://github.com/KATT/tupleson/graphs/contributors">
<p align="center">
<img width="720" src="https://contrib.rocks/image?repo=KATT/tupleson" alt="A table of avatars from the project's contributors" />
</p>
</a> -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- spellchecker: enable -->

<!-- You can remove this notice if you don't want it πŸ™‚ no worries! -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tupleson",
"version": "0.6.0",
"version": "0.6.1",
"description": "A hackable JSON serializer/deserializer",
"repository": {
"type": "git",
Expand Down

0 comments on commit d9b7422

Please sign in to comment.