Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-03 | 748 Bytes | |
v0.1.77 source code.tar.gz | 2025-08-03 | 14.0 MB | |
v0.1.77 source code.zip | 2025-08-03 | 14.1 MB | |
Totals: 3 Items | 28.2 MB | 0 |
What's Changed
- feat(null-propagation): required arg is Null->return Null for custom fn by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/839
- docs: clarify semantics of Null value by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/842
- docs: clarify nullability for builtin function argument types by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/843
- fix: avoid redundant
self
passed toanalyze()
by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/844 - fix: fill non-current source with empty table during evaluation by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/845
Full Changelog: https://github.com/cocoindex-io/cocoindex/compare/v0.1.76...v0.1.77