Releases: brianmario/escape_utils
Releases · brianmario/escape_utils
0.1.8
- fix URI escaping one last time ;)
0.1.7
- fix URI escaping to act according to the RFC
- add specs for URL escaping
0.1.6
- support for URI escaping added (thanks to @joshbuddy)
- bugfix to ensure we don't drop opening tags during escape_javascript (thanks to @nagybence)
0.1.5
- 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
- ensure strings are passed in from monkey-patches
0.1.3
- 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
- forgot to add the ActionView monkey patch for JS escaping ;)
0.1.1
- added javascript escaping
0.1.1
0.1.0 initial license, changelog, readme and version