Packages

Operate on domain names using the public suffix rules provided by https://publicsuffix.org/.

Current section

Files

Jump to
public_suffix CHANGELOG.md
Raw

CHANGELOG.md

### 0.2.1 / 2016-05-20
[Full Changelog](https://github.com/seomoz/publicsuffix-elixir/compare/v0.2.0...v0.2.1)
Bug Fixes:
* Ensure bundled public suffix rules file is actually included in
published package. (Myron Marston, #16)
### 0.2.0 / 2016-05-19
[Full Changelog](https://github.com/seomoz/publicsuffix-elixir/compare/v0.1.0...v0.2.0)
Enhancements:
* Relax `idna` dependency from `~> 2.0` to `>= 1.2.0 and < 3.0.0` for
compatibility with applications that cannot yet upgrade to idna 2.0.
(Myron Marston, #13)
### 0.1.0 / 2016-05-18
Initial release.