AtlatestRenderedmarkdown
Readme

Changelog

Versions are synced with Sigil releases. A missing entry indicates no changes for that version.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.7.0] - 2026-03-01

Added

  • Added procedure specifications with inline (: ...) syntax, optional runtime checking via sigil-checks feature, and predicate combinators (any-of, maybe, list-of, none-of).
  • Added procedure specs and docstrings to all exported procedures.

[0.6.0] - 2026-02-22

Added

  • Added package-provided MCP tools with dynamic discovery and nREPL describe/modules operations.
  • Added package documentation for web stack (SXML, CSS, and Web routing/UI).
  • Added higher-level UI components, css-sel compound selectors, Vinyl Vault demo application, and improved web API ergonomics including table actions, form loading, GET request handling, and error overlay fixes.

[0.1.0] - 2026-01-09

Other

  • Initial release of the test framework with assertions, test discovery, filtering, and formatted output.
  • Initial release with TCP and UDP socket support for network programming.
  • 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.
  • Initial release with SXML utilities for XML/HTML document construction and manipulation.
  • JWT token encoding and verification with HS256 signing support.
  • Model Context Protocol server implementation for building AI tool integrations with resources, tools, and prompts.
  • SQLite database bindings with prepared statements, transactions, and result iteration.
  • Initial release of the WebAssembly runtime for running Sigil applications in the browser via Emscripten.
  • Initial release of changeset-based release management with version bumping, changelog generation, and git integration.
  • Initial release of the interactive web playground for trying Sigil in the browser.
  • 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.
  • Static site generation with composable pipeline for Markdown files and module documentation.
  • Initial release with Markdown parsing and frontmatter extraction.
  • Initial release with ANSI escape code utilities for terminal colors, bold, dim, and other text formatting.
  • Initial release with extensible hook system for REPL and application customization.
  • CSS generation from Sigil code with selectors, properties, and stylesheet composition.