Skip to content

Releases: pug-php/pug

3.6.0: Allow Phug 2

Choose a tag to compare

@kylekatarnls kylekatarnls released this 27 Feb 09:04
c70e0b9
  • Allow Phug 2
  • Drop support for PHP < 7.1

Full Changelog: 3.5.0...3.6.0

2.7.7: Fallback if block mode is not set

Choose a tag to compare

@kylekatarnls kylekatarnls released this 29 Sep 11:49
02fb8b9

Fallback if block mode is not set

3.5.0: Fix PHP 8.1 compatibility

Choose a tag to compare

@kylekatarnls kylekatarnls released this 20 Feb 11:05
dbf1f2e

Fix PHP 8.1 compatibility

3.4.1: Fix enable_profiler

Choose a tag to compare

@kylekatarnls kylekatarnls released this 29 May 19:36
4f5bb74

Fixed #236 notice errors when enabling enable_profiler option

3.4.0: Allow to change 'this' context

Choose a tag to compare

@kylekatarnls kylekatarnls released this 03 Feb 23:31
81e10e2
  • Allow to pass 'this' as local rendering variable
    • The passed value is used as $this context so it needs
      to be an object.

2.7.6: PHP 7.4 compatibility

Choose a tag to compare

@kylekatarnls kylekatarnls released this 03 Feb 19:11
c5b9f21

Fix #232 PHP 7.4 compatibility

3.3.1: Fasten instance bootstrap

Choose a tag to compare

@kylekatarnls kylekatarnls released this 27 Nov 06:48
848812a
  • Improved a bit the initialization of the Pug instance
  • Added tests for compatibility with Phug 1.4 that introduces the caching improvements

3.3.0: Allow Phug 1.0

Choose a tag to compare

@kylekatarnls kylekatarnls released this 09 Oct 09:19
3385941
  • Allow Phug 1.0 (no breaking change with the previous version, Phug 1.0 the same version as 0.x phug sub-packages, released as stable and downloadable as 1 package for version synchronization and faster install)
  • Fix #226 Added path calculation in isExpired when up_to_date_check is false, this will make up_to_date_check = false option working with pre-compiled views cache directory.

2.7.5: PHP 7.3 compatibility

Choose a tag to compare

@kylekatarnls kylekatarnls released this 28 Nov 06:57

Fix PHP 7.3 compatibility

3.2.0: Enable support of js-phpize 2

Choose a tag to compare

@kylekatarnls kylekatarnls released this 10 Jun 18:12
e774888

Enable support of js-phpize 2