Release v1.3.0#24
Merged
Merged
Conversation
Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
…-and-expand-syntax Add Unicode string escapes and make string padding Unicode-aware
… new features Bump all version references from 1.2.0 to 1.3.0 (workspace, package manifests, build scripts, winget/debian metadata, CLI defaults), move the Unreleased changelog section to 1.3.0 and add the previously missing entries for unicode string escapes and unicode-aware padding. Document features that shipped without docs: closures & lexical scoping, recursion depth limit, filesystem sandbox, promise builtins, source encoding tolerance and new syntax forms. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bump action versions (checkout@v7, setup-node@v6, configure-pages@v6, upload-pages-artifact@v5, deploy-pages@v5, first-interaction@v3), rework greetings/label/stale workflows and remove the summary workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release PR for HypnoScript v1.3.0 (dev → main).
Language & Runtime (since v1.2.0)
HYPNO_MAX_CALL_DEPTH,--max-call-depth, default 1,000) with gracefulRecursionLimitExceededHYPNO_SANDBOX,--sandbox)delayedValue,instantPromise,promiseAll,promiseRace,isPromiseResolvednullliteral, nullable types (number?/lucid number), array type annotations (string[])"${expr}", unicode escapes\uXXXX/\xNN, digit separators & exponent literalssnap/sink,drift(ms)/pauseReality(ms), standalonedeepFocus,imperative suggestion,sharedTranceshorthandRc-shared valuescheckexits non-zero on type errors.hypsample programs now run in the test sweep (previously 16)Release preparation (this branch)
Cargo.toml,package.json, docs package, build scripts, winget/debian manifests, CLI defaults and lockfile constantsCHANGELOG.md: Unreleased → [1.3.0] - 2026-07-06, added missing entries (unicode escapes, unicode-awarePadLeft/PadRight)Test plan
cargo fmt --all -- --checkcargo clippy --workspace --all-targetscargo test --workspace— all 11 suites green (336 tests)v1.3.0and run release builds (release:all)🤖 Generated with Claude Code