| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-19 | Add support for limited mode without unsafe pkg. | Dave Collins | |
| This commit adds support for compiling spew without the unsafe package. When compiled without the unsafe package, some of the more advanced features such as invoking stringers on pointers from non-pointer variables and unexported struct fields are not available. By default, spew will be compiled in the limited mode for Google App Engine since the unsafe package is not available there. Additionally, spew can be compiled without the unsafe package manually by specifying the "disableunsafe" build tag. Finally, a new package-level constant named "UnsafeDisabled" has been exposed which can be used to programmatically determine if spew was compiled with access to the unsafe package. | |||
| 2015-05-25 | Provide an example on how to debug a web app. | Jason Buberel | |
| Update README.md Removing extra line. | |||
| 2015-05-17 | Removed spurious "spew". | Brian Dorsey | |
| 2015-05-03 | Add import line to README.md quickstart | Brian Dorsey | |
| 2015-04-10 | Enable methods to sort map keys and spew itself as last resort | Tim Hockin | |
| If enabled by flags, try to use methods to stringify map keys and sort on that. If we can't use primitive sorting and we can't use methods, we can still fall back on spew itself. If SpewKeys is enabled, use Sprintf("%#v") to generate a string and sort by that. | |||
| 2015-02-23 | Add -u to the README installation instructions. | Dave Collins | |
| This will allow the command to update the package if an old one happens to be present while still fetching it if it's missing. Suggested by @shurcooL in #28. | |||
| 2014-03-27 | Point test coverage badge at master branch. | Dave Collins | |
| 2014-03-27 | Add coveralls.io test coverage badge. | Dave Collins | |
| 2013-11-16 | Make build status badge only apply to master branch. | Dave Collins | |
| 2013-11-16 | Add TravisCI build status badge to README.md. | Dave Collins | |
| 2013-11-16 | Add godoc reference badge to README.md. | Dave Collins | |
| 2013-11-16 | Update README and doc.go with new SortKeys option. | Dave Collins | |
| 2013-03-11 | Update README.md | Dave Collins | |
| 2013-03-08 | Update docs for new byte array and slice behavior. | Dave Collins | |
| 2013-03-08 | Update README.md | Dave Collins | |
| Include byte slice hexdump output in sample dump output. | |||
| 2013-03-03 | Cleanup documentation on new ContinueOnMethod code. | Dave Collins | |
| This commit expands on TShadwell's work attached to issue #8. It rounds out the documentation for the new option. | |||
| 2013-02-02 | Update README.md | Dave Collins | |
| 2013-01-20 | Update README.md | Dave Collins | |
| 2013-01-19 | Update README.md | Dave Collins | |
| 2013-01-17 | Update README.md | Dave Collins | |
| 2013-01-10 | Update README.md | Dave Collins | |
| 2013-01-10 | Update README.md | Dave Collins | |
| 2013-01-08 | Update README.md | Dave Collins | |
| 2013-01-08 | Update README.md | Dave Collins | |
| 2013-01-08 | Initial commit | Dave Collins | |
