Fix for Ruby 1.8.6 compatibility
[merb_global.git] / HISTORY
blobeca7f59a0f6a05e5e4335ad38191a9618ce6097e
1 === 0.0.7
2  * More consistent configuration of supported languages
3  * JRuby Numeric provider
4  * Some small fixes
6 === 0.0.6
7  * Introduction of Locale object
8  * Change of MessageProviders interface
9  * Per-environment configuration
11 === 0.0.5
12  * Handles lang_REGION as lang
13  * Renamed providers into message providers and translate_to into localize
14  * Added support for localization of dates and numbers
15  * Updated specs
17 === 0.0.4
18  * Changed database format (to allow importing/exporting)
19  * Added importing/exporting (EXPERIMENTAL)
21 === 0.0.3
22  * New Plural engine
24 === 0.0.2
25  * Added language customisation
26  * Support for auto-choose of language
27  * Support for DataMapper 0.9 (removed for 0.3)
28  * Developed examples
29  * Clean-up of code
30  * Minor other improvements
32 === 0.0.1
33  * Basic support for 'view' translation
34  * Auto-guess of language on base of Accept-Language header