CHANGES.rdoc in rails-erd-0.4.5 vs CHANGES.rdoc in rails-erd-1.0.0

- old
+ new

@@ -1,4 +1,22 @@ +=== 1.0.0: + +* The internal API is now stable and will be backwards compatible until + the next major version. +* Added experimental command line interface (erd). The CLI still requires a + Rails application to be present, but it may one day support other kinds of + applications. +* Crow's foot notation (also known as the Information Engineering notation) + can be used by adding 'notation=crowsfoot' to the 'rake erd' command + (contributed by Jeremy Holland). +* Filter models by using the only or exclude options (only=ModelOne,ModelTwo + or exclude=ModelThree,ModelFour) from the command line (contributed by + Milovan Zogovic). +* Process column types that are unsupported by Rails (contributed by Erik + Gustavson). +* Ignore custom limit/scale attributes that cannot be converted to an integer + (reported by Adam St. John). + === 0.4.5: * Display more helpful error message when the application models could not be loaded successfully by the 'rake erd' task (reported by Greg Weber).