Skip to content

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 21 Jun 07:27
da18dca

Changelog

  • da18dca Merge pull request #11 from Kuniwak/refactor
  • 7cfd98b structural: wrap propagated errors with pkg.FuncName prefix
  • 6570d2f structural: fix wrong function names in error wrap prefixes
  • 1ed62f7 structual: Refactoring
  • b635c93 Fix by human
  • ef86229 structural: split cli stream adapters into NewStdinFromFile and StubStdin
  • 5565ba2 structural: expose stdio descriptors via cli.Stdin/Stdout to drop *os.File downcasts
  • 0d93370 structural: drop redundant Compose wrapper in favor of ComposeParallel
  • 5cc79cf structural: merge core package into csdf
  • 1f9299e behavioral: embed the release version via goreleaser ldflags
  • e508fa6 behavioral: csdfparse accepts a file argument, '-', or stdin equivalently
  • eb37c8e structural: extract CLI-independent CSDF logic into root csdf package
  • 8998e77 Fix skill structure
  • 69e4a9a structural: align meta files and README with go-cli-template
  • 8d2fd4b behavioral: adopt cli pattern and common options for csdfrepl
  • 4d4d8b9 structural: move csdfrepl logic into csdfreplcmd package
  • 012aa57 behavioral: adopt cli pattern and common options for csdfparallel
  • 7499381 behavioral: emit diagram states in deterministic ID order
  • a25ff20 structural: move csdfparallel from root main.go into tools/csdfparallel
  • 4d73c80 behavioral: adopt cli pattern and common options for csdfevents
  • 48a18f5 structural: move csdfevents logic into csdfeventscmd package
  • 1980188 behavioral: adopt cli pattern and common options for csdfparse
  • 00f5d5f structural: move csdfparse logic into csdfparsecmd package
  • ca1a379 structural: add cli/version/slograw/slogtest/commonopts scaffolding from go-cli-template