Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.4.0] - 2025-XX-XX

### Added
- **Contextual Custom Functions**: Functions can read variables from execution environment without explicit parameters
- `CustomFunction.CreateContextual()` factory methods for creating context-aware functions
- Supports up to 3 context variables and 3 script parameters

### Changed
- **Function Resolution Caching**: Function overload lookups now cached per execution for improved performance
- Cached using packed parameter types for fast comparison
- Cache invalidated when parameter type signature changes

## [1.3.0] - 2025-10-07

### Added
Expand Down
Loading