Releases: locomotivemtl/charcoal-view
Releases · locomotivemtl/charcoal-view
charcoal-view 0.4.0
Complete commits list: 0.3.6...0.4.0
Summary:
- Added template path cache to reduce the iterations of search paths (#3)
- Removed support for deprecated
$GLOBALS['widget_template']
- Improved CI testing
- Added testing of PHP 7.3
- Added support for PHPStan
charcoal-view 0.3.6
Complete commits list: 0.3.5...0.3.6
Summary:
- Added method
isTemplateString
to allow template oaders to validate if a value is a path or a direct view (#2) - Cleaned up codebase
- Completed unit tests
- Fixed support for PHPUnit 5.7 and 6.0
charcoal-view 0.3.5
Complete commits list: 0.3.4...0.3.5
Summary:
- Added support for merging view paths from module classes
- Fixed Composer script 'phplint'
- Fixed deprecated rules by phpcs
- Improved CI testing
- Added LICENSE
charcoal-view 0.3.4
Added
- Support for rendering Markdown content in Mustache templates,
via Emanuil Rusev's Parsedown
Changed
- Cleanup repository; Composer manifest, development dependencies, configs for Travis, PHPUnit, and PHPCS
- Cleanup codebase; syntax, imported namespaces
- Improve exception messages
Fixed
- Issues reported by PHPCS and PHPUnit
charcoal-view 0.3.3
- Allow Mustache and Twig caches to be set from the application settings
- Updated to PHPUnit 5.7
charcoal-view 0.3
Highlights:
- Deprecated
$widget_template
in favour of dynamic template
charcoal-view 0.2
Move mustache cache outside document root by default.
charcoal-view 0.1.6
Remove config requirement on the View constructor.
Fixes
charcoal-view 0.1.5
- Fix issues with logger
- Do not log invalid template in Mustache loader
charcoal-view 0.1.3
- Various code cleanup and fixes
ViewableTrait
supports for replacing the view controller