All Versions
124
Latest Version
Avg Release Cycle
47 days
Latest Release
818 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v2.7.5 Changes
October 15, 2016๐ Fixed
- ๐
Resurrect
Hamlit::RailsTemplate.set_options
dropped in v2.7.4 unexpectedly.
- ๐
Resurrect
-
v2.7.4 Changes
October 15, 2016๐ Fixed
- Compile template as xhtml when ActionView regards template as text/xml #92. Thank to @shmargum
-
v2.7.3 Changes
October 12, 2016๐ Fixed
- Regard download as an boolean attribute #91. Thank to @pushcx
-
v2.7.2 Changes
September 19, 2016๐ Fixed
- ๐ Fix engine option warning #90. Thank to @kikonen
-
v2.7.1 Changes
September 19, 2016๐ Fixed
- ๐ Fix Rails handler to use
ActionView::OutputBuffer
instead ofActionView::SafeBuffer
to justify encoding #89. Thanks to @akelmanson
- ๐ Fix Rails handler to use
-
v2.7.0 Changes
August 31, 2016๐ Changed
- Don't escape interpolated content in plain filter #87. Thanks to @shmargum
-
v2.6.2 Changes
August 27, 2016โ Added
- โ Add cdata filter #84. Thanks to @shmargum
- Minimize string allocation on template comipilation using
# frozen_string_literal: true
-
v2.6.1 Changes
August 18, 2016๐ Fixed
- ๐
For Rails, escape attributes even if it's html_safe
- This is the same fix as Rails for CVE-2016-6316
- ๐
For Rails, escape attributes even if it's html_safe
-
v2.6.0 Changes
August 14, 2016 -
v2.5.0 Changes
June 04, 2016๐ Changed
- ๐
Don't escape the result of
preserve
helper in Rails
- ๐
Don't escape the result of