You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump version to 2.1.0 with buffer size reporting fix
- Update package.json version from 2.0.9 to 2.1.0
- Add CHANGELOG entry documenting buffer size reporting fix in encode-stream
- Update README.md to highlight v2.1.0 bug fix and 887 passing tests
- Update version references across documentation (API.md, CLI.md, GETTING_STARTED.md)
- Update CDN script reference from tonl.iife.js?v=2.0.9 to v=2.1.0 in examples.html
- Update ESM import example from npm/tonl@2.0.9 to @2.1.0 in index.html
- Update U
Copy file name to clipboardExpand all lines: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,15 @@
8
8
9
9
**TONL** is a production-ready data platform that combines compact serialization with powerful query, modification, indexing, and streaming capabilities. Designed for LLM token efficiency while providing a rich API for data access and manipulation.
10
10
11
-
## 🎉 Latest Release: v2.0.9 - Test Suite Stabilization
11
+
## 🎉 Latest Release: v2.1.0 - Bug Fix Release
12
12
13
-
### ✨ Key Features in v2.0.9:
14
-
- 🔧 **Test suite fixes** - Resolved all failing tests and enhanced reliability
15
-
- 📊 **878 tests passing** - Complete test coverage with 100% success rate
16
-
- 🛡️ **API consistency** - Fixed method name and property access issues
17
-
- 🎯 **Quality assurance** - Enhanced error handling and edge case coverage
13
+
### ✨ Key Features in v2.1.0:
14
+
- 🐛 **Buffer size reporting** - Fixed accurate buffer size reporting in encode-stream overflow errors
15
+
- 🔧 **Test suite stability** - Resolved incorrect test expectations for buffer overflow scenarios
Copy file name to clipboardExpand all lines: docs/GETTING_STARTED.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Getting Started with TONL v2.0.9
1
+
# Getting Started with TONL v2.1.0
2
2
3
-
Welcome to TONL! This guide will help you get started with all the powerful features of TONL v2.0.9, including the revolutionary dual-mode system for handling problematic JSON keys and the latest documentation updates.
3
+
Welcome to TONL! This guide will help you get started with all the powerful features of TONL v2.1.0, including the revolutionary dual-mode system for handling problematic JSON keys and the latest documentation updates.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "tonl",
3
-
"version": "2.0.9",
3
+
"version": "2.1.0",
4
4
"description": "Token-Optimized Notation Language - A text-first, LLM-friendly serialization format with schema validation, streaming, and browser support (Dual-Mode System Release)",
0 commit comments