diff --git a/CHANGELOG.md b/CHANGELOG.md index c26d305..3707d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Draper Changelog -## 1.3.0 +## 1.3.0 - 2013-10-26 [30 commits by 11 authors](https://github.com/drapergem/draper/compare/v1.2.1...v1.3.0) @@ -14,7 +14,7 @@ * [Delegate `to_s` method to the object](https://github.com/drapergem/draper/commit/58b8181050c2a9a86f54660e7bb6bfefa5fd0b64) -## 1.2.1 +## 1.2.1 - 2013-05-05 [28 commits by 4 authors](https://github.com/drapergem/draper/compare/v1.2.0...v1.2.1) @@ -24,7 +24,7 @@ Various bugfixes, as always. -## 1.2.0 +## 1.2.0 - 2013-04-01 [78 commits by 14 authors](https://github.com/drapergem/draper/compare/v1.1.0...v1.2.0) @@ -58,7 +58,7 @@ Various bugfixes, as always. * [Avoid using #extend in Decorator#== for performance reasons](https://github.com/drapergem/draper/commit/205a0d43b4141f7b1756fe2b44b877545eb37517) -## 1.1.0 +## 1.1.0 - 2013-01-28 [44 commits by 6 authors](https://github.com/drapergem/draper/compare/v1.0.0...v1.1.0) @@ -88,7 +88,7 @@ Various bugfixes, as always. * Our specs now use the new RSpec `expect( ).to` syntax. [9a3b319](https://github.com/drapergem/draper/commit/9a3b319d6d54cd78fb2654a94bbe893e36359754) -## 1.0.0 +## 1.0.0 - 2013-01-14 [249 commits by 19 authors](https://github.com/drapergem/draper/compare/v0.18.0...v1.0.0) @@ -113,7 +113,7 @@ Major changes are described [in the upgrade guide](https://github.com/drapergem/ * Test against edge rails. [e9b71e3](https://github.com/drapergem/draper/commit/e9b71e3cf55a800b48c083ff257a7c1cbe1b601b) -### 1.0.0.beta6 +### 1.0.0.beta6 - 2012-12-31 * Fix up README to include changes made. [5e6e4d1](https://github.com/drapergem/draper/commit/5e6e4d11b1e0c07c12b6b1e87053bc3f50ef2ab6) @@ -125,7 +125,7 @@ Major changes are described [in the upgrade guide](https://github.com/drapergem/ * Ensure we coerce to an array in the right place. [9eb9fc9](https://github.com/drapergem/draper/commit/9eb9fc909c372ea1c2392d05594fa75a5c08b095) -### 1.0.0.beta5 +### 1.0.0.beta5 - 2012-12-27 * Change CollectionDecorator to freeze its collection. [04d7796](https://github.com/drapergem/draper/commit/04d779615c43580409083a71661489e1bbf91ad4) @@ -134,7 +134,7 @@ Major changes are described [in the upgrade guide](https://github.com/drapergem/ * Upgrade `request_store` dependency to take advantage of a bugfix. [9f17212](https://github.com/drapergem/draper/commit/9f17212fd1fb656ef1314327d60fe45e0acf60a2) -### 1.0.0.beta4 +### 1.0.0.beta4 - 2012-12-18 * Fixed a race condition with capybara integration. [e794649](https://github.com/drapergem/draper/commit/e79464931e7b98c85ed5d78ed9ca38d51f43006e) @@ -153,12 +153,12 @@ Major changes are described [in the upgrade guide](https://github.com/drapergem/ * Integrate RequestStore for per-request storage. [fde1cde](https://github.com/drapergem/draper/commit/fde1cde9adfb856750c1f616d8b62d221ef97fc6) -### 1.0.0.beta3 +### 1.0.0.beta3 - 2012-12-03 * Relaxed Rails version requirement to 3.0. Support for < 3.2 should be considered experimental. Please file bug reports. -### 1.0.0.beta2 +### 1.0.0.beta2 - 2012-12-03 * `has_finders` is now `decorates_finders`. [33f18aa](https://github.com/drapergem/draper/commit/33f18aa062e0d3848443dbd81047f20d5665579f) @@ -172,7 +172,7 @@ Major changes are described [in the upgrade guide](https://github.com/drapergem/ * Rails versioning relaxed to support Rails 4. [8bfd393](https://github.com/drapergem/draper/commit/8bfd393b5baa7aa1488076a5e2cb88648efaa815) -### 1.0.0.beta1 +### 1.0.0.beta1 - 2012-11-30 * Renaming `Draper::Base` to `Draper::Decorator`. This is the most significant change you'll need to upgrade your application.