Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1016 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 1016 Bytes

Change Log

All notable changes to this project will be documented in this file.

0.1.2 - 2014-10-08

Fixed

  • #50: Will now re-load only those exhibits that have changed (by @codeodor)

0.1.1 - 2014-09-10

Added

Fixed

  • #51: Will now re-exhibit an exhibited model when rendering from an exhibit. This ensures that the exhibit chain includes all possible exhibit objects instead of just self. (by @pdobb)

0.1.0 - 2013-07-22

Added

  • #47: Ability to send an options hash to the render method. (by @pdobb)
  • #45: Add pop as a query_method on DisplayCase::EnumerableExhibit. This ensures that popping the result of an exhibited list of objects returns an exhibited object. (by @pdobb)