File: HISTORY

package info (click to toggle)
ruby-i18n-inflector-rails 1.0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: ruby: 465; makefile: 7
file content (70 lines) | stat: -rw-r--r-- 1,500 bytes parent folder | download | duplicates (4)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
=== 1.0.7 / 2013-08-14

* major enhancements

  * Rails 4 compatibility

* minor bugfixes

  * RSpec deprecations removed

=== 1.0.6 / 2011-08-09

* minor bugfixes

  * YAML parser workaround improved

=== 1.0.5 / 2011-08-07

* minor bugfixes

  * Applied a workaround against a buggy parser in Rubygems

=== 1.0.4 / 2011-07-09

* minor enhancements

  * Dependencies updated

=== 1.0.2 / 2011-02-23

* major bugfixes

  * Applied workaround for Ruby 1.8.x bug #734 in t() alias

=== 1.0.1 / 2011-02-14

* major enhancements

  * Inflection methods evaluation is now lazy; passing Method objects to the Inflector
  * Added strict kinds (named patterns) better support
  * Added no_inflection_method_for (alias no_inflection_kind) clause
  * Changed way that associations are stored from (method => kind) to (kind => method)
  * Removed block passing support from inflection_method since I18n Inflector supports inflection methods with arguments

* minor enhancements

  * Removed magic symbols from code
  * Improved arguments parsing in inflection_method
  * Added auto_helper global switch
  * Added lazy_methods global switch

=== 0.2.0 / 2011-01-15

* 1 major enhancement

  * Added switch that causes any method from current context to be tested if is callable

=== 0.1.0 / 2011-01-11

* 2 major enhancements

  * Compatible with Rails 3
  * no_inflection_method added; it disables previously added method from using by translate()

=== 0.0.1 / 2011-01-02

* 1 major enhancement

  * Birthday!