Skip to content

Commit

Permalink
Merge pull request #119 from benhurott/version/1.10.1
Browse files Browse the repository at this point in the history
Version/1.10.1
  • Loading branch information
Ben-hur Santos Ott authored Jan 7, 2019
2 parents 3605bf7 + f8dbe7e commit b2dcec8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## Unreleased

## [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

### Added

- Credit Card Mask: adding support for `diners` and `amex`. (Thanks to [Marin Bezhanov](https://github.com/mbezhanov))

### Fix
### Fixed

- [#107](https://github.com/benhurott/react-native-masked-text/issues/107): Props missing - TypeScript map out of date.
- [#115](https://github.com/benhurott/react-native-masked-text/issues/115): setNativeProps is not a function
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface TextInputMaskOptionProp {

// Credit card type.
obfuscated?: boolean
issuer: 'visa-or-mastercard' | 'diners' | 'amex'
issuer?: 'visa-or-mastercard' | 'diners' | 'amex'

// Custom type.
mask?: string
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-masked-text",
"version": "1.10.0",
"version": "1.10.1",
"description": "Text and TextInput with mask for React Native applications",
"licenses": [
{
Expand Down

0 comments on commit b2dcec8

Please sign in to comment.