-
Notifications
You must be signed in to change notification settings - Fork 22
/
History.txt
37 lines (22 loc) · 892 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=== 1.4.1 / 2016-09-16
* fix capitalization of repeated small words
* handle multiple punctuated small words ("v.", "vs.")
=== 1.4.0 / 2016-02-04
* check for the presence of ActiveSupport::Inflector instead of just ActiveSupport [Connor Prussin]
=== 1.3.0 / 2013-03-07
* add String#titleize! [Scott Pullen]
* allow disabling of humanize/underscore in ActiveSupport#titleize [Jayme Deffenbaugh]
* RSpec 2
=== 1.2.1 / 2011-04-15
* Bundler
=== 1.2.0 / 2010-07-22
* Ruby 1.9 compatibility. [Jason Weathered]
* Active Support's Inflector is under the ActiveSupport namespace. [Jason Weathered]
* have String#titleize act like Inflector#titleize when ActiveSupport is loaded
=== 1.1.0 / 2010-03-18
* fix all-caps titles
* don't capitalize words that start with a number
* handle hyphenated words
* change project url to rubygems.org
=== 1.0.0 / 2008-05-22
* Hoe-ized for RubyGemming