Skip to content

Latest commit

 

History

History
112 lines (63 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

112 lines (63 loc) · 2.36 KB

Changelog

All Notable changes to php-mustache will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

0.9.3 - 2022-11-26

Fixed

  • PHP 8.2 compat (@remicollet)

0.9.2 - 2020-11-12

Fixed

  • Fixes for latest PHP 8.0

Changed

  • Drop max PHP version constraint in package.xml

0.9.1 - 2019-12-11

Fixed

0.9.0 - 2019-05-27

Added

  • Preliminary PHP 7.4 and PHP 8 support

Removed

  • PHP 5 support, require at least PHP 7.1

0.8.1 - 2019-05-27

Fixed

  • Missing file in PECL distribution (@remicollet)

0.8.0 - 2018-11-11

Added

  • PHP 7.3 support (@remicollet)

Changed

  • Require libmustache >= 0.5.0 (fixes a double-free)

Removed

  • Old deprecated experimental compiler
  • Support for less than PHP 5.6

0.7.4 - 2017-07-18

Added

  • PHP 7.2 support (@remicollet)

Fixed

  • RHEL/CentOS build issues (@remicollet)

0.7.3 - 2017-07-18

Added

  • PHP 7.1 support (@adambaratz and @remicollet)

Fixed

  • RHEL/CentOS build issues (@amcnea)

0.7.2 - 2016-04-24

Fixed

  • Indirect zval issues (@adambaratz)

0.7.1 - 2016-03-17

Fixed

  • Various lambda issues (@adambaratz)

0.7.0 - 2016-03-17

Added

  • Lambda support (@adambaratz)