Releases: martywallace/tempest
Releases · martywallace/tempest
2.1.0
- Built in authentication.
- Some beautification of error screens, general tidying.
2.0.0
Attempt to correct version for packagist.
2.0.0-beta
A major new release.
- Separated into a composer package instead of being a "template".
- Overhaul of almost all core components.
1.3.1
Bug fixes.
1.3.0
- Split site configuration into multiple files.
- Can define an alternate site root.
- Added Modernizr & Browser detection kit.
www.
ServerAlias is still matched when cascading configuration.- Minor bug fixes around competing SASS & TypeScript compilation.
- Added various Twig functions and filters.
1.2.0
- Renamed Responder to Controller.
- Added ability to pass arbitrary data to controllers via route definitions.
- Added behaviour where Tempest will look for templates with a file-name matching the request URI if no route definitions matched.
1.1.0
- Greatly improved error handling; you can now handle specific HTTP errors buy placing a Twig template with the same name into
/html/_status/
. - Cleaned up templates.
- Cleaned up SASS.
1.0.0
- Modern project structure (using
public
for public files). - Using Twig for templating.
- Added Grunt for task automation.
- Added SASS & TypeScript compilation.
- Added Bower for JavaScript dependency management.
- Added Composer for PHP dependency management.
- Application services.
- Cascading app configuration based on server name.
- General cleanup.
0.0.1
Template path bug fix.