Skip to content

Releases: ihuzaifashoukat/llmoptimizer

v1.1.0 — dump enhancements, SvelteKit/Angular robustness, docs/examples

Choose a tag to compare

@ihuzaifashoukat ihuzaifashoukat released this 27 Aug 14:41
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: