Releases: ihuzaifashoukat/llmoptimizer
Releases · ihuzaifashoukat/llmoptimizer
Release list
v1.1.0 — dump enhancements, SvelteKit/Angular robustness, docs/examples
Immutable
release. Only release title and notes can be modified.
- Highlights: CLI dump gains sampling/build scan + framework route insights. SvelteKit/Angular helpers are more robust.
New examples and docs added. - Added:
- CLI dump flags: --base-url, --sample, --scan-build, --build-dirs, --include, --exclude, --framework-details
- Sample fetch from live sites and build directory scanning (titles/pages)
- Framework insights in dump: SvelteKit, Angular, Nuxt, Remix (routes, params, hints)
- Examples: examples/sveltekit-postbuild-llm.mjs, examples/angular-postbuild-llm.mjs
- README snippets for SvelteKit/Angular and “Debug dump” section
- Exports for ./sveltekit and ./angular
- Changed:
- SvelteKit/Angular integrations: include/exclude + renderOptions passthrough
- Angular: auto-detect distDir from angular.json
- SvelteKit: fallback from build-scan to crawl when no HTML found
- Example config updated with structured theme, network controls, route params/samples, buildScan.dirs, robots
- Fixed:
- Resolved DTS error in dump by inlining a helper + typings
- Compatibility: No breaking changes
- Install/Upgrade:
- npm: npm i llmoptimizer@1.1.0
- CLI: confirm version llmoptimizer --version → 1.1.0
- Changelog: see CHANGELOG.md
- Repo: https://github.com/ihuzaifashoukat/llmoptimizer