Sha256: 6c8757a5febd0cf2fc24844e8b2842e719225c5af7a40703db6f6aeca8e027bf

Contents?: true

Size: 812 Bytes

Versions: 3

Compression:

Stored size: 812 Bytes

Contents

0.3.0
-----

- Presenter now inherits from SimpleDelegator
- Support for anonymous ancestors [#9]


0.2.1
-----

- Support for ActionMailer

0.2.0
-----

- Replace `Oprah::Cache` with `ActiveSupport::Cache::MemoryStore` [#3]

0.1.3
-----

- Presenters can now be specified using the `only:` keyword argument, which
  takes either a Class or an Array of classes
- Replace repeated method default arguments with splats
- Add assertions to TestHelper
- Delegate to most recent view context in presenters created from within Rails
  controllers [#1]
- Add `#present` and `#present_many` methods to Presenter [#2]

0.1.2
-----

- Explicitly rescue `NameError` in `Cache#presenter_classes_for`
- Add `Oprah::TestHelpers`
- Delegate `#to_s` and `#inspect` to the presented object

0.1.1
-----

- Initial public release

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
detaso-oprah-0.3.1 CHANGELOG.md
detaso-oprah-0.3.0 CHANGELOG.md
oprah-0.3.0 CHANGELOG.md