Skip to content

Releases: idleberg/php-vite-manifest

v1.1.0

09 Jun 09:45
Compare
Choose a tag to compare
  • add support for pre-calculated hashes
  • update dependencies

v1.0.0

26 Nov 10:08
Compare
Choose a tag to compare
  • requires PHP >= 8.1
  • update tooling

v0.10.0

12 Nov 22:29
Compare
Choose a tag to compare
  • add support for CSS entrypoints (thanks @idflood)
  • update dependencies

v0.9.0

31 May 21:52
Compare
Choose a tag to compare
  • Breaking change: namespace and class-name have been changed
-use Idleberg\ViteManifest\ViteManifest;
+use Idleberg\ViteManifest\Manifest;

-$viteManifest = new ViteManifest($manifestFile, $basePath, $algorithm);
+$viteManifest = new Manifest($manifestFile, $basePath, $algorithm);
  • update dependencies

v0.8.0

27 Nov 23:06
Compare
Choose a tag to compare
  • Breaking change: requires "php": ">=8.0"
  • improve PHPDocs
  • update Codeception

v0.7.2

12 Sep 09:41
Compare
Choose a tag to compare
  • improve fallback behaviour for missing or empty imports array

v0.7.1

24 Aug 19:43
Compare
Choose a tag to compare
  • remove stray var_dump

v0.7.0

01 Jul 23:14
Compare
Choose a tag to compare
  • add option to specify hashing algorithm
  • fix test for getImports()

v0.6.2

07 Apr 22:58
Compare
Choose a tag to compare
  • fix parameter handling

v0.6.0

07 Apr 22:42
Compare
Choose a tag to compare
  • add option for hash calculation