Releases: pug-php/pug
Releases · pug-php/pug
2.7.7: Fallback if block mode is not set
Fallback if block mode is not set
3.5.0: Fix PHP 8.1 compatibility
Fix PHP 8.1 compatibility
3.4.1: Fix enable_profiler
Fixed #236 notice errors when enabling enable_profiler option
3.4.0: Allow to change 'this' context
- Allow to pass 'this' as local rendering variable
- The passed value is used as $this context so it needs
to be an object.
- The passed value is used as $this context so it needs
2.7.6: PHP 7.4 compatibility
Fix #232 PHP 7.4 compatibility
3.3.1: Fasten instance bootstrap
- 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
- 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 makeup_to_date_check = false
option working with pre-compiled views cache directory.
2.7.5: PHP 7.3 compatibility
Fix PHP 7.3 compatibility
3.2.0: Enable support of js-phpize 2
Enable support of js-phpize 2
3.1.7: Autoload the Pug alias
Autoload the Pug alias