We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a75d23c + f1f74e3 commit 5ad5dbbCopy full SHA for 5ad5dbb
CHANGES.md
@@ -1,3 +1,13 @@
1
+1.5.0
2
+-----
3
+* New option of 'clustering' by namespace (#205)
4
+* Support for 'only_models_include_depth' option (#219)
5
+* Added basic support for non-Rails apps (#208)
6
+* Avoid duplicate specializations when using STI with an abstract base class (#211)
7
+* Fixed Ruby 2.1 deprecation warnings (#209)
8
+* Fixes to tests (#210, #213)
9
+* Various documentation fixes (#203, #212)
10
+
11
1.4.7
12
-----
13
* Fixed grouping of associations (#190)
lib/rails_erd/version.rb
@@ -1,4 +1,4 @@
module RailsERD
- VERSION = "1.4.7"
+ VERSION = "1.5.0"
BANNER = "RailsERD #{VERSION}"
end
0 commit comments