react-localize-redux
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -0,4 +1,8 @@ | ||
## 3.5.2 (January 24, 2019) | ||
* Update typescript definition for localizeReducer function | ||
## 3.5.1 (November 9, 2018) | ||
* ensure that store from props is initialized with initialize from props. [#130](https://github.com/ryandrewjohnson/react-localize-redux/pull/136) | ||
* ensure that store from props is initialized with initialize from props. [#136](https://github.com/ryandrewjohnson/react-localize-redux/pull/136) | ||
@@ -5,0 +9,0 @@ ## 3.5.0 (October 17, 2018) |
@@ -181,3 +181,3 @@ import { | ||
export function localizeReducer( | ||
state: LocalizeState, | ||
state: LocalizeState | undefined, | ||
action: Action | ||
@@ -184,0 +184,0 @@ ): LocalizeState; |
@@ -181,3 +181,3 @@ import { | ||
export function localizeReducer( | ||
state: LocalizeState, | ||
state: LocalizeState | undefined, | ||
action: Action | ||
@@ -184,0 +184,0 @@ ): LocalizeState; |
{ | ||
"name": "react-localize-redux", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "Localization library for handling translations in React", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
477259