Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.1.0
    08d27d06 · Documenting view alias ·
    Release: v1.1.0
  • v1.0.1
    Version 1.0.1
    
    php7 compatibility
  • v2.0.0
    c5cd754b · CS fixes ·
    version 2.0
    
    Version 2.0 is a complete redesign of the presenter system.
    
    - Changed structure to contain Presenters and View Models. Presenters present View Models, and View Models hold the data and logic for rendering a view
    - Added TreePresenter for rendering a tree/hierarchy of View Models
    - Added a Buffer class utility
    - Added CachePresenter to implement caching for view models
    - Added a ViewListener to hook into [Symfony's HttpKernel](http://symfony.com/doc/current/components/http_kernel/introduction.html) and return a response from the view model returned from the controller.
    - Added a Provider to work with the Pimple 3.0 service container.
    - Added a MockPresenter for easy testing
    - Implemented unit tests with 100% coverage
  • 1.0.0
    1bf9dde9 · Update README.md ·
    Version 1.0