Download Latest Version Released version 3.1.2 source code.tar.gz (109.5 kB)
Email in envelope

Get an email when there's a new version of Latte

Home / v3.0.26
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-02-25 726 Bytes
Released version 3.0.26 source code.tar.gz 2026-02-25 102.3 kB
Released version 3.0.26 source code.zip 2026-02-25 209.2 kB
Totals: 3 Items   312.3 kB 0
  • Feature class with setFeature()/hasFeature() – a unified way to toggle engine capabilities. Existing methods like setStrictTypes() and setStrictParsing() now delegate to this system, so you can use either style. New features can be added without cluttering the Engine API.
  • setCacheDirectory() replaces the old setTempDirectory() – because "temp" was too easily confused with "template". The old method still works but consider it deprecated.
  • Fixed ! operator priority – the logical NOT operator was incorrectly placed at the same precedence level as bitwise NOT and type casts, above instanceof. It now correctly sits below instanceof, matching PHP's actual operator precedence.
Source: README.md, updated 2026-02-25