Skip to content

Releases: bobheadxi/twist

v0.6.0

30 Dec 12:32
Compare
Choose a tag to compare
  • Generated docs link now points to pkg.go.dev, instead of godoc.org

v0.5.0

28 Jul 21:14
Compare
Choose a tag to compare
  • include godoc link in generated README, with godocfromsource option to toggle if the godoc is generated from the source path or canonical path
  • add per-package noreadme option to ignore packages when generating the README

v0.4.1

02 Jul 02:50
Compare
Choose a tag to compare
  • rows in table generated by -readme are now consistently ordered (alphabetically)

v0.4.0

13 May 07:43
Compare
Choose a tag to compare
  • support for subpackages in new config format:
packages:
  github.com/my/package:
    path: go.my.domain/package
    subpackages:
    - subpackage1
    - subpackage2

this is also supported with config-free usage:

twist github.com/my/package go.my.domain/package subpackage1 subpackage2
  • fixed bug where config generation and help would also generate files
  • fixed bug where config-free usage would not work by default because the CLI looks for configuration first

v0.3.0

06 May 22:43
Compare
Choose a tag to compare

The import path is now:

go get go.bobheadxi.dev/twist

v0.2.0

06 May 22:37
Compare
Choose a tag to compare

Add -readme flag to generate a README file with all packages

v0.1.0

06 May 18:29
Compare
Choose a tag to compare

initial release