Skip to content

Releases: uber-go/sally

v1.6.0

18 Dec 20:43
6356c5c
Compare
Choose a tag to compare

Added

  • Support for other VCS systems (#128)
  • Support for custom templates (#129)

Changed

  • Fixed the documentation URL on the index page (#126)

Full Changelog: v1.5.0...v1.6.0

v1.5.0

24 Oct 15:40
2a559ac
Compare
Choose a tag to compare

Added

  • Generate a package listing for sub-paths
    that match a subset of the known packages. (#120)

Changed

  • Use golangci-lint for linting. (#121)

v1.4.0

07 Jul 17:25
233f87e
Compare
Choose a tag to compare

Added

  • Publish a Docker image to GitHub Container Registry.
    Import it from ghcr.io/uber-go/sally.

Removed

  • Remove go-source tag from generated pages.
    This tag is not necessary for https://pkg.go.dev.
  • Remove branch field under packages.
    This was only necessary for the dropped go-source tag.

v1.3.0

23 Jan 20:11
2bf3065
Compare
Choose a tag to compare

1.3.0

Added

  • Add an optional description field to packages.

Changed

  • Use a fluid layout for the index page.
    This renders better on narrow screens.

v1.2.0

17 May 17:03
793323c
Compare
Choose a tag to compare

Added

  • Packages now support specifying branches for target repositories with the
    branch field.
  • Packages can now override the url on a per-package basis with the url
    field.

Changed

Thanks to @lucianonooijen, @jpbede, and @sullivtr for their contributions to
this release.

v1.1.1

03 Mar 00:49
f63535a
Compare
Choose a tag to compare

Fixed

  • Fixed godoc badge image.

v1.1.0

18 Feb 19:04
083365d
Compare
Choose a tag to compare

Added

  • Support configuring the godoc server used for documentation links.

Changed

  • Updated default godoc server from https://godoc.org to https://pkg.go.dev.

v1.0.1

03 Jan 22:04
Compare
Choose a tag to compare

Fixed

  • Templates are now bundled with the binary rather than requiring a copy of the
    sally source.

v1.0.0

03 Jan 21:36
Compare
Choose a tag to compare
  • Initial tagged release.