-
Notifications
You must be signed in to change notification settings - Fork 1
/
changes.txt
46 lines (21 loc) · 1.15 KB
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Version 5.3
================================================================================
New result classes for the new risk detector service.
EmailAddress and TelNumber use the same polymorphic JSON functionality as the other classes.
Renamed StructuredStreetInfo.streetNumber to houseNumber.
These changes don't affect existing APIs, the domain classes were not in use yet.
PersonNameMatchType.PARTIAL was added as new enum value.
Renamed FakeRiskType.HUMEROUS to HUMOROUS (it was misspelled).
Version 5.0
================================================================================
Added JSON support. Split into 2 modules core and json.
Modified output objects for name parser.
More enum values in TermType (see @since tags).
Version 4.1, 4.2 and 4.3
================================================================================
Various smaller changes, see version control history and bugtracker.
Version 4.0
================================================================================
Changed getter concept where the return value is nullable from get/require/has
to Guava's Optional.
The apiKey param is now part of the Context.