dig v1.4.0 Release Notes

Release Date: 2018-08-16 // over 5 years ago
  • ➕ Added

    • ➕ Added Visualize function to visualize the state of the container in the GraphViz DOT format. This allows visualization of error types and the dependency relationships of types in the container.
    • ➕ Added CanVisualizeError function to determine if an error can be visualized in the graph.
    • ➕ Added Name option for Provide to add named values to the container without rewriting constructors. See package documentation for more information.

    🔄 Changed

    • name:"..." tags on nested Result Objects will now cause errors instead of being ignored.