Current section
Files
Jump to
Current section
Files
public_suffix
CHANGELOG.md
CHANGELOG.md
### 0.4.0 / 2016-06-21
[Full Changelog](https://github.com/seomoz/publicsuffix-elixir/compare/v0.3.0...v0.4.0)
* Fix Elixir 1.3 warnings.
### 0.3.0 / 2016-06-03
[Full Changelog](https://github.com/seomoz/publicsuffix-elixir/compare/v0.2.1...v0.3.0)
Enhancements:
* Add `prevailing_rule/2` and `matches_explicit_rule?/1` for working
with rules. (Anders Jensen-Urstad, #17)
### 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.