-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
34 lines (20 loc) · 982 Bytes
/
CHANGELOG
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
= Rich-pluralization CHANGELOG
== Version 1.0.6 (October 19, 2010)
* Changed the i18n gem dependency to '>= 0.3.7'
* Requiring the inflector and inflections source files manually
* Correct es.yml (with help of M. Koper)
== Version 1.0.5 (October 4, 2010)
* Fix: Copying letter casing after inflecting in English
== Version 1.0.4 (October 4, 2010)
* Using ActiveSupport::CoreExtensions::String::Inflections.pluralize (and singularize) when current locale is English
== Version 1.0.3 (September 4, 2010)
* Specified version (0.3.7) of the i18n gem dependency
* Corrected Rich-pluralization require statement within test setup
* Added basic Spanish pluralization rules (for M. Koper & Friends ^^)
== Version 1.0.2 (July 22, 2010)
* Specified the locales with relative paths
* Fixed error during gem initialization
== Version 1.0.1 (July 21, 2010)
* Added String inflection methods
== Version 1.0.0 (July 20, 2010)
* Initial release (extracted Rich-pluralization from E9s)