Sha256: 9e6e73230ccfe53decafaa233640b2e96162447f17f9ac67e66c105155598661

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

### 0.2.2 / 2012-08-03

* Relax version requirements for dependencies.
* Fixed ruby-graphviz deprecation warnings (thanks Martin Mauch).
* Use `Bundler.require` instead of `Bundler.setup`.
* Require `rake/tasklib` instead of just `rake`.
* Aliased the `db:doc` task to `dm:doc`.
* Replaced ore-tasks with [rubygems-tasks](https://github.com/postmodern/rubygems-tasks#readme).

### 0.2.1 / 2011-02-12

* Added {DataMapper::Visualizer::Project#each_relationship_for}.
* Fixed a bug in {DataMapper::Visualizer::Project#each_relationship},
  effecting dm-core 1.0.x projects.

### 0.2.0 / 2011-02-09

* Require dm-core >= 1.0.0.
* {DataMapper::Visualizer::Rake::GraphVizTask} now defines tasks for
  generating Relational and Schema diagrams, with PNG and SVG output.
* Fixed a bug in {DataMapper::Visualizer::Rake::Rails::Tasks} which
  prevented dm-visualizer from working in newer dm-rails applications.
* Filter-out foreign-key columns in
  {DataMapper::Visualizer::Project#each_property}.
* Tested against dm-core 1.0.2 and 1.1.0.

### 0.1.0 / 2010-05-27

* Initial release:
  * Safely loads the models of a project.
  * Supports using [Gem Bundler](http://gembundler.com/).
  * Generates GraphViz diagrams for a project.
    * Provides Rake tasks for both Ruby libraries and Rails3 apps.
  * Supports both DataMapper 0.10.2 and 1.0.0.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dm-visualizer-0.2.2 ChangeLog.md