954 B
954 B
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.
1.0.0 - 2025-11-14
Added
- Compile-time transformer that rewrites
v-can/v-cannotinto optimizedv-ifguards. - Global runtime plugin that injects the
canproxy,$can, and the host-provided__can__checker. - Permission-driven type generation with
types/nuxt-can.d.tsand Nuxt schema augmentation. - Playground showcasing multiple directive combinations, permission toggles, and a live summary.
- Test fixtures plus Vitest suite covering directive success paths and DX errors.
- MIT license.
Docs
- English README describing usage, playground, and contribution guide.
- Roadmap and release prep guidance.