-
Notifications
You must be signed in to change notification settings - Fork 40
/
CHANGELOG
88 lines (58 loc) · 1.42 KB
/
CHANGELOG
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
vininfo changelog
=================
v1.8.0 [2024-01-30]
-------------------
+ Add Serbia to countries.
+ Include Jeep Egypt codes.
* Add QA for Python 3.11.
v1.7.0 [2021-12-25]
-------------------
! Regions and Countries list is updated accoring to ISO 3780. Info for vehicles made before 2009 may be affected.
+ Model year check in Vin.verify_checksum() is now optional, on by default (see #19).
v1.6.0 [2021-08-30]
-------------------
+ WMI dict is updated.
v1.5.1 [2021-07-14]
-------------------
* Now using regex VIN validation.
v1.5.0 [2021-02-04]
-------------------
+ WMI database extended (see #8).
v1.4.2 [2021-01-26]
-------------------
* Added Kia WMI.
v1.4.1 [2020-07-30]
-------------------
* Fixed TypeError with some VINs (closes #6).
v1.4.0 [2020-05-02]
-------------------
! Dropped support for Py 2.
* Added QA for Py 3.8.
* Dropped QA for Py 3.5.
v1.3.0
------
+ WMI database extended.
v1.2.0
------
+ Added Vin.manufacturer_is_small property.
+ WMI database extended.
v1.1.0
------
+ Allow extraction of basic information even for unsupported brands.
v1.0.0
------
! Dropped QA for Python 2.
! Dropped QA for Python 3.4.
* AvtoVAZ transmission types made more specific.
* Celebrating 1.0.0.
v0.3.0
------
+ Added basic info for Opel and Renault.
+ Details extractors definitions simplified.
v0.2.0
------
+ Added basic info for Nissan.
* Coachwork renamed to body.
v0.1.0
------
+ Basic functionality.