Sha256: b4e145a7c578bb9dd601ae9f7be3c731fbebe953a576445d1c6cf7ed23fb90c2
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
# Changelog ## 0.1.5 (July 13th, 2010) * add URL escaping and unescaping * major refactor of HTML and Javascript escaping and unescaping logic for a decent speed up * HTML escaping now takes html_safe? into account (for Rails/ActiveSupport users) - thanks yury! ## 0.1.4 (June 9th, 2010) * ensure strings are passed in from monkey-patches ## 0.1.3 (June 9th, 2010) * cleaned some code up, removing duplication * moved to a more flexible character encoding scheme using Encoding.defaut_internal for 1.9 users ## 0.1.2 (June 8th, 2010) * forgot to add the ActionView monkey patch for JS escaping ;) ## 0.1.1 (June 8th, 2010) * added javascript escaping ## 0.1.0 (June 8th, 2010) * initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
escape_utils-0.1.5 | CHANGELOG.md |