Skip to content

Tags: ercu/ponzu

Tags

0.9.3

Toggle 0.9.3's commit message
bump version

0.9.2

Toggle 0.9.2's commit message
bump version

0.9.1

Toggle 0.9.1's commit message
bump version

0.9.0

Toggle 0.9.0's commit message
bump version

0.8.5

Toggle 0.8.5's commit message
adding updated version of omit

0.8.4

Toggle 0.8.4's commit message
Merge pull request ponzu-cms#74 from ponzu-cms/ponzu-dev

bump version

0.8.3

Toggle 0.8.3's commit message
bump version (ponzu-cms#63)

0.8.2

Toggle 0.8.2's commit message
[core] Return data from api.Externalable requests for client to use i…

…n app (ponzu-cms#55)

* add json response to externalable requests so client can use data in apps

* bump version

0.8.1

Toggle 0.8.1's commit message
[core] Embedded and implement http.Pusher into http.ResponseWriter+gz…

…ip Writer (ponzu-cms#47)

* added http Pusher interface to gzip response writer

* implement Pusher on gzipResponseWriter and pass encoding header to pusher options

* providing a generic error view fuction for code that calls a interface method which will have access to the response

* fix []byte -> string type for fmt string

* adding the res, req pattern for method arguments in interfaces and their method calls

* fix for spacing in generic error message

* remove default error views displayed in lifecycle hooks - will rely on custom views or redirects inside hook now that user has ResponseWriter. Otherwise, multiple WriteHeader calls would be warned

* removing WriteHeader calls before return in external handlers

* bump version 0.8.1

0.8.0

Toggle 0.8.0's commit message
Merge branch 'ponzu-dev'