Comparing version 3.0.2 to 3.0.3
@@ -120,3 +120,3 @@ // I18n.js | ||
value = obj[key]; | ||
if (isString(value) || isNumber(value) || isBoolean(value)) { | ||
if (isString(value) || isNumber(value) || isBoolean(value) || isArray(value)) { | ||
dest[key] = value; | ||
@@ -123,0 +123,0 @@ } else { |
@@ -21,8 +21,12 @@ # Change Log | ||
## [3.0.2] - 2017-10-26 | ||
## [3.0.3] - 2018-01-02 | ||
### Added | ||
### Fixed | ||
- Nothing | ||
- [Ruby] Fix extend method when translations has array values | ||
(PR: https://github.com/fnando/i18n-js/pull/487) | ||
## [3.0.2] - 2017-10-26 | ||
### Changed | ||
@@ -36,7 +40,3 @@ | ||
### Fixed | ||
- Nothing | ||
## [3.0.1] - 2017-08-02 | ||
@@ -275,3 +275,4 @@ | ||
[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.0.2...HEAD | ||
[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.0.3...HEAD | ||
[3.0.3]: https://github.com/fnando/i18n-js/compare/v3.0.2...v3.0.3 | ||
[3.0.2]: https://github.com/fnando/i18n-js/compare/v3.0.1...v3.0.2 | ||
@@ -278,0 +279,0 @@ [3.0.1]: https://github.com/fnando/i18n-js/compare/v3.0.0...v3.0.1 |
{ | ||
"name": "i18n-js", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A javascript library similar to Ruby on Rails i18n gem", | ||
@@ -5,0 +5,0 @@ "author": "Nando Vieira", |
@@ -64,3 +64,3 @@ # I18n.js | ||
<%= javascript_include_tag "i18n" %> | ||
<%= javascript_include_tag "translations" %> | ||
<%= javascript_include_tag "translations", skip_pipeline: true %> | ||
``` | ||
@@ -67,0 +67,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71642
4