Skip to content

Releases: martywallace/tempest

2.1.0

08 Jul 02:32
Compare
Choose a tag to compare
  • Built in authentication.
  • Some beautification of error screens, general tidying.

2.0.0

07 Jul 05:34
Compare
Choose a tag to compare
Attempt to correct version for packagist.

2.0.0-beta

06 Jul 08:28
Compare
Choose a tag to compare

A major new release.

  • Separated into a composer package instead of being a "template".
  • Overhaul of almost all core components.

1.3.1

14 May 10:20
Compare
Choose a tag to compare

Bug fixes.

1.3.0

23 Mar 10:23
Compare
Choose a tag to compare
  • 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

16 Mar 06:28
Compare
Choose a tag to compare
  • 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

13 Mar 00:26
Compare
Choose a tag to compare
  • 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

09 Mar 05:31
Compare
Choose a tag to compare
  • 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

17 Nov 23:33
Compare
Choose a tag to compare
Template path bug fix.