/Changelog

All notable changes, new features, and bug fixes for Igniter.js. We are committed to transparency and keeping our community informed.

Core

v0.2.1

Core Hook Improvements & Documentation

This release focused on significantly enhancing the client-side hooks and providing comprehensive documentation for all starter kits.

  • useQuery & useMutation Overhaul: The hooks were refactored for improved stability and developer experience. The variables property was added to both hooks, giving developers access to the parameters used in the most recent execution.

  • New Documentation: Added complete starter guides for Next.js, TanStack Start, Bun+React, and REST APIs to help users get started faster.

  • Real-time Engine: Introduced foundational support for real-time updates and data streams, paving the way for live features.

Starters

v0.2.0

New Starters & Enhanced CLI

A major feature release that introduced multiple new starter templates and improved the CLI's capabilities.

  • New Starters: Added official, production-ready starters for Next.js, TanStack Start, and a pure Bun+React SPA.

  • CLI Update: The igniter init command was updated to download starter templates directly from the official GitHub repository, ensuring users always get the latest version.

  • General Improvements: Various enhancements to documentation, interfaces, and internal type safety.

Adapters

v0.1.0

MCP Server Adapter & Initial Core Refinements

This version focused on introducing the Model-Context-Protocol (MCP) Server adapter and making key improvements to the core package.

  • New: MCP Server Adapter: Shipped the first version of @igniter-js/adapter-mcp-server, allowing AI agents to use Igniter.js APIs as a set of tools.

  • Core Enhancements: The core package received several new features and bug fixes, improving its robustness and capabilities.