All Versions
54
Latest Version
Avg Release Cycle
107 days
Latest Release
1973 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.8.1 Changes
- Add the
blacklisted_keys_pattern
configuration option - ๐ Prevent blacklisted keys from being sent to Locale servers in the Rails exception handler
- Add the
-
v0.8.0 Changes
- ๐ Fix problem with line ending in three dots. (thanks to @holli)
- ๐ Change deprecated File.exists? to File.exist?
- ๐ Fix "install --github" so it appends README.md. Before it truncated the README.md file with new content, now it appends content in a more correct manner.
- ๐ Fix .gitignore injection so it ensures a newline.
- โก๏ธ Extract synchronisation data into SyncFile and SyncData classes. These value objects allow us to read synchronisation data from yaml files that have both strings and symbols as keys. Sync files now use strings as keys when serialising to yaml. If you find that you have a log/localeapp.yml file that contains the string !ruby, run localeapp pull to update to "regular" yaml syntax.
- ๐ Tweak Aruba config for jRuby (development related only).
- ๐ Fix minor typo in "updater" output message.
-
v0.7.2 Changes
- โก๏ธ Display a message when the timestamp used for an update command is too old
- Do not even try to hit the API when this timestamp is too old (since the API will return a 422 error anyway)
-
v0.7.1 Changes
- Raise Localeapp::MissingApiKey when api_key is empty
-
v0.7.0 Changes
- โฌ๏ธ Drop support for Ruby 1.8 (both MRI and JRuby)
- โ Add support for Ruby 2.0 and 2.1 (both MRI and JRuby)
- ๐ Mimic new Rails
translate
helper behaviour, which is to wrap missing translations messages in elements - ๐ Fix missing translations sending with Rails >= 3.2.16 and >= 4.0.2
-
v0.6.14 Changes
- ๐ Fix a bug where the last poll and last refresh date could be nil
-
v0.6.13 Changes
- ๐ Respect the
scope
option when contructing translations
- ๐ Respect the
-
v0.6.12 Changes
- Specify that the MIT license is used
-
v0.6.11 Changes
- ๐ Handle sending fallbacks
- Create the schronization data file even if the containing folder is missing
- ๐ Fix bug where deleting a namespace and then recreating a key inside of it wasn't getting added.
- ๐ Normalize keys so that the scope is added to missing translations
- ๐ป Throw a Localeapp::MissingApiKey exception when an API key has not been set
-
v0.6.10 Changes
- ๐ Don't send the :default param with a MissingTranslation when not in the default locale.
- ๐ Cache MissingTranslations so that they're not sent multiple times.