Skip to content

Commit e0ae24a

Browse files
committed
changelog update
1 parent 2a05eaa commit e0ae24a

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

.github/badges/coverage.svg

Lines changed: 8 additions & 8 deletions
Loading

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [0.7.7] - 2025-01-03 - Live Streaming Support
4+
5+
### Added
6+
7+
- **PineTS.stream() Method**: Event-driven wrapper of `PineTS.run()` to simplify handling live data and real-time updates
8+
- Documentation updates for streaming functionality
9+
10+
### Fixed
11+
12+
- **Critical Fix**: Live data processing was producing wrong values in `ta.*` functions due to incorrect handling of current vs committed candles
13+
314
## [0.7.6] - 2025-12-30 - Additional Plot Functions
415

516
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinets",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Run Pine Script anywhere. PineTS is an open-source transpiler and runtime that brings Pine Script logic to Node.js and the browser with 1:1 syntax compatibility. Reliably write, port, and run indicators or strategies on your own infrastructure.",
55
"keywords": [
66
"Pine Script",

0 commit comments

Comments
 (0)