Releases: nesalia-inc/create
Releases · nesalia-inc/create
v0.10.0 - Static Template Registry
What's Changed
- feat: add GitHub labels and issue templates by @AliiiBenn in #22
- feat: improve OSS production readiness by @AliiiBenn in #24
- ci(deps): Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #25
- ci(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #26
- deps(deps): Bump lucide-react from 0.576.0 to 0.577.0 by @dependabot[bot] in #28
- deps(deps-dev): Bump typescript-eslint from 8.56.0 to 8.56.1 by @dependabot[bot] in #32
- deps(deps): Bump react-resizable-panels from 4.7.0 to 4.7.2 by @dependabot[bot] in #33
- deps(deps-dev): Bump @eslint/js from 9.39.2 to 9.39.4 by @dependabot[bot] in #27
- ci: remove format check job from CI workflow by @AliiiBenn in #41
- feat: add static template registry and .nesalia.json support by @AliiiBenn in #48
New Contributors
- @dependabot[bot] made their first contribution in #25
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- Fix: Use npm Registry API instead of npm search for faster template discovery
- Tests: Add comprehensive tests for listTemplates function
- Tests: Restore tests for fetchTemplate and cleanupTemplate validation
- Coverage: Add test:coverage script
This release fixes the issue where newly published templates don't appear in --list due to npm's delayed search indexing.
Changes
- Replace
execFileSync/npm searchwith directfetchto npm Registry API - Proper timeout handling with AbortSignal
- Better type safety for API response
Full Changelog: v0.9.0...v0.9.1