Releases: TheUncharted/zapcode
Releases · TheUncharted/zapcode
v1.5.1
1.5.1 (2026-03-21)
Bug Fixes
- ensure for-of loops with external calls terminate correctly (8c2f28a)
- Fixed iterator state handling in for...of loops to properly update and advance through iterations (ad287ae)
What's Changed
- fix: Fixed iterator state handling in for...of loops to properly update and advance through iterations by @TheUncharted in #37
- chore(master): release 1.5.1 by @github-actions[bot] in #38
Full Changelog: v1.5.0...v1.5.1
v1.5.0
1.5.0 (2026-03-13)
Features
- add event loop for async array callbacks (Promise.all, .map, .forEach) (17ae149)
- add event loop for async array callbacks (Promise.all, .map, .forEach) (5e756a0)
What's Changed
- feat: add single-threaded event loop for Promise.all and async array callbacks by @TheUncharted in #33
- fix: propagate stack underflow error in continuation instead of masking with undefined by @TheUncharted in #34
- feat: add event loop for async array callbacks (Promise.all, .map, .forEach) by @TheUncharted in #35
- chore(master): release 1.5.0 by @github-actions[bot] in #36
Full Changelog: v1.4.0...v1.5.0
v1.4.0
1.4.0 (2026-03-12)
Features
- add autoFix and execution trace to zapcode-ai packages (124eec9)
- add execution trace system to zapcode-core (dc545dc)
- Add new feature related to debugging and tracing (d3a37cc)
- expose execution trace in JS, Python, and WASM bindings (299c10c)
Bug Fixes
- address CodeRabbit review findings (cdbc6ee)
- update CI paths after examples directory reorganization (ccfc2ee)
What's Changed
- docs: update links in README by @TheUncharted in #30
- feat: Add new feature related to debugging and tracing by @TheUncharted in #31
- chore(master): release 1.4.0 by @github-actions[bot] in #32
Full Changelog: v1.3.0...v1.4.0
v1.3.0
1.3.0 (2026-03-12)
Features
- Promise .then/.catch/.finally, VM bugfixes, release pipeline improvements (b8f2c81)
What's Changed
- feat: Promise .then/.catch/.finally, VM bugfixes, release pipeline improvements by @TheUncharted in #28
- chore(master): release 1.3.0 by @github-actions[bot] in #29
Full Changelog: v1.2.0...v1.3.0
v1.2.0
1.2.0 (2026-03-12)
Features
- add Promise .then(), .catch(), .finally() instance methods (9cf33db)
What's Changed
- Develop by @TheUncharted in #26
- chore(master): release 1.2.0 by @github-actions[bot] in #27
Full Changelog: v1.1.7...v1.2.0
v1.1.7
1.1.7 (2026-03-12)
Bug Fixes
- switch Bedrock examples to global.amazon.nova-2-lite-v1:0 (f6e5889)
- switch Bedrock examples to global.amazon.nova-2-lite-v1:0 (b5d29cb)
What's Changed
- fix: switch Bedrock examples to global.amazon.nova-2-lite-v1:0 by @TheUncharted in #24
- chore(master): release 1.1.7 by @github-actions[bot] in #25
Full Changelog: v1.1.6...v1.1.7
v1.1.6
1.1.6 (2026-03-12)
Bug Fixes
- skip receiver writeback for builtin globals to prevent snapshot serialization error (b41794a)
What's Changed
- Develop by @TheUncharted in #22
- chore(master): release 1.1.6 by @github-actions[bot] in #23
Full Changelog: v1.1.5...v1.1.6
v1.1.5
1.1.5 (2026-03-12)
Bug Fixes
- persist this mutations back to receiver after method calls (c1b657f)
- use latest published versions in examples instead of local paths (4afd4d9)
What's Changed
- Develop by @TheUncharted in #20
- chore(master): release 1.1.5 by @github-actions[bot] in #21
Full Changelog: v1.1.4...v1.1.5
v1.1.4
1.1.4 (2026-03-12)
Bug Fixes
- strip trailing comment from version extraction in release workflow (8bd63e1)
- strip trailing comment from version extraction in release workflow (12ea165)
What's Changed
- fix: strip trailing comment from version extraction in release workflow by @TheUncharted in #18
- chore(master): release 1.1.4 by @github-actions[bot] in #19
Full Changelog: v1.1.3...v1.1.4