-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGELOG
60 lines (41 loc) · 2.04 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
*1.0.5* (October 04, 2024)
* Fix a data parsing error where foreign countries use the pipe symbol in city names
*1.0.4* (September 18, 2024)
* Upgrade Kiba Gem - Now works with Ruby 3.x
*1.0.3* (August 25, 2024)
* Version bump for rexml CVE
*1.0.2* (January 11, 2019)
* Upgraded RubyZip gem version to address the reported vulnerability
* Upgrade from Trollop (now deprecated) to Optimist
* Fix issue #12 (No such file or directory @ rb_sysopen - country_lookup_table.yml) - thanks @srghma
*1.0.1* (April 23, 2018)
* Made it a gem with a command line executable bin/free_zipcode_data
* Use Kiba for ETL
* Support user switches for various options including custom table names and generating .csv files
* Use in-memory SQLite database to create the tables, then save it as a file on disk
* Separate concerns for each table
* Add a progressbar with ETA
* Fix a bug when looking up state_id
* Add a ‘name’ index on states table
* Add a switch to generate individual .csv files [--generate-files]
* Add a switch to overwrite [--clobber] downloaded and generated .csv files
### Previous History
### 10/28/2017:
* Removed old .csv files
* Add template files (CODE_OF_CONDUCT.md, CONTRIBUTING.md, ISSUE_TEMPLATE.md, LICENSE.md, PULL_REQUEST_TEMPLATE.md)
* Use new data provider - [GeoNames](http://www.geonames.org)
* Test USA
* Started to test `allCountries.zip` but it takes too long. Let me know if there are any bugs.
* Create `country_lookup_table.yml` for country code lookups
### 05/04/2011:
* Removed un-assigned zipcodes, which were not valid for today
* Added a Rakefile and some rake tasks to facilitate building a SQLite relational database for the three tables (states, counties, zipcodes)
* Zipcodes without an associated county == 0
* Counties without a zipcode == 1 (PISCATAGUIS, Maine)
### 01/24/2011:
* 670 orphaned zipcodes without an associated county
* 1 county without any zipcodes (PISCATAGUIS, Maine)
### 01/13/2011:
At last check there were ...
* 897 orphaned zipcodes without an associated county
* 1 county without any zipcodes (PISCATAGUIS, Maine)