All Versions
54
Latest Version
Avg Release Cycle
107 days
Latest Release
1812 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.3 Changes
April 07, 2020- ๐ Fix deprecation warning in Rails 6 initialization (thanks to @ryanb for reporting it)
-
v3.1.2 Changes
February 15, 2019- ๐ Fix a bug when
.env
is a directory (thanks to @xijo for reporting it)
- ๐ Fix a bug when
-
v3.1.1 Changes
January 11, 2019- โ Remove I18n Hash#deep_merge! usage
- ๐ Support ruby 2.6
-
v3.1.0 Changes
April 06, 2018- โ add
localeapp cp
- โ add
-
v3.0.1 Changes
March 12, 2018- actually prevent
CVE-2013-0269 / OSVDB-101137
(3.0.0 was supposed to)
- actually prevent
-
v3.0.0 Changes
March 12, 2018- โฌ๏ธ drop support for i18n 0.4, 0.5 and 0.6 (โน๏ธ Rails dropped those in July 2014))
- โ add official support for i18n 0.8, 0.9 and 1.0
- prevent users to use dependencies impacted by some vulnerabilities:
- OSVDB-101157
- CVE-2015-3448 / OSVDB-117461
- CVE-2013-0269 / OSVDB-101137
- CVE-2015-1820 / OSVDB-119878
- fix a bug introduced in 2.5.0 where the exception handler was crashing with
TypeMismatch
error whenblacklisted_keys_pattern
was not explicitly configured
-
v2.5.0 Changes
March 09, 2018- ๐ฒ Show fully-scoped keys in
ExceptionHandler
log messages (thanks to @leonhooijer) - ๐ป Don't force raising an exception for blacklisted keys (thanks to @leonhooijer)
- ๐ฒ Show fully-scoped keys in
-
v2.4.0 Changes
August 29, 2017- ๐ Support pulling of single locales (thanks to @full-of-foo)
-
v2.3.0 Changes
August 23, 2017- Report import identifier on push success
-
v2.2.0 Changes
August 15, 2017- Read API key from environment in generated config files, instead of writing the API key directly in those files
- ๐ Fix handling of HTTP errors when querying API
- 0๏ธโฃ Stop checking project and app default locale at install