You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding `ts definitions`. (thanks to [iiandrade](https://github.com/iiandrade))
10
+
* Adding `toRawValue` method to MaskService. (thanks to [fabioh8010](https://github.com/fabioh8010))
11
+
* Replace old legacy ref string by the new callback. (thanks to [Yamilquery](https://github.com/Yamilquery))
12
+
13
+
## 1.6.5
14
+
15
+
* Fixing validation for CPF and CNPJ when empty string is inputed. (thanks to [gabuael](https://github.com/gabuael))
16
+
17
+
## 1.6.4
18
+
19
+
* Fixing wrong format when use money mask and values with only one decimal place (`1.9`) (thanks to [Pablo](https://github.com/rochapablo)).
20
+
21
+
## 1.6.3
22
+
23
+
* Fixing moment version (thanks to [Edward Coleridge Smith](https://github.com/edcs))
24
+
* Adding pre-builded lib to improve build phase (thanks to [Giorgi Bagdavadze](https://github.com/notgiorgi))
25
+
26
+
## 1.6.2
27
+
28
+
* Fixing custom mask when removing value in middle of the text. (thanks to [Aleksandr Kompaniets](https://github.com/Oxyaction))
29
+
_ KNOW ISSUE: the custom mask is not allowing user to input white spaces for `_` translation temporarily.
30
+
31
+
## 1.6.1
32
+
33
+
* Fixing duplicated custom text input component. (thanks to [Pablo](https://github.com/rochapablo))
34
+
35
+
## 1.6.0
36
+
37
+
* Add compatibility to [react-native-textinput-effects](https://github.com/halilb/react-native-textinput-effects) by using `customTextInputProps` (thanks to [Pablo](https://github.com/rochapablo))
38
+
39
+
## 1.5.3
40
+
41
+
* Fix suffix backspace (thanks to [Thomas Kekeisen](https://github.com/blaues0cke))
42
+
* Fix last character on custom mask (thanks to [Daniel Maly](https://github.com/DanielMaly))
43
+
44
+
## 1.5.2
45
+
46
+
* Adding `keyboardType` to custom mask. (thanks to [Nurbek Abulgazin](https://github.com/nurbek-ab))
47
+
48
+
## 1.5.1
49
+
50
+
* Adding `tinymask` to fix some custom mask issues.
51
+
52
+
## 1.5.0
53
+
54
+
* Adding new and powerfull `custom` engine mask \m/.
55
+
56
+
## 1.4.0
57
+
58
+
* Adding `customTextInput` to allow other inputs instead native TextInput. (thanks to [Hellon Canella](https://github.com/helloncanella))
59
+
60
+
## 1.3.4
61
+
62
+
* Remove default value from mask to allow placeholder on text-input (thanks to [Cuong Hoang](https://github.com/cuonghv91)). \* Please, caution. This can cause some runtime breaking if you update to this version.
63
+
64
+
## 1.3.3
65
+
66
+
* Update dependencies (thanks to [Vlad-Zhukov](https://github.com/Vlad-Zhukov))
67
+
68
+
## 1.3.2
69
+
70
+
* Fix: ignoring Jet Brains ide files (thanks to [Vlad-Zhukov](https://github.com/Vlad-Zhukov))
71
+
72
+
## 1.3.1
73
+
74
+
* Performance: adding check if the next value to be applied to the mask is equal as actual and prevent state change.
75
+
76
+
## 1.3.0
77
+
78
+
* Feat: now you can check and prevent input text on `TextInputMask` using `checkText` prop.
Copy file name to clipboardExpand all lines: README.md
+2-107Lines changed: 2 additions & 107 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -397,110 +397,5 @@ var money = MaskService.toMask('money', '123', {
397
397
* If the `es2015` error throw by babel, try run `react-native start --reset-cache`
398
398
399
399
400
-
# Changelog
401
-
402
-
## 1.7.0
403
-
404
-
* Adding `ts definitions`. (thanks to [iiandrade](https://github.com/iiandrade))
405
-
* Adding `toRawValue` method to MaskService. (thanks to [fabioh8010](https://github.com/fabioh8010))
406
-
* Replace old legacy ref string by the new callback. (thanks to [Yamilquery](https://github.com/Yamilquery))
407
-
408
-
## 1.6.5
409
-
410
-
* Fixing validation for CPF and CNPJ when empty string is inputed. (thanks to [gabuael](https://github.com/gabuael))
411
-
412
-
## 1.6.4
413
-
414
-
* Fixing wrong format when use money mask and values with only one decimal place (`1.9`) (thanks to [Pablo](https://github.com/rochapablo)).
415
-
416
-
## 1.6.3
417
-
418
-
* Fixing moment version (thanks to [Edward Coleridge Smith](https://github.com/edcs))
419
-
* Adding pre-builded lib to improve build phase (thanks to [Giorgi Bagdavadze](https://github.com/notgiorgi))
420
-
421
-
## 1.6.2
422
-
423
-
* Fixing custom mask when removing value in middle of the text. (thanks to [Aleksandr Kompaniets](https://github.com/Oxyaction))
424
-
_ KNOW ISSUE: the custom mask is not allowing user to input white spaces for `_` translation temporarily.
425
-
426
-
## 1.6.1
427
-
428
-
* Fixing duplicated custom text input component. (thanks to [Pablo](https://github.com/rochapablo))
429
-
430
-
## 1.6.0
431
-
432
-
* Add compatibility to [react-native-textinput-effects](https://github.com/halilb/react-native-textinput-effects) by using `customTextInputProps` (thanks to [Pablo](https://github.com/rochapablo))
433
-
434
-
## 1.5.3
435
-
436
-
* Fix suffix backspace (thanks to [Thomas Kekeisen](https://github.com/blaues0cke))
437
-
* Fix last character on custom mask (thanks to [Daniel Maly](https://github.com/DanielMaly))
438
-
439
-
## 1.5.2
440
-
441
-
* Adding `keyboardType` to custom mask. (thanks to [Nurbek Abulgazin](https://github.com/nurbek-ab))
442
-
443
-
## 1.5.1
444
-
445
-
* Adding `tinymask` to fix some custom mask issues.
446
-
447
-
## 1.5.0
448
-
449
-
* Adding new and powerfull `custom` engine mask \m/.
450
-
451
-
## 1.4.0
452
-
453
-
* Adding `customTextInput` to allow other inputs instead native TextInput. (thanks to [Hellon Canella](https://github.com/helloncanella))
454
-
455
-
## 1.3.4
456
-
457
-
* Remove default value from mask to allow placeholder on text-input (thanks to [Cuong Hoang](https://github.com/cuonghv91)). \* Please, caution. This can cause some runtime breaking if you update to this version.
458
-
459
-
## 1.3.3
460
-
461
-
* Update dependencies (thanks to [Vlad-Zhukov](https://github.com/Vlad-Zhukov))
462
-
463
-
## 1.3.2
464
-
465
-
* Fix: ignoring Jet Brains ide files (thanks to [Vlad-Zhukov](https://github.com/Vlad-Zhukov))
466
-
467
-
## 1.3.1
468
-
469
-
* Performance: adding check if the next value to be applied to the mask is equal as actual and prevent state change.
470
-
471
-
## 1.3.0
472
-
473
-
* Feat: now you can check and prevent input text on `TextInputMask` using `checkText` prop.
0 commit comments