Skip to content

Commit

Permalink
docs(changelog): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Jun 14, 2016
1 parent c5a5edc commit a5b8f07
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Change Log

### 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)
- [0465bd0](https://github.com/FGRibreau/mailchecker/commit/0465bd0410999d683d2d1a3d16878277b35a5fb1) fix(changelog) (@FGRibreau)
- [7a5be74](https://github.com/FGRibreau/mailchecker/commit/7a5be7402ff8ea685123799a2472359068ba93aa) feat(gemspec): updated to 3.0.7 (@FGRibreau)
- [460a971](https://github.com/FGRibreau/mailchecker/commit/460a971b7ad36cbc5f30c45f4a04449b04141316) docs(changelog): updated (@FGRibreau)

### v3.0.7 (2016/05/30 09:15 +00:00)
- [d8ee22c](https://github.com/FGRibreau/mailchecker/commit/d8ee22ca38900ff7af8d1ab00e03bc365810fe6b) Release v3.0.7. (@FGRibreau)
- [338b4b5](https://github.com/FGRibreau/mailchecker/commit/338b4b5df377ca6d71bf2866bf76d9ece6f567c5) feat(build): update plateform files (@FGRibreau)
Expand Down Expand Up @@ -109,22 +116,22 @@
- [4fd82ca](https://github.com/FGRibreau/mailchecker/commit/4fd82ca679b210641326d058f15a5d366659a932) fix(ci) (@FGRibreau)
- [e320d8d](https://github.com/FGRibreau/mailchecker/commit/e320d8d29ed197f0aa1615e70c1bfc48c1dadaff) fix(ci) (@FGRibreau)
- [ae4a050](https://github.com/FGRibreau/mailchecker/commit/ae4a0508d5640870b68ac5dc0d473202e426bceb) fix(ci) (@FGRibreau)
- [4710d29](https://github.com/FGRibreau/mailchecker/commit/4710d29d7ad06b1fb5e2f0baa5007e057875de43) fix(ci) (@FGRibreau)
- [c7361b6](https://github.com/FGRibreau/mailchecker/commit/c7361b6e257472ec51fd166919eb7e833488bc40) fix(ci): added ruby support (@FGRibreau)
- [4710d29](https://github.com/FGRibreau/mailchecker/commit/4710d29d7ad06b1fb5e2f0baa5007e057875de43) fix(ci) (@FGRibreau)
- [cae5092](https://github.com/FGRibreau/mailchecker/commit/cae50929496c2e9f5b3b180005092c2db31b90c5) docs(readme) (@FGRibreau)
- [#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)
- [da3bfd4](https://github.com/FGRibreau/mailchecker/commit/da3bfd436d393861578bbfc43c5ed12b0bd2fbed) Consider all domain suffixes in PHP (@owst)
- [fcbc296](https://github.com/FGRibreau/mailchecker/commit/fcbc296b83d82d3193901a56631aa90db5805c87) Use same regexp everywhere; downcase domain list in generator (@owst)
- [6b91eb0](https://github.com/FGRibreau/mailchecker/commit/6b91eb0523b9c98a568ec9af453dfd7713201bc2) Update Clojure tests (@owst)
- [b4f0fa6](https://github.com/FGRibreau/mailchecker/commit/b4f0fa66ae636a3ad2aa3dfd7f37f5f185b73a5d) Consider all domain suffixes in Python (@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)
- [2060cda](https://github.com/FGRibreau/mailchecker/commit/2060cda5c8d4205b4be4e764607bd53b49adad4c) Improve Python implmentation and tests (@owst)
- [31a9faa](https://github.com/FGRibreau/mailchecker/commit/31a9faa1541c1ac0c3dbe638d1bc10162ff62b7e) Consider all domain suffixes in JavaScript (@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)
- [ee7c304](https://github.com/FGRibreau/mailchecker/commit/ee7c304b371e74161a0155595204c3c0903179e4) Consider all domain suffixes in Clojure (@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)
Expand Down

0 comments on commit a5b8f07

Please sign in to comment.