Skip to content

v1.0.0

Choose a tag to compare

@timnarr timnarr released this 24 Oct 14:15
· 12 commits to main since this release

Added

  • Error handling with try-catch blocks for improved stability
  • SVG sanitization in readAccessible() function for enhanced security
  • Path traversal protection in inlineViteAsset() for security hardening
  • Static caching to isViteDevMode() function for better performance

Fixed

  • Use imported Str class in buildMailtoLink()
  • Rename named argument for consistency
  • Improve type casting in inlineViteAsset()
  • Improve type casting in cssIfTemplate()
  • Check if incrementHeadingLevel() not exists before usage
  • Extract heading level validation into separate function
  • Use named arguments consistently for Html methods
  • Optimize array iteration in shouldIgnorePageFromCache()
  • Add missing echo statements in cssIfBlock() and cssIfTemplate()
  • Improve readability of linkLabel() function
  • Simplify setBlankIfExternal() function

Changed

  • Improve buildMailtoLink() documentation
  • Improve cssLazy() documentation
  • Update README.md documentation

Full Changelog: v0.5.0...v1.0.0