Sha256: dcd2aece31179c5d77b1fa3d351a71bd2c1f4ec1c4db28b912d577a41ae09465
Contents?: true
Size: 761 Bytes
Versions: 1
Compression:
Stored size: 761 Bytes
Contents
## v0.2.0 * Add `Keynote::Inline`, a module that presenters can extend to enable inline templating in any language supported by Rails. * Presenters now have a `use_html_5_tags` class method that adds a more complete set of Rumble tag methods to the class. * Add `object_names` class method to presenters, returning an array of the symbols that have been passed into the `presents` method. * Add an implementation of the `present`/`k` method that's available in test cases. Update test generators accordingly. * Update minitest-rails integration to be compatible with the newest version of minitest-rails (on Rails 3.0, 3.1, 3.2, and 4.0). ## v0.1.3 * Add block form of `present`. If you pass a block into a `present` call, it yields the presenter.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
keynote-0.2.0 | CHANGELOG.md |