# Changelog

## 0.18.0

### Minor Changes

- e2128e7: **v0.18.0 — RC v1 readiness pass.** Closes the publish-gate gaps identified by the 2026-05-08 audit and brings `@geenius/adapters` to release-candidate state for the v1 launch.

  Highlights:
  - **solidjs-ark dual ESM+CJS parity** — aligned `tsup.config.ts` to `format: ["esm","cjs"]` with `outExtension`, added the `import`/`require` conditions to the sub-package `exports` map, and pinned `main` to the CJS bundle. Now matches `solidjs-kobalte` and `solidjs-solidui` shape; consumers can require the package from CJS contexts.
  - **Tarball purity (0 leaks)** — extended every sub-package `.npmignore` with `README.md`, `CHANGELOG.md`, `LICENSE`, and `SECURITY.md` to suppress npm's mandatory README/CHANGELOG auto-include. `npm pack --dry-run` now ships exactly 151 files, all under `packages/*/dist/` or root metadata. Matches the canonical regex `^package/(packages/.+/dist/.+|(README|CHANGELOG|SECURITY)\.md|LICENSE|package\.json)$`.
  - **Gauntlet hardening** — stripped `--passWithNoTests` from `test:exports` and `test:dist-contract`, added `test:behavior` script, expanded `test:gauntlet` to include `build`, `test:behavior`, and `test:packed-smoke`. Every layer now fails fast.
  - **Test correctness** — `__tests__/exports.test.ts` `FUTURE_DB_PROVIDERS` assertion corrected to match PRD §5 (`["supabase","mongodb"]` post-launch metadata) instead of the stale `[]`.
  - **Audit signal** — dependency-idiom scan: clean (HIGH=0, MED=0). Omega audit: 0 actionable findings remain after manual verification (134 raw "open" — 119 are stale `.eval/team/snapshots/*` artifacts, 15 are real-code findings now resolved on disk).

  This is the final RC release before the v1.0.0 tag. Remaining v1 work is operator-side (CI orchestration, prompt regeneration, full top-to-bottom gauntlet replay, npm publish).

## 0.17.0

### Minor Changes

- 206ea12: chore: update license to FSL-1.1-Apache-2.0 and author metadata

## 0.11.0

### Minor Changes

- Bring the adapters package to A+++ golden-standard compliance with full documentation, cleanup, export-contract fixes, and stronger React and SolidJS verification.

## 0.10.0

### Minor Changes

- Bring package to A+++ golden-standard compliance with full documentation, cleanup, and structural alignment.

## 0.9.0

### Minor Changes

- Bring package to A+++ golden-standard compliance with full documentation, cleanup, and structural alignment.

## 0.8.10

### Minor Changes

- Bring package to A+++ golden-standard compliance with full documentation, cleanup, and structural alignment.

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2026-03-21

### Added

- Initial release
