#Releases
- Fixes Execution Time
- Fiddle needs withOutput() to be displayed directly.
- Layout transformation
- Twig is now used for rendering
- Default blank pages for fiddles and examples
- Home page now displays README instead of Hello world
- Adds Skeleton boilerplate
- Adds example of $fiddle->play() compared to $fiddle->export
- Fiddle start and end (setup of html layout) is now in the routes instead of having to set them in the fiddles. This prepares the code to be decoupled from the default layout.
- Chains configuration to Fiddle object
- Initializes $fiddle object from index instead of fiddle script
- Fixed trailing 1 in html output
- MAJOR CHANGE: Turned Fiddle class into a singleton, breaking existing fiddles and examples
- Removed an old unrelated directory
other/
- Added a new directory
fiddles/
and the route of the same name to put custom fiddles in a safe place
- First pre-release to include a microframework (Silex) and namespacing. Before that, phpfiddler was a QAD script that growed organically.