We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3725cb commit c2c6cd1Copy full SHA for c2c6cd1
CHANGELOG.md
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
6
7
### Added
8
- Closure support with `Table.setClosure()` for Lua-style upvalues
9
+- Canonical Zig iterator pattern for table iteration with `Table.iterator()`
10
+
11
+### Changed
12
+- **BREAKING**: Table iteration API now uses standard Zig iterator pattern (`iterator.next()`)
13
14
+### Removed
15
+- **BREAKING**: Old manual table iteration method `Table.next()` in favor of canonical iterator
16
17
## [0.2.0] - 2025-08-06
18
0 commit comments