The following logs changes for the CPAN distribution Catalyst::View::Template::Pure

0.006   31 August 2016
        - Update version of Template::Pure to close known bugs
        - use weaken in a few places to solve circular references
        - pass the view object to the pure object so that we can use it in
          pure callbacks.
        - Start on new ::Helpers package with first Helper 'Uri' for generating
          correct URIs.

0.005   28 August 2016
        - Update version of Template::Pure to close known bugs

0.004   25 August 2016
        - Update dependencies
        - POD fixes

0.003   24 August 2016
        - Fixed bug that cause the view to be regenerated on every call instead
          of once per context.
        - Minor performance optimizations

0.002   17 August 2016
        - Fixed POD

0.001   17 August 2016
        - First usable version, with caveats (its still early access)