You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README and CLAUDE.md for v0.4.0 release
- Added SSR/SSG feature to README features list
- Updated element support count (30+ elements)
- Updated version references from 0.3.1 to 0.4.0
- Updated test count to 258 tests
- Listed v0.4.0 major improvements
Authored by: Aaron Lippold<lippold@gmail.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
Nuxt SmartScript is a Nuxt 3 module that performs automatic typography transformations in the browser. It transforms patterns like (TM) → ™, ordinals (1st, 2nd), chemical formulas (H2O), and mathematical notation (x^2, x_n) using client-side DOM manipulation.
7
+
Nuxt SmartScript is a Nuxt 3 module that performs automatic typography transformations both server-side and client-side. It transforms patterns like (TM) → ™, ordinals (1st, 2nd), chemical formulas (H2O), and mathematical notation (x^2, x_n) using DOM manipulation.
8
8
9
-
**Current Version**: 0.3.0 (broken) → 0.3.1 (ready for release)
9
+
**Current Version**: 0.3.0 → 0.4.0 (ready for release with SSR support)
10
10
11
11
## Critical Implementation Details
12
12
@@ -50,7 +50,7 @@ pnpm prepack
50
50
51
51
### Testing
52
52
```bash
53
-
# Run all tests (227 tests across all categories)
53
+
# Run all tests (258 tests across all categories)
54
54
pnpm test
55
55
56
56
# Run tests in watch mode
@@ -213,7 +213,7 @@ Test helpers in `test/helpers/setup.ts` provide utilities:
0 commit comments