Skip to content

Commit 2664973

Browse files
committed
Update CHANGELOG
1 parent 4972e87 commit 2664973

1 file changed

Lines changed: 30 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,55 @@
11
# Changelog
22

3-
### `6.1.0`
3+
## 7.1.0
44

5-
#### Removed:
5+
**⤵️ Added:**
66

7-
* `IndexOutOfBoundsException`
7+
* New logo :D
8+
* New README :D
9+
* Text listener callbacks now return a `tailPlaceholder` for the value to be completed
10+
* `Country`: a model object representing a country with phone formatting, ISO codes & emojis
11+
* `Country.all`: a dictionary of known countries
12+
* `PhoneInputListener`: a `MaskedTextChangedListener` allowing to enter a phone number of any known country
13+
* `NumberInputListener`: a `MaskedTextChangedListener` allowing to enter currencies and other numbers
814

9-
HUZZAH!
15+
**🔄 Modified:**
1016

11-
#### Modified:
17+
* `minSdkVersion``30`
1218

13-
(none)
19+
## 6.1.0
1420

15-
#### Added:
21+
**⤴️ Removed:**
1622

17-
* `IndexOutOfBoundsException` with a link to docs
23+
* `IndexOutOfBoundsException`
24+
25+
HUZZAH!
1826

19-
### `6.0.0`
27+
## 6.0.0
2028

21-
#### Removed:
29+
**⤴️ Removed:**
2230

2331
* `Mask::apply()`, the `autocomplete` flag
2432

2533
This flag is now a part of the `CaretGravity.FORWARD`.
2634

27-
#### Modified:
35+
**🔄 Modified:**
2836

2937
* `CaretGravity` is now a sealed class
3038

31-
#### Added:
39+
**⤵️ Added:**
3240

3341
* `CaretGravity.FORWARD`, the `autocomplete` flag
3442
* `CaretGravity.BACKWARD`, the [`autoskip`](https://github.com/RedMadRobot/input-mask-android/wiki/0.-Mask#autoskip-flag) flag
3543

36-
### `5.0.0`
44+
## 5.0.0
3745

38-
#### Removed:
46+
**⤴️ Removed:**
3947

4048
* `CaretStringIterator::beforeCaret()`
4149

4250
This method is now replaced with `::insertionAffectsCaret()` and `::deletionAffectsCaret()` calls.
4351

44-
#### Added:
52+
**⤵️ Added:**
4553

4654
* `CaretString` instances now contain caret gravity.
4755

@@ -55,26 +63,26 @@ These methods allow to incorporate new caret gravity setting.
5563

5664
* Right-to-left masks.
5765

58-
### `4.3.0`
66+
## 4.3.0
5967

60-
#### Added:
68+
**⤵️ Added:**
6169

6270
* `AffinityCalculationStrategy.EXTRACTED_VALUE_CAPACITY` option allowing to have radically different mask format depending on the extracted value length
6371

64-
### `4.2.0`
72+
## 4.2.0
6573

66-
#### Added:
74+
**⤵️ Added:**
6775

6876
* `AffinityCalculationStrategy.CAPACITY` affinity calculation option allowing to have radically different mask format depending on the input length
6977

70-
### `4.1.0`
78+
## 4.1.0
7179

72-
#### Added:
80+
**⤵️ Added:**
7381

7482
* `formattedText` to `MaskedTextChangedListener.ValueListener::onTextChanged`
7583
* by [Nikita Barishok](https://github.com/nbarishok) in [PR#73](https://github.com/RedMadRobot/input-mask-android/pull/73)
7684
* `Mask::isValid(format:customNotations:)` method for format checks
7785

78-
#### Fixed:
86+
**🔄 Fixed:**
7987

8088
* Optional blocks of symbols are now ignored when extracted value completeness is calculated, see [#70](https://github.com/RedMadRobot/input-mask-android/issues/70)

0 commit comments

Comments
 (0)