diff --git a/CHANGELOG.md b/CHANGELOG.md index a7879ddf..ecf50354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Change Log +### v3.0.9 (2016/07/09 10:31 +00:00) +- [02a83a6](https://github.com/FGRibreau/mailchecker/commit/02a83a6492af061962924454d2f3e6f251a55bff) Release v3.0.9. (@FGRibreau) +- [79e40c3](https://github.com/FGRibreau/mailchecker/commit/79e40c3bcb18fe855345b9239a4d34d5a948ac4d) feat(list): added new emails (thx to @xlamplighter) fixes #69 (@FGRibreau) +- [c59d667](https://github.com/FGRibreau/mailchecker/commit/c59d667cab6f5780896e1d34cfc6ca7280d26814) feat(gemspec): updated to 3.0.8 (@FGRibreau) +- [a5b8f07](https://github.com/FGRibreau/mailchecker/commit/a5b8f07796ea7028e135a57260a4aac17f7c931c) docs(changelog): updated (@FGRibreau) + ### v3.0.8 (2016/06/14 07:04 +00:00) - [c5a5edc](https://github.com/FGRibreau/mailchecker/commit/c5a5edc697c64318adab2f791ff129e72f3061df) Release v3.0.8. (@FGRibreau) - [df525b9](https://github.com/FGRibreau/mailchecker/commit/df525b922362e35f58a4a0665ddb6a9b9107135d) fix(list): removed valid domains from list: qq.com, sohu.com, 21cn.com, yeah.net, naver.com, fixes #50 (@FGRibreau) @@ -122,17 +128,17 @@ - [#54](https://github.com/FGRibreau/mailchecker/pull/54) Merge pull request #54 from owst/master (@owst) - [dff1944](https://github.com/FGRibreau/mailchecker/commit/dff1944382f29a19778b9b1fdfcdb2562fc6b588) fix(circle) (@FGRibreau) - [#53](https://github.com/FGRibreau/mailchecker/pull/53) Merge pull request #53 from owst/patch-1 (@owst) +- [fcbc296](https://github.com/FGRibreau/mailchecker/commit/fcbc296b83d82d3193901a56631aa90db5805c87) Use same regexp everywhere; downcase domain list in generator (@owst) - [da3bfd4](https://github.com/FGRibreau/mailchecker/commit/da3bfd436d393861578bbfc43c5ed12b0bd2fbed) Consider all domain suffixes in PHP (@owst) - [6b91eb0](https://github.com/FGRibreau/mailchecker/commit/6b91eb0523b9c98a568ec9af453dfd7713201bc2) Update Clojure tests (@owst) -- [fcbc296](https://github.com/FGRibreau/mailchecker/commit/fcbc296b83d82d3193901a56631aa90db5805c87) Use same regexp everywhere; downcase domain list in generator (@owst) -- [86c5901](https://github.com/FGRibreau/mailchecker/commit/86c5901ea1f02e1e5057a22a9d04b1e2ea86173f) Update PHP tests (@owst) -- [b4f0fa6](https://github.com/FGRibreau/mailchecker/commit/b4f0fa66ae636a3ad2aa3dfd7f37f5f185b73a5d) Consider all domain suffixes in Python (@owst) - [187844f](https://github.com/FGRibreau/mailchecker/commit/187844fd1db1b06ef053e7b7e6deceafaa44895d) Update Ruby tests (@owst) +- [b4f0fa6](https://github.com/FGRibreau/mailchecker/commit/b4f0fa66ae636a3ad2aa3dfd7f37f5f185b73a5d) Consider all domain suffixes in Python (@owst) +- [86c5901](https://github.com/FGRibreau/mailchecker/commit/86c5901ea1f02e1e5057a22a9d04b1e2ea86173f) Update PHP tests (@owst) - [2060cda](https://github.com/FGRibreau/mailchecker/commit/2060cda5c8d4205b4be4e764607bd53b49adad4c) Improve Python implmentation and tests (@owst) -- [9576a4c](https://github.com/FGRibreau/mailchecker/commit/9576a4c9975f94a32415617d979e08fff2672878) Consider all domain suffixes in Elixir (@owst) +- [f5f5b36](https://github.com/FGRibreau/mailchecker/commit/f5f5b36ef948599f42a9d282144bd17a45568367) Consider all domain suffixes in Node (@owst) - [ee7c304](https://github.com/FGRibreau/mailchecker/commit/ee7c304b371e74161a0155595204c3c0903179e4) Consider all domain suffixes in Clojure (@owst) +- [9576a4c](https://github.com/FGRibreau/mailchecker/commit/9576a4c9975f94a32415617d979e08fff2672878) Consider all domain suffixes in Elixir (@owst) - [31a9faa](https://github.com/FGRibreau/mailchecker/commit/31a9faa1541c1ac0c3dbe638d1bc10162ff62b7e) Consider all domain suffixes in JavaScript (@owst) -- [f5f5b36](https://github.com/FGRibreau/mailchecker/commit/f5f5b36ef948599f42a9d282144bd17a45568367) Consider all domain suffixes in Node (@owst) - [db84501](https://github.com/FGRibreau/mailchecker/commit/db84501cbd17621d12870e676223ed375b0b0842) Consider all subdomains in Ruby (@owst) - [fa7696d](https://github.com/FGRibreau/mailchecker/commit/fa7696d8cdf4e40d5092f2055c86af5bfd22b80a) Fix invalid colon in domain in list.json (@owst) - [49b729c](https://github.com/FGRibreau/mailchecker/commit/49b729cdbb2d584feccccb25770e5fa1f6595b3c) Remove trailing spaces from blacklisted entries (@owst)