- Add NEWS.md file
- Add
$this
to views - Change
link(array)
tolink(...)
- Change
render(mixed)
torender()
(render $this) - Change
mixed get()
tovoid get()
- Change
$lastModifiedName
to$lastModified
- Remove
static::$viewsVars
- Fix match to return urldecoded pattern variables
- Add
static::$viewsVars
- Change from
$lastModifiedAttribute
to$lastModifiedName
- Improve code readability from scrutinizer insights
- Add README.md with basic usage
- Add
static::$onError
handler - Change to semver
- Change from PSR0 to PS4 autoload
- Change
renderFile()
topartial()
- Improve test coverage
- Add travis file to run tests on multiple PHP versions
- Fix bug on PHP 5.3
- Update to http-exceptions 1.x
- Add if_modified_since support