Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 741 Bytes

File metadata and controls

31 lines (19 loc) · 741 Bytes

Changelog

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.1.0] - 2025-06-30

Added

  • Initial release of nago-react.
  • Basic framework structure with JSX runtime support.
  • Build process configured with tsup for ES Modules and CommonJS.
  • Basic test setup with Vitest.
  • Project scaffolding including package.json, LICENSE, and README.md.

Changed

  • Updated package.json to include description, keywords, author, and prepublishOnly script.
  • Configured tsup to output .mjs and .cjs files.

Fixed

  • N/A

Removed

  • N/A