Changelog History
Page 2
-
v1.2.1 Changes
- [FIX] TwoStepView::getView() now optionally returns the first view when there is no format specified; this stops exceptions from being raised when the client passes no Accept header and there are multiple view formats available.
-
v1.2.0 Changes
🏗 [TST] Add PHP 5.5 to the Travis build.
[CHG] Escaper\Object now recursively escapes arrays instead of converting to ArrayObject and wrapping in an escaper
[ADD] TwoStepView::getTemplate() to get the template out of the view
[NEW] Helper\Form\Checkboxes
-
v1.1.2 Changes
⚡️ (updated to include the InstanceTest)
- [FIX] Correct the instance.php script and its associated scripts, and add an InstanceTest for it. Thanks, HariKT, for reporting this.
-
v1.1.1 Changes
- [FIX] Correct the instance.php script and its associated scripts, and add an InstanceTest for it. Thanks, HariKT, for reporting this.
-
v1.1.0 Changes
[NEW] Form helpers: field, input, radios, repeat, select, and textarea.
[NEW] List helpers: ul and ol.
[NEW] Generic tag helper.
[ADD] AbstractHelper methods indent(), setIndentLevel(), and void().
💅 [ADD] Method addCond() to the styles helper, to add a conditional style.
[CHG] Disallow easy changing of quotes and charset via constructor; always go with ENT_QUOTES and UTF-8
[CHG] Registry entries must be wrapped in a callable from now on
-
v1.0.0 Changes
[FIX] In scripts/instance.php, pass an EscaperFactory.
[CHG] TemplateFinder now uses is_readable() instead of SplFileObject, to help with testing using streams.
[CHG] Renamed protected method TemplateFinder::fileExists() to exists(), because streams may not be files proper.