# Changelog

All notable changes to `@geenius/errors` will be documented in this file.

## 0.1.0 - Initial extraction from `@geenius/tools/errors`

- Extracted the `errors` mini-family from `@geenius/tools` into a standalone
  package with a framework-agnostic core plus React, SolidJS, and UI-library
  bindings (`react`, `react-css`, `solidjs`, `solidjs-css`, `react-native`,
  `react-ant`, `react-chakra`, `react-daisyui`, `react-heroui`,
  `react-mantine`, `react-mui`, `react-shadcn`, `solidjs-ark`,
  `solidjs-kobalte`, `solidjs-solidui`).
- Merged the previous root `src/index.ts` core (GeeniusError, ErrorCode,
  formatError, catchError, makeSafe, etc.) with the framework-agnostic UI
  display helpers (`normalizeErrorSummary`, `formatValidationIssues`,
  `createErrorReportEnvelope`, …) under `packages/shared`.
- Updated every variant import from `@geenius/tools/errors` →
  `@geenius/errors`.
