Skip to content

v1.9.0

Compare
Choose a tag to compare
@abhinav abhinav released this 06 Apr 21:42
· 104 commits to master since this release
781ef04

Added

  • GraphViz visualization of the graph now includes names of packages next to
    constructors.
  • Added a flatten modifier to group tags for slices to allow providing
    individual elements instead of the slice for a group value. See package
    doucmentation for more information.

Changed

  • Drop library dependency on golang.org/x/lint.
  • Support printing multi-line error messages with %+v.