page-carbajal/wp-express-ui-mustache-renderer

Mustache Implementation for WPExpress

1.0.3 2022-12-13 01:53 UTC

This package is auto-updated.

Last update: 2024-05-13 05:02:06 UTC


README

Since WPExpress version 1.4.0. WPExpress/UI was deprecated.

All necessary files for WPExpress/UI were assimilated into the core and the support for WPExpress/UI project was therefore terminated.

The last version of WPExpress/UI is available on packagist and also available on GitHub.

I went into great details about my pain on terminating the WPExpress/UI this project on my blog. My greatest concern was to give up on templating engines.

However I decided to be a grown up and not to force my vision into the world. I keep my commitment to provide useful tool for development. But I also need to get some satisfaction on coding for me.

This project allows me and others to use Mustache as RenderEngine.

Change Log

December 12th - Version 1.0.4

  • Minor fixes

2020

Version 1.0.2

  • Fixed issued: License "GPL3" is not a valid SPDX license identifier

Version 1.0.1

  • Added support for partials

Version 1.0.0

  • Basic Mustache Implementation