Commitfd331c29Recorded9 Jan 2026Repositorysigil-hooks
Release: version bumps
Message
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Changed
CHANGELOG.md | 27 +++++++++++++++++++++++++++
package.sgl | 2 +-
2 files changed, 28 insertions(+), 1 deletion(-)Diff
CHANGELOG.mdadded
@@ -0,0 +1,27 @@
+1
# Changelog+2
+3
All notable changes to this project will be documented in this file.+4
+5
The format is based on [Keep a Changelog](https://keepachangelog.com/),+6
and this project adheres to [Semantic Versioning](https://semver.org/).+7
+8
## [0.1.0] - 2026-01-09+9
+10
### Other+11
+12
- 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.+22
- Core standard library with (sigil core) providing pattern matching, records, delimited continuations, and utilities for arrays, dicts, strings, and lists. Includes modules for math operations, process spawning, time/date handling, filesystem access, and path manipulation. Nearly complete R7RS (scheme base) compatibility with additional modules for I/O, exceptions, generators, and coroutines.+23
- Static site generation with composable pipeline for Markdown files and module documentation.+24
- Initial release with Markdown parsing and frontmatter extraction.+25
- Initial release with ANSI escape code utilities for terminal colors, bold, dim, and other text formatting.+26
- Initial release with extensible hook system for REPL and application customization.+27
package.sglmodified
@@ -4,7 +4,7 @@
4
5
(package 6
name: "sigil-hooks"−7
version: "0.0.0"+7
version: "0.1.0" 8
description: "Emacs-style hook system for Sigil" 9
url: "https://codeberg.org/sigil/sigil" 10
license: "BSD-3-Clause"