Skip to content

Releases: pug-php/pug

2.7.7: Fallback if block mode is not set

29 Sep 11:49
02fb8b9
Compare
Choose a tag to compare

Fallback if block mode is not set

3.5.0: Fix PHP 8.1 compatibility

20 Feb 11:05
dbf1f2e
Compare
Choose a tag to compare

Fix PHP 8.1 compatibility

3.4.1: Fix enable_profiler

29 May 19:36
4f5bb74
Compare
Choose a tag to compare

Fixed #236 notice errors when enabling enable_profiler option

3.4.0: Allow to change 'this' context

03 Feb 23:31
81e10e2
Compare
Choose a tag to compare
  • 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

03 Feb 19:11
c5b9f21
Compare
Choose a tag to compare

Fix #232 PHP 7.4 compatibility

3.3.1: Fasten instance bootstrap

27 Nov 06:48
848812a
Compare
Choose a tag to compare
  • 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

09 Oct 09:19
3385941
Compare
Choose a tag to compare
  • 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

28 Nov 06:57
Compare
Choose a tag to compare

Fix PHP 7.3 compatibility

3.2.0: Enable support of js-phpize 2

10 Jun 18:12
e774888
Compare
Choose a tag to compare

Enable support of js-phpize 2

3.1.7: Autoload the Pug alias

22 Mar 08:11
Compare
Choose a tag to compare

Autoload the Pug alias