Rails Erd v1.5.0 Release Notes

Release Date: 2016-08-10 // over 7 years ago
  • ๐Ÿš… Lots of new stuff in 1.5.0! We've gotten Rails 5.x support in place, as
    well as adding 2 new options. "clustering" will draw a box around models
    contained in the same name space, helping to visually organize areas of
    concern. "only_models_include_depth" - although awkwardly named - will
    restrict the depth of graphing to the supplied value.

    • ๐Ÿ†• New option of 'clustering' by namespace (#205)
    • Support for 'only_models_include_depth' option (#219)
    • โž• Added basic support for non-Rails apps (#208)
    • ๐Ÿš… Avoid duplicate specializations when using STI with an abstract base class (#211)
    • ๐Ÿ›  Fixed Ruby 2.1 deprecation warnings (#209)
    • ๐Ÿ›  Fixes to tests (#210, #213)
    • ๐Ÿ“š Various documentation fixes (#203, #212)