summaryrefslogtreecommitdiff
path: root/spew/config.go
AgeCommit message (Expand)Author
2024-01-14flatten pathsv1.1.3Jeff Carr
2016-10-29Update license copyright years.Dave Collins
2016-10-28Adds new config options:Alexander Staubo
2016-09-07Deprecate "disableunsafe" tag in favor of "safe".Dave Collins
2015-06-19Add support for limited mode without unsafe pkg.Dave Collins
2015-04-10Enable methods to sort map keys and spew itself as last resortTim Hockin
2013-11-16Add SortKeys option to doco for NewDefaultConfig.Dave Collins
2013-11-16Update README and doc.go with new SortKeys option.Dave Collins
2013-11-14Fix a few style issues pointed out by golint.Dave Collins
2013-10-28dump: make SortKeys default to string representation instead of nothingPatrick Mezard
2013-10-27config: add SortKeys option to sort native map keys before displayPatrick Mezard
2013-03-11Update docs for new Sdump function.Dave Collins
2013-03-11Add support for Sdump.Dave Collins
2013-03-08Update docs for new byte array and slice behavior.Dave Collins
2013-03-03Cleanup documentation on new ContinueOnMethod code.Dave Collins
2013-02-26Re-added accidentally removed linesThomas NJ Shadwell
2013-02-26revert previous mis-commits, add ability to allow deeper pretty-printing afte...Thomas NJ Shadwell
2013-02-23Add support Sprint* family of functions.Dave Collins
2013-01-19Move SpewState methods to ConfigState.Dave Collins
2013-01-12Update ConfigState documentation.Dave Collins
2013-01-12Implement support for unqiue config instances.Dave Collins
2013-01-08Initial implementation.Dave Collins