Skip to content

v0.3.0

Choose a tag to compare

@studioframes studioframes released this 26 Jun 10:33
· 92 commits to main since this release

Added

  • f2b203a Add balanced optimization preset across images, media, text, and code
  • f2b203a Add TypeScript and React minification support (.ts, .jsx, .tsx) via esbuild
  • f2b203a Add optimization support for .xml, .yaml, .yml, .graphql, .gql, .less, and .scss text formats
  • f2b203a Add optional in-memory LRU cache backed by lru-cache (enabled via CONDENSE_CACHE=true)
  • f2b203a Add standalone CLI optimize subcommand featuring terminal UI, batch directory processing, and -o output flag

Removed

  • f2b203a Remove Markdown (.md) minification support

Dependencies

  • f2b203a Add esbuild dependency for TypeScript and React processing
  • f2b203a Add js-yaml dependency for YAML handling
  • f2b203a Add lru-cache dependency for asset caching

DevDependencies

  • f2b203a Update @types/node from 26.0.0 to 26.0.1