Skip to content

Latest commit

 

History

History
297 lines (201 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

297 lines (201 loc) · 14.7 KB

v1.2.0

fix: fix mb_downcase for rails >= 4.0 and <= 4.2

https://github.com/rails/rails/commit/393e19e508a08ede0f5037bccb984e3eb252d579

  • 2016-06-10 c6c1931 - (Korotaev Danil) Release 0.6.1
  • 2016-06-03 739cdac - (Korotaev Danil) fix: rename incorrect named method clear_deprecated_unicode_characters -> clear_unicode_separator_characters

https://jira.railsc.ru/browse/SERVICES-1040

v3.0.1

v1.1.0

v1.0.0

v0.16.0

v0.15.0

v0.14.0

  • 2019-09-23 f495195 - (TamarinEA) feature: use nokogiri for strip tags
  • 2019-09-23 2054e2a - (TamarinEA) chore: test rails 4.0 - 4.2

v0.13.0

v0.12.2

  • 2018-06-29 7dfb4d8 - (bibendi) chore: Fix mounting rubygems in drone.yml
  • 2018-06-29 238a46f - (bibendi) chore: Set readonly gem/credentials on drone.yml
  • 2018-06-29 38b862d - (bibendi) chore: Add test section into droen.yml
  • 2018-06-29 3004b9a - (bibendi) chore: Add automatic publication

v0.12.1

v0.12.0

v0.11.1

v0.11.0

v0.10.1

v0.10.0

v0.9.1

  • 2017-04-06 b0ef302 - (Semyon Pupkov) fix: check String class from std lib Closes #23

  • 2017-04-04 f82cebd - (Semyon Pupkov) chore: remove unused dev dependencies (#22)

  • remove unused dev dependencies

  • Add coverage

v0.9.0

  • 2017-04-03 334ca54 - (Semyon Pupkov) fix: allow to use ActiveSupport::Multibyte::Chars in to_b
  • 2017-04-03 9e75fc0 - (Semyon Pupkov) feature: use native implementation for to_b instead active_record
  • 2017-04-03 682f2ea - (Semyon Pupkov) chore: remove ruby 1.9.3 and rails 3.1 support

v0.8.0

  • 2017-01-18 ef8b5f1 - (Michail Merkushin) chore: Relax version for addressable

v0.7.0

fix: fix mb_downcase for rails >= 4.0 and <= 4.2

https://github.com/rails/rails/commit/393e19e508a08ede0f5037bccb984e3eb252d579

v0.6.1

  • 2016-06-03 739cdac - (Korotaev Danil) fix: rename incorrect named method clear_deprecated_unicode_characters -> clear_unicode_separator_characters

https://jira.railsc.ru/browse/SERVICES-1040

v0.6.0

v0.5.0

v0.4.0

v0.3.1

v0.3.0

старая логика заменяла unicode ссылки на представление в URI-encoding:

[97] pry(main)> Nokogiri::HTML::DocumentFragment.parse('<a href="http://www.фермаежей.рф/index.html">ссылка</a>').to_s
=> "<a href=\"http://www.%D1%84%D0%B5%D1%80%D0%BC%D0%B0%D0%B5%D0%B6%D0%B5%D0%B9.%D1%80%D1%84/index.html\">ссылка</a>"

https://github.com/abak-press/apress-products/pull/66#discussion_r41950430

v0.2.0

  • 2015-07-18 81cb0f1 - (Sergey D) feat: missing String.natcmp & Colorize methods

v0.1.0

  • 2015-07-15 29dd2f8 - (Sergey D) feat: Initial commit Code merged from Apress::Utils and Plugin base_class_extensions/string

Closes SG-3689

  • 2015-07-15 569f0d6 - (Artem Napolskih) Initial commit