Skip to content

Commit 60be437

Browse files
committed
updated changelog
1 parent 38502dd commit 60be437

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.0] - TBD - Request.security implementation and transpiler enhancements
4+
5+
### Added
6+
7+
- Full implementation of `request.security()` function with lookahead and gaps support
8+
- New TA methods: `obv`, `alma`, `macd`, `swma`, `vwap`
9+
- Architecture documentation for transpiler, runtime, and namespaces
10+
- Support for handling raw .pine.ts indicator code (without context function wrapper)
11+
- Ability to show original code lines in transpiled code as comments for debugging
12+
- Comprehensive unit tests for `request.security()` functionality
13+
14+
### Changed
15+
16+
- Restructured TA unit tests for better organization
17+
- Improved Series handling for better performance and reliability
18+
- Enhanced transpiler to handle implicit pine.ts imports and normalize native imports
19+
- Namespaces import harmonization across the codebase
20+
21+
### Fixed
22+
23+
- Critical recursion bug in `request.security()` implementation
24+
- Tuple return handling in functions
25+
- Property type check issues
26+
327
## [0.3.1] - 2025-11-26 - Code coverage
428

529
### 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.3.0",
3+
"version": "0.4.0",
44
"description": "",
55
"main": "dist/pinets.dev.es.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)