Samson Agbo
30a6d5d93d
chore: add ORM for TOON ( #264 )
...
* docs: add ToonStore to community implementations
* docs: add ToonStore to community implementations
* docs: add TORM to community implementations
* chore: revert sace
---------
Co-authored-by: Johann Schopplich <mail@johannschopplich.com >
2026-01-21 16:29:22 +01:00
Johann Schopplich
76c6133c8d
docs: add ToonStore database information to tools and playgrounds ( closes #262 )
2026-01-16 19:09:50 +01:00
Yoshifumi Kawai
626ea62889
docs: add one more C# implmentation (ToonEncoder)
2026-01-16 18:57:37 +01:00
Johann Schopplich
69111cca5a
docs: add JSON baseline format selector to playground
2026-01-08 17:16:32 +01:00
Davide Usberti
f15619de6c
docs: add TOONc (TOON library for C) to the community implementations ( #255 )
...
* Add C implementation link to community section
* Add C implementation to ecosystem documentation
2026-01-03 18:42:55 +01:00
Johann Schopplich
189bbfa9bc
chore: upgrade dependencies
2025-12-15 14:26:31 +01:00
Johann Schopplich
bbd7e8cf58
docs: add Swift implementation to official and community lists
2025-12-07 17:40:02 +01:00
Luke Last
24746854bf
docs: add Kotlin community implementations ( #236 )
...
* Add ktoon for Kotlin to the community implementations.
* Update packages/toon/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add ktoon to the implementations readme
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-07 17:37:24 +01:00
Johann Schopplich
19f9a5527f
docs: fix CLI options naming ( fixes #241 )
2025-12-07 13:10:09 +01:00
Johann Schopplich
c9382a5d53
docs: add Julia implementation to documentation
2025-12-04 14:50:48 +01:00
Viliam Kopecký
a4538b48e7
feat: toJSON method support for custom serialization ( #237 )
...
* feat: add toJSON method support for custom serialization
* fix: prevent infinite recursion
* test: remove redundant toJSON test cases
* docs: add custom serialization details for toJSON method
* test: fix type issues
---------
Co-authored-by: Johann Schopplich <mail@johannschopplich.com >
2025-12-04 14:08:56 +01:00
Johann Schopplich
d662c21262
docs: move Tools & Playgrounds sidebar link
2025-12-01 20:36:21 +01:00
Johann Schopplich
2c51932d51
feat: add replacer function for encoding transformations and filtering ( closes #209 )
2025-12-01 17:15:21 +01:00
Johann Schopplich
0974a58527
docs(playground): add key folding option
2025-12-01 10:31:04 +01:00
Johann Schopplich
ef02ebe4c8
docs(playground): update layout
2025-11-30 15:26:15 +01:00
Johann Schopplich
236be77c35
docs(playground): update demo datasets
2025-11-30 10:30:10 +01:00
Johann Schopplich
5c6ea544a0
docs(playground): move copy button to code block
2025-11-29 22:27:03 +01:00
Johann Schopplich
81dfab1d4d
docs: update links for streaming decode APIs in README
2025-11-29 22:00:45 +01:00
Johann Schopplich
22edbc7bf2
docs: use fflate for state compression
2025-11-29 21:52:51 +01:00
Johann Schopplich
0fff9c07bf
docs: add playground
2025-11-29 21:16:21 +01:00
Mateo Lafalce
412ebcb125
docs: add Efficiency Formalization page ( #221 )
...
* Add Efficiency Formalization
* update eff.md && bach.md
* update eff.md
* update literal pipes
* docs: overhaul some wording
* docs: credit @mateolafalce as author
* chore: deps update
* docs: updates
---------
Co-authored-by: Johann Schopplich <mail@johannschopplich.com >
2025-11-28 07:51:08 +01:00
Johann Schopplich
f882cb1153
docs: update spec page to match latest version and sections
2025-11-25 10:05:12 +01:00
Johann Schopplich
b9e3593cd9
docs(benchmarks): improve clarity of efficiency ranking metrics
2025-11-25 09:45:06 +01:00
Johann Schopplich
faf3f8d8aa
docs: update implementation status for Java, Python, and Rust
2025-11-24 21:42:53 +01:00
Johann Schopplich
9a6125424c
docs: update benchmarks for v3 list item syntax
2025-11-24 16:35:44 +01:00
Johann Schopplich
05abb99a7e
feat!: standardized encoding for list-item objects (spec v3)
2025-11-24 14:40:36 +01:00
Johann Schopplich
11a089bb86
docs: update token count
2025-11-24 09:13:22 +01:00
Johann Schopplich
327bddae55
feat: parse nested tabular arrays in list items with bare hyphen (spec v2.1)
2025-11-24 08:42:30 +01:00
Johann Schopplich
3389179979
docs: overhaul API reference page
2025-11-23 19:47:37 +01:00
Johann Schopplich
5e8822bea8
docs: refactor API reference page
2025-11-23 19:35:19 +01:00
Johann Schopplich
27c6fc5519
docs: simplify stream decode intructions
2025-11-23 19:05:04 +01:00
Johann Schopplich
a200a9fa54
docs: add recommended media type & file extension
2025-11-23 18:51:50 +01:00
Johann Schopplich
6c57a14009
feat: streaming decode functionality with event-based parsing ( closes #131 )
2025-11-21 22:29:57 +01:00
Johann Schopplich
9ebad53ea3
feat(cli): stream output for both encoding and decoding
2025-11-21 16:52:34 +01:00
Johann Schopplich
1c003c6118
feat(cli): memory-efficient streaming for encoding
2025-11-21 14:02:22 +01:00
Omzee
342327290d
docs: add tree-sitter grammar and comprehensive editor support ( #200 )
...
* docs: add tree-sitter grammar and editor support documentation
- Add comprehensive Editor Support section to README.md
- Document tree-sitter-toon grammar with usage examples
- Include VS Code extension information
- Add Neovim configuration example for tree-sitter
- Update tools-and-playgrounds.md with detailed editor support
- Add Editor Support to table of contents
Resolves #143
Resolves #99
* docs: simplify
---------
Co-authored-by: Johann Schopplich <mail@johannschopplich.com >
2025-11-21 09:22:11 +01:00
Satoshi Azuma a.k.a. ytnobody
cf87cfafff
docs: add Perl project link to README ( #192 )
...
* Add Perl project link to README
* docs: add to implementations
---------
Co-authored-by: Johann Schopplich <mail@johannschopplich.com >
2025-11-21 09:04:30 +01:00
Johann Schopplich
2e992aed74
feat: encodeLines for streaming encoding to TOON
2025-11-20 18:37:46 +01:00
David Pinchen
660ed21e01
docs: add ApexToon implementation ( #197 )
...
* Add ApexToon implementation link to README
* Add Apex implementation to implementations documentation
2025-11-20 07:35:00 +01:00
Johann Schopplich
796b333e75
docs: fix benchmark dataset spacing ( closes #196 )
2025-11-19 22:06:23 +01:00
Johann Schopplich
9968cd2521
chore: fix linting errors
2025-11-19 09:04:00 +01:00
Okinea Dev
59a7a00ebb
docs: add documentation for LLMs (llms.txt) ( #189 )
...
Thanks to https://github.com/okineadev/vitepress-plugin-llms
2025-11-19 04:44:57 +01:00
Johann Schopplich
c91259a05e
docs: improve intro sentence
2025-11-19 04:42:35 +01:00
Johann Schopplich
4c32fda628
docs: improve intro sentence
2025-11-18 22:50:54 +01:00
Johann Schopplich
3d2788df53
docs: update favicon
2025-11-18 18:44:40 +01:00
Majid Mohammadian
d339d75f53
docs: add Laravel TOON package ( #183 )
...
* added Laravel toon package in readme.md
* docs: add Laravel Framework implementation to community section
---------
Co-authored-by: Johann Schopplich <mail@johannschopplich.com >
2025-11-18 14:03:15 +01:00
Johann Schopplich
0ac629a085
docs(website): highlight benchmarks
2025-11-18 10:14:07 +01:00
Johann Schopplich
9bebbb4070
docs(website): use favicon as header icon
2025-11-18 09:01:58 +01:00
Johann Schopplich
4b4f7c05f9
docs: add dedicated docs website
2025-11-18 07:23:10 +01:00
Johann Schopplich
3c840259fe
test: add LLM retrieval accuracy tests
2025-10-27 11:48:33 +01:00