-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGES
59 lines (34 loc) · 1.43 KB
/
CHANGES
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
2.1.6 (2020-08-26)
* Updated country lookup using latest ONS Postcode Database (May 2020).
2.1.5 (2019-10-08)
* Updated country lookup using latest ONS Postcode Database (Oct 2019).
2.1.4 (2019-05-31)
* Updated country lookup using latest ONS Postcode Database (May 2019).
2.1.3 (2018-10-03)
* Updated country lookup using latest ONS Postcode Database (Aug 2018).
2.1.2 (2017-07-11)
* Updated country lookup using latest ONS Postcode Database (May 2017).
2.1.1 (2016-08-28)
* Updated country lookup using latest ONS Postcode Database (May 2016).
2.1.0 (2015-03-21)
* Updated country lookup using latest ONS Postcode Database (November 2014).
* Added a #full_valid? method for convenience.
* Fix: corrected references to test/ in Makefile to be spec/.
2.0.0 (2015-02-08)
* Significant breaking API change: UKPostcode.new -> UKPostcode.parse.
* Fix: gem now builds on Ruby 1.9.
* Moved tests to RSpec.
* Added #country method to return the country of a postcode (where known).
* Now testing with the ONS Postcode Database (includes Northern Ireland).
1.0.1 (2014-12-14)
* Made licensing (MIT) explicit.
* Fix: Now works with Ruby 1.9.
1.0.0 (2010-11-05)
* Fix: outcodes in the form [A-Z]1[0-9] are now parsed correctly.
0.0.3 (2010-06-01)
* Automatically correct more 0s that should be Os.
0.0.2 (2010-01-09)
* Fix: some real postcodes were not considered to be valid.
* Correct mistaken I/O/1/0 inputs.
0.0.1 (2010-01-06)
* Initial release.