Skip to content

Commit c101ff5

Browse files
Backfill CHANGELOG
1 parent 87c38d7 commit c101ff5

File tree

1 file changed

+57
-2
lines changed

1 file changed

+57
-2
lines changed

CHANGELOG.md

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,5 +479,60 @@ Fix publishing mistake with 1.7.0.
479479
## 1.1 (2012-03-22)
480480

481481
* Bugfixes
482-
* Reliable logger name
483-
* Forgotten `import sys`
482+
* Reliable logger name ([#10](https://github.com/john-kurkowski/tldextract/pull/10))
483+
* Forgotten `import sys` ([#8](https://github.com/john-kurkowski/tldextract/pull/8))
484+
485+
## 1.0 (2012-02-12)
486+
487+
* Docs
488+
* Summarize advanced usage
489+
* Removals
490+
* Remove deprecated global
491+
492+
## 0.4 (2012-01-19)
493+
494+
* Features
495+
* Add global functions `extract` and `urlsplit` that use a singleton TLDExtract class instance
496+
* The global functions now take only the `url` param; instantiate your own TLDExtract to set the other 2 params
497+
* Deprecate `tldextract.urlsplit`. Client can call `urlparse.urlsplit` before calling tldextract and achieve the same functionality.
498+
* Bugfixes
499+
* Capture more errors around unpickling
500+
501+
## 0.3.2 (2012-01-07)
502+
503+
* Bugfixes
504+
* Fallback if pkg_resources isn't available, like on GAE ([#4](https://github.com/john-kurkowski/tldextract/pull/4))
505+
* Update TLD snapshot from new PSL location
506+
507+
## 0.3.1 (2011-07-07)
508+
509+
* Bugfixes
510+
* Fix missing resource `.tld_set_snapshot`
511+
512+
## 0.3 (2011-06-18)
513+
514+
* Features
515+
* Replace regex with Public Suffix List, set-based TLD lookup
516+
* Add optional `fetch` param
517+
* Debug log the diff of `.tld_regex_snapshot`
518+
* Bugfixes
519+
* Fix viewing live TLD definitions on GAE
520+
521+
## 0.2 (2011-03-02)
522+
523+
* Features
524+
* Add 'stricter' version of extract that calls `urlparse.urlsplit` on the input URL
525+
* Bugfixes
526+
* Regress to parsing IPs by regex if `socket` is unavailable
527+
* Return a `namedtuple` instead of a `dict`, mirroring the `urlparse` lib's return types
528+
529+
## 0.1.1 (2011-03-01)
530+
531+
* Bugfixes
532+
* Support URLs with usernames, passwords, and ports
533+
* Support more schemes
534+
* Don't assume `http://` URLs: strip off any URL prefix resembling a scheme
535+
536+
## 0.1 (2011-02-27)
537+
538+
* Initial release

0 commit comments

Comments
 (0)