v1.9.0
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
.