Skip to content

v3.0.0

Compare
Choose a tag to compare
@nickvergessen nickvergessen released this 01 Feb 13:37
41d123f

3.0.0 - 2024-02-01

Full Changelog

Enhancements

  • Drop core-js and move to vite by @susnux in #563
  • enh(tests): Add unit tests and CI workflow for testing by @susnux in #564
  • feat: add method to get a base URL, allow to pass remote base by @Antreesy in #558

Fixed

  • fix: Adjust generateFilePath to include type also for index.php by @susnux in #566
  • fix(getRootUrl)!: If not configured use first subdirectory as webroot instead of last by @susnux in #570

Changed

  • Clean up code (drop unreachable code) and minor modernization by @susnux in #565
  • chore: Add ESLint to project and fix issues reported by @susnux in #561
  • Make README a bit nicer by adding badges for coverage and documentation by @susnux in #569

Dependencies

  • build(deps-dev): Bump vitest from 1.2.1 to 1.2.2 by @dependabot in #567
  • build(deps-dev): Bump @vitest/coverage-v8 from 1.2.1 to 1.2.2 by @dependabot in #568

New Contributors