AtlatestRepositorysigil-web-repl
sigil-web-repl / treeCHANGELOG.md
1
# Changelog3
All notable changes to this project will be documented in this file.5
The format is based on [Keep a Changelog](https://keepachangelog.com/),6
and this project adheres to [Semantic Versioning](https://semver.org/).8
## [0.1.0] - 2026-01-0910
### Other12
- Initial release of the test framework with assertions, test discovery, filtering, and formatted output.13
- Initial release with TCP and UDP socket support for network programming.14
- Core runtime providing a bytecode VM with incremental mark-sweep garbage collector, S-expression reader with extensible syntax, and hygienic macro system supporting syntax-rules and syntax-case. Native bindings for I/O, filesystem, networking, process management, SQLite, and cryptographic hashing.15
- Initial release with SXML utilities for XML/HTML document construction and manipulation.16
- JWT token encoding and verification with HS256 signing support.17
- Model Context Protocol server implementation for building AI tool integrations with resources, tools, and prompts.18
- SQLite database bindings with prepared statements, transactions, and result iteration.19
- Initial release of the WebAssembly runtime for running Sigil applications in the browser via Emscripten.20
- Initial release of changeset-based release management with version bumping, changelog generation, and git integration.21
- Initial release of the interactive web playground for trying Sigil in the browser.