aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md (follow)
Commit message (Collapse)AuthorAgeFiles
* Add support for package descriptions (#68)Abhinav Gupta2023-01-231
| | | | | | | | | | | | | | | | | | | * template: Use a more fluid layout Instead of using a table, take advantage of the grid layout. We still print a table of sorts, but it's more fluid in appearance based on width of the screen. On narrower screens, we'll show a listing where each item has a description label next to it rather than at the top. * Add support for package descrpitions Packages may now optionally specify a description. If specified, this is printed below the package information, indented one column to make it stand out. Co-authored-by: Sung Yoon Whang <sungyoonwhang@gmail.com>
* template: Use a more fluid layout (#67)Abhinav Gupta2023-01-231
| | | | | | | | | Instead of using a table, take advantage of the grid layout. We still print a table of sorts, but it's more fluid in appearance based on width of the screen. On narrower screens, we'll show a listing where each item has a description label next to it rather than at the top.
* Back to development (#57)Abhinav Gupta2022-05-171
|
* Release v1.2.0 (#56)Abhinav Gupta2022-05-171
| | | | | | | | This releases Sally v1.2.0 with several changes and a couple community contributions. In updating the changelog, I moved the reference links from the bottom to the section for each version because otherwise it's easy to forget to add these.
* Back to developmentAbhinav Gupta2020-03-021
|
* Preparing release v1.1.1 (#44)Abhinav Gupta2020-03-021
|
* Fix godoc badge image (#43)Abhinav Gupta2020-03-021
| | | | | | | pkg.go.dev does not serve a badge like godoc.org. This change switches the image over to one provided by shields.io. Note that this uses the style "for-the-badge" from shields.io.
* Release v1.1.0 (#41)SyrieBianco2020-02-181
| | | | | * Release v1.1.0
* Update Godoc server to pkg.go.dev (#40)SyrieBianco2020-02-121
| | | | | | Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/` See https://github.com/uber-go/sally/issues/39, T4832833
* CHANGELOG: Add entry for #38Abhinav Gupta2019-03-051
|
* Release v1.0.1Abhinav Gupta2019-01-031
|
* template: Bundle in binary with bindata (#36)Abhinav Gupta2019-01-031
| | | | | | | | This uses go-bindata/go-bindata to bundle the template in the binary. I also realized that the handler test was now broken because we were checking the exact contents of the index page in the test. This change fixes that too.
* Release v1.0Abhinav Gupta2019-01-031
|
* Add a CHANGELOGAbhinav Gupta2019-01-031
This adds a changelog to the repository. Since we have no prior tagged releases to compare against, this will be the first real release of the tool.