HISTORY in emipair-merb_global-0.0.3 vs HISTORY in emipair-merb_global-0.0.9

- old
+ new

@@ -1,4 +1,14 @@ +=== 0.0.9 + * Convert to using bundler + +=== 0.0.8 + * merb_global/controller.rb convert before block into method (setup_language) + * merb_global/locale.rb add as_rfc1766 + * add spec for using default locale when none of the ACCEPT_LANGUAGEs are supported + * merb_global/message_providers/yaml.rb factor out YAML file loading to allow for multiple files + * merb_global/message_providers/yaml.rb add #to_json for generating translation hash for use in JavaScript + === 0.0.7 * More consistent configuration of supported languages * JRuby Numeric provider * Some small fixes