# Dionysus Changelog ## 2.2.0.0 *ACTIVE DEVELOPMENT* ### 2.2.0.0.pre1 *2012 September 4* * Changed licensing to the more simple {file:LICENSE MIT License} `*` see ["MIT License" on Wikipedia](http://en.wikipedia.org/wiki/MIT_License) * Added {Array}#assert_types * Added {Dionysus::Decorator} and {Dionysus::Decoratable} * Added {Dionysus::ForwardableToClass} * Added {Dionysus::ForwardableWithReturn} * Added `class_attr_*_typed` methods for {Module} * Added {Module}#class_dsl_attr_accessor * Fixed file preprocessing in {Dionysus::Redcarpet::Includes} * Fixed {Dionysus::TravisCI::GemfileGenerator} with runtime dependencies defined in the Gemfile * Added {file:VERSIONING.md} document and changed versioning scheme * Added {file:STANDARDS.md} document * Added {file:CONTRIBUTORS.md} document * Moved to git-flow development ## 2.1.0 *2012 June 28* * Fixed alias method chaining in {Dionysus::Redcarpet::Includes} extension * Added {Dionysus::Redcarpet::Plaintext} extension for marking files that should be rendered in `
` tags
* Refactored out redcarpet regex constants to {Dionysus::Redcarpet} module
* Added this {file:docs/CHANGELOG.md}
* Added the {file:docs/ROADMAP.md}
* Setup documentation site http://tekwiz.github.com/dionysus

## 2.0.0 *Major Re-release*

*2012 June 27*

* Specified support for only Ruby 1.8.7 and 1.9
* Specified single runtime dependency of ActiveSupport 3.1 or 3.2
* Rereleased with:
  * {Dionysus::Redcarpet::Includes} extension for including other files into markdown files
  * {String}#version_match?
  * {Dionysus::TravisCI::GemfileGenerator} for generating gemfile variations for Travis-CI
  * {Dionysus::ConfigurationCallbacks} module
* Removed for re-implementation:
  * Digest extensions
  * String encoding extensions
  * String security extensions, including PasswordSalt class
* Permanently removed:
  * RDoc markdown and no-markup extensions