Skip to content

Releases: RoninForge/roninforge-nextjs

v1.0.1 - Review Fixes

12 Apr 10:59

Choose a tag to compare

Fixes from 3 rounds of independent code review

Round 1:

  • Add missing redirect import in dashboard fixture
  • Fix fetch memoization example (call .json(), remove variable shadowing)
  • Fix not-found.tsx position in file hierarchy
  • Update after() version annotation

Round 2:

  • Split invalid revalidateTag code block (had 'use server' mid-file after const)
  • Connect dead page/limit variables to fetch URL in fixture

Round 3 (caching accuracy):

  • Move staleTimes from experimental to top-level config (stable in 15 GA)
  • Fix static staleTime: 300 not 180 (matches actual Next.js 14 default)
  • Add revalidate to all tag-only fetch examples (tags alone don't enable caching in 15)

v1.0.0 - Initial Release

12 Apr 10:51

Choose a tag to compare

Next.js 15 App Router plugin. 5 rules, 4 skills, 1 subagent. Covers async request APIs, caching default changes, Server Components, Server Actions, React 19 patterns, and 12 anti-patterns.