Skip to content

Releases: nepada/bust-cache

3.1.3

23 Nov 13:58

Choose a tag to compare

  • PHP 8.5 compatibility

3.1.2

13 Sep 16:36
8340c69

Choose a tag to compare

  • Latte 3.1 compatibility

3.1.1

27 Oct 16:51

Choose a tag to compare

  • PHP 8.4 compatibility

3.1.0

28 Sep 17:11

Choose a tag to compare

  • Drop support for PHP <8.1
  • Use public readonly properties and property promotion to simplify DTOs
  • Drop useless annotations
  • PHP 8.3 compatibility

3.0.2

24 Sep 08:54

Choose a tag to compare

  • PHP 8.2 compatibility

3.0.1

23 Aug 08:06

Choose a tag to compare

  • Fixed Windows compatibility (thanks @lachmart)

3.0.0

28 Jul 17:42

Choose a tag to compare

Major rewrite for Latte 3 and PHP 8.

New

  • Improved compile time and runtime caching:
    • This enables previously discouraged usage of bustCache tag in combination with path specified by a variable.
    • Possibility to explicitly opt-out of compile-time cache and force auto-refresh of runtime cache by dynamic keyword, e.g. {bustCache dynamic /file.css} (useful for files that are expected to be modified in app runtime).
  • Support for revision manifest file. Revisions from manifest file, if available, are preferred over query parameter cache busting.
  • Configurable handling of missing files. In strict mode (disabled by default) an exception is thrown, otherwise only a warning is triggered and dummy asset path is printed.

2.4.1

29 Apr 10:36

Choose a tag to compare

  • Fixed filter name case.
  • Restrict maximum supported PHP version in composer.json.

2.4.0

30 Oct 11:23

Choose a tag to compare

  • PHP 8.1 compatibility.

2.3.1

15 Nov 14:56

Choose a tag to compare

  • Compatible with PHP 8.0.