Skip to content

v0.8.2

Choose a tag to compare

@AmiteK23 AmiteK23 released this 26 Mar 01:00
· 39 commits to main since this release
727d92a

Incremental watch optimization and validation hardening

v0.8.2 focuses on optimizing incremental watch performance and strengthening validation safeguards.

Highlights

  • optimize incremental watch by avoiding unnecessary array allocations
  • harden validation logic against path traversal edge cases
  • reorganize documentation into structured guides and reference sections
  • updating framework and style docs

What's Changed

  • docs(roadmap, limitations, schema): enhance clarity and detail in documentation (#160)
  • docs: update Node.js requirements and clarify Express middleware/style docs (#161)
  • docs: move core docs into guides and reference sections (#162)
  • docs(style): enhance style extraction docs across UI frameworks (#163)
  • docs(nextjs, typescript): clarify project detection and tsconfig behavior (#164)
  • perf(incrementalWatch): avoid array allocation in contract lookup (#165)
  • fix(validation): harden hash-lock against path traversal (#166)
  • docs(release): prepare documentation for v0.8.2 (#167)
  • Release v0.8.2 (#168)

🔀 Compare changes

👉 Full changelog