react-native-masked-text
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -5,2 +5,8 @@ # Changelog | ||
## [1.10.1] - 2019-01-07 | ||
### Fixed | ||
- Fixing `issuer` in ts file. (Thanks to [Gabe Lerner](https://github.com/gabelerner)) | ||
## [1.10.0] - 2019-01-06 | ||
@@ -12,3 +18,3 @@ | ||
### Fix | ||
### Fixed | ||
@@ -15,0 +21,0 @@ - [#107](https://github.com/benhurott/react-native-masked-text/issues/107): Props missing - TypeScript map out of date. |
@@ -43,3 +43,3 @@ /** | ||
obfuscated?: boolean | ||
issuer: 'visa-or-mastercard' | 'diners' | 'amex' | ||
issuer?: 'visa-or-mastercard' | 'diners' | 'amex' | ||
@@ -46,0 +46,0 @@ // Custom type. |
{ | ||
"name": "react-native-masked-text", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Text and TextInput with mask for React Native applications", | ||
@@ -5,0 +5,0 @@ "licenses": [ |
454117