Ruby/GraphViz v1.0.9 Release Notes

Release Date: 2013-04-24 // about 11 years ago
  • ๐Ÿ’Ž Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ’Ž ruby2gv is failing #56

    Closed issues:

    • ๐Ÿ’Ž ruby-graphviz breaks autoloading of ActiveSupport::Concerns #65
    • ๐Ÿ’Ž Can't convert Fixnum to String (TypeError) #59
    • โœ… tests are failing to run in a chroot environment #58
    • ๐Ÿ’Ž Avoid autoload #55
    • why deprecate add_node() and add_edge()? #53
    • ๐Ÿ”‹ feature request: title on graph #23

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix typo #63 (kachick)
    • โœ‚ Remove some warnings #62 (kachick)
    • ๐Ÿ›  Fix for numberic labels, tested. Fixes #59. #60 (gkop)
    • ๐Ÿ›  Fixes a couple of typos and spacing #54 (miketheman)
    • ๐Ÿ’Ž Extracted xDOTScript to DOTScript class #52 (markus1189)