page-carbajal / wp-express-ui-mustache-renderer
Mustache Implementation for WPExpress
Requires
- mustache/mustache: ^2.14
- page-carbajal/wpexpress: ^2.0
This package is auto-updated.
Last update: 2024-12-13 06:10:30 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