Skip to content

Releases: pug-php/ci-pug-engine

2.1.1

Choose a tag to compare

@kylekatarnls kylekatarnls released this 24 Feb 08:11
e0dbd92

Use Code Igniter 4 uppercase Views folder by default

2.1.0

Choose a tag to compare

@kylekatarnls kylekatarnls released this 06 Jan 16:47
bde7f61

Add support for Code Igniter 4

2.0.1: Add methods

Choose a tag to compare

@kylekatarnls kylekatarnls released this 04 Jun 20:46

New methods:

  • disallowJadeFile: disallow .jade file extension (improve performances)
  • allowJadeFile: allow .jade file extension
  • isJadeFileAllowed: returns true if .jade file extension is currently allowed
  • getViewPath: returns the view file path for a given view name
  • renderView: returns HTML for a view and data
  • displayView: display HTML for a view and data

2.0.0: Pug-php 3.1.7+ compatibility

Choose a tag to compare

@kylekatarnls kylekatarnls released this 04 Jun 17:29
  • Use new explicit name CiPug
  • Automated tests

1.3.1: Fix dependency check order

Choose a tag to compare

@kylekatarnls kylekatarnls released this 31 Oct 13:25
a723da7

Use Pug first, Jade next

1.3.0: Pug-php 3 compatibility

Choose a tag to compare

@kylekatarnls kylekatarnls released this 14 Oct 18:11

Pug-php 3 compatibility

Version 1.2.1

Choose a tag to compare

@kylekatarnls kylekatarnls released this 03 Feb 19:32

Optimize for production export

Version 1.2.0

Choose a tag to compare

@kylekatarnls kylekatarnls released this 17 Jan 15:52

Upgrade to Pug-php 2

Allow both Pug and Jade names

Choose a tag to compare

@kylekatarnls kylekatarnls released this 22 Jun 21:03
1.1.3

Rename to Pug