Skip to content

Releases: locomotivemtl/charcoal-view

charcoal-view 0.4.0

04 Nov 20:19
9c9db58
Compare
Choose a tag to compare

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

04 Nov 20:19
Compare
Choose a tag to compare

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

04 Nov 20:16
Compare
Choose a tag to compare

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

15 May 19:50
Compare
Choose a tag to compare

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

05 Dec 02:43
931af64
Compare
Choose a tag to compare
  • Allow Mustache and Twig caches to be set from the application settings
  • Updated to PHPUnit 5.7

charcoal-view 0.3

16 Aug 22:08
Compare
Choose a tag to compare

Highlights:

  • Deprecated $widget_template in favour of dynamic template

charcoal-view 0.2

20 Feb 03:40
Compare
Choose a tag to compare
Move mustache cache outside document root by default.

charcoal-view 0.1.6

11 Jan 23:33
Compare
Choose a tag to compare

Remove config requirement on the View constructor.
Fixes

charcoal-view 0.1.5

11 Jan 14:51
Compare
Choose a tag to compare
  • Fix issues with logger
  • Do not log invalid template in Mustache loader

charcoal-view 0.1.3

20 Jul 19:48
Compare
Choose a tag to compare
  • Various code cleanup and fixes
  • ViewableTrait supports for replacing the view controller