summaryrefslogtreecommitdiff
path: root/cmd/ponzu/ponzu.json
AgeCommit message (Collapse)Author
2019-03-25version: bump 0.10.1 for releaseSteve Manuel
2019-03-25updated to 0.10.0 for the repo, 0.9.4 in the 0.10.0 release which might ↵Ollie Phillips
require a 0.10.1 release to rectify
2018-01-21[docs] bump version, release docs version (#226)Steve Manuel
* [docs] README.md: update with circle badge and fix docs * [docs] bump version
2017-08-14bump versionSteve Manuel
2017-05-07bump versionSteve Manuel
2017-03-20bump versionSteve Manuel
2017-03-15bump versionSteve Manuel
2017-03-01bump versionSteve Manuel
2017-02-13bump versionSteve Manuel
2017-02-06bump version (#63)Steve
2017-01-30[core] Return data from api.Externalable requests for client to use in app (#55)Steve
* add json response to externalable requests so client can use data in apps * bump version
2017-01-26[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip ↵Steve
Writer (#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
2017-01-24bumping version: 0.8.0Steve Manuel
2017-01-19adding upgrade and version to CLI usage and help command, fixing issue #31 ↵Steve Manuel
with ponzu version printing project version
2017-01-18bumping versionSteve Manuel
2017-01-18adhere to semantic versioningSteve Manuel
2017-01-17adding version (in general ponzu.json file) and upgrade command to backup, ↵Steve Manuel
clone new ponzu and restore files to keep up to date as ponzu project is updated