Sha256: a17f4b564db3f62a94203e2225b19a1c0df5838360aa9f3efc7aff46a07cedfb
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
== 1.1.5 / 2015-09-08 * Remove requirement to require 'iron/web' instead of more obvious 'iron-web' * Add Html.escape_javascript to help with building javascript attributes like onclick == 1.1.4 / 2015-01-27 * Update to use latest iron-extensions gem == 1.1.3 / 2014-06-09 * Fix minor bug when passing a symbol param key with an array of values, add spec coverage to same == 1.1.2 / 2013-03-13 * Fix bug in Color#brightness where brightness values weren't normalized to 0.0-1.0 range == 1.1.1 / 2013-03-13 * Handle setting Url params with keys, accessing with keys using #get_param == 1.1.0 / 2013-03-12 * Fix parsing of multi-value params to be keyed without the "[]" - NOTE: BREAKING CHANGE! * Fix rendering of multi-value params to enforce addition of "[]" * Add Url#set_params(hash) to allow setting multiple params at once * Add optional param to Url#make_absolute to allow explicitly setting the server == 1.0.2 / 2012-06-03 * Add ability to access attributes on elements using []/[]= * Add respond_to_missing? on Html so it will #respond_to?(:div) correctly == 1.0.1 / 2012-03-30 * Clear out Html::Element of kernel/object methods so attributes like 'class' can be set correctly == 1.0.0 / 2012-03-02 * Break out extensions from older irongaze gem * Updated Url and Color classes with misc fixes * Added Url and Color spec coverage * Major Html::Element spec work, basic Html spec coverage * Add html_safe support for non-Rails environments * Add to GitHub
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
iron-web-1.1.5 | History.txt |