-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHistory.txt
More file actions
38 lines (16 loc) · 697 Bytes
/
History.txt
File metadata and controls
38 lines (16 loc) · 697 Bytes
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
== 1.3.0 2010-09-22
* Made string parsing of addresses more adaptable.
== 1.2.0 2010-09-21
* Make able to parse a string of address elements.
== 1.1.0 2010-07-01
* Tweak address formatting to use standard abbreviations and comma placement
== 1.0.4 2010-03-29
Removed some puts statements that should not have been left in the code.
== 1.0.3 2010-03-21
* Fixed a bug where a 5 digit zip code fails to load in the initializer correctly.
== 1.0.2 2010-03-21
* Added ability for the composed_of attribute to parse a Hash of address elements.
== 1.0.1 2010-01-01
* Added a join method for specifying output formats a different way than to_s.
== 1.0.0 2009-12-30
* Initial release.