Skip to content

Latest commit

 

History

History
70 lines (36 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

70 lines (36 loc) · 1.25 KB

1.1.8 / 2023-02-15

  • Don’t include trailing > in auto linked URL #81
  • Remove unneeded files from the gem package #80
  • Reduce Rails dependencies #79

1.1.7 / 2022-11-02

  • Require a word part after “www.” when auto linking #75
  • Include trailing hyphens in URL #74
  • Make test suite work under Rails 7 #72
  • Optimize email address parsing #63
  • Switch to MiniTest 5 #48

1.1.6 / 2014-06-08

  • Fixed a potential XSS vulnerability #47
  • Hold onto trailing = and & characters as part of urls #45
  • Ensure test compatibility with Rails 3.2.x/4.0.x/4.1.x #44
  • Readme typo #41
  • require timeout in tests #40

1.1.5 / 2013-10-23

  • Improved performance of email regex
  • Protocol regex is case insensitive

1.1.3 / 2013-09-12

  • Updates gemspec to work with latest rubygems

1.1.1 / 2013-09-12

  • Improved email regex to allow especial chars: !#$%&'*+-/=?^_`{|}~

1.1.0 / 2013-05-02

  • Ready for Rails 4.

1.0.7 / 2012-04-27

  • Added support for non-latin characters in autolinked urls

1.0.6 / 2012-03-12

  • Added sanitize_options arg

1.0.5 / 2012-01-27

  • Update dependency to include rails 3.2.X

1.0.2 / 2011-06-18

  • Compatibility with rails 3.1.0.rc4

1.0.0 / 2011-05-02

  • 1 major enhancement
  • Birthday!