diff --git a/.github/badges/api-coverage.svg b/.github/badges/api-coverage.svg index c3cb4a9..c22654b 100644 --- a/.github/badges/api-coverage.svg +++ b/.github/badges/api-coverage.svg @@ -1,14 +1,14 @@ - - API coverage: 78% + + API coverage: 81% - + \ No newline at end of file diff --git a/.github/badges/api-types.svg b/.github/badges/api-types.svg index 1933772..e9afafa 100644 --- a/.github/badges/api-types.svg +++ b/.github/badges/api-types.svg @@ -1,14 +1,14 @@ - - types: 137/180 (76%) + + types: 166/180 (92%) - + \ No newline at end of file diff --git a/.github/badges/coverage.svg b/.github/badges/coverage.svg index 1676d0b..03b8d7f 100644 --- a/.github/badges/coverage.svg +++ b/.github/badges/coverage.svg @@ -1,20 +1,20 @@ - - test coverage: 87.3% - + + test coverage: 87.8% + - - + + - + \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6670613..20f3af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,49 @@ # Change Log -## [0.9.2] - 2026-03-05 - Gradient Fill, Matrix Inverse, Array Optimizations & Plot Fixes +## [0.9.3] - 2026-03-06 - Streaming Support, request.security Fixes, Transpiler Robustness ### Added -- **Gradient Fill (`fill()`)**: Added support for Pine Script's gradient fill signature — `fill(plot1, plot2, top_value, bottom_value, top_color, bottom_color)`. The `FillHelper` now detects the gradient form by checking whether the third argument is a number (gradient) or a string/color (simple fill), and stores per-bar `top_value`/`bottom_value`/`top_color`/`bottom_color` data for rendering. +- **`array.new_box` / `new_label` / `new_line` / `new_linefill` / `new_table` / `new_color`**: Added the six missing typed array factory methods so `array`, `array