Skip to content

Commit

Permalink
fix(changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Sep 27, 2015
1 parent 92b630b commit 632a04d
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 9 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Change Log

## [v1.1.1](https://github.com/fgribreau/mailchecker/tree/v1.1.1) (2015-09-27)

[Full Changelog](https://github.com/fgribreau/mailchecker/compare/v1.1.0...v1.1.1)

**Merged pull requests:**

- Add maildrop.cc and harakirimail.com [\#24](https://github.com/FGRibreau/mailchecker/pull/24) ([gierschv](https://github.com/gierschv))

## [v1.1.0](https://github.com/fgribreau/mailchecker/tree/v1.1.0) (2015-08-10)

[Full Changelog](https://github.com/fgribreau/mailchecker/compare/v1.0.1...v1.1.0)

## [v1.0.1](https://github.com/fgribreau/mailchecker/tree/v1.0.1) (2014-11-22)

[Full Changelog](https://github.com/fgribreau/mailchecker/compare/v1.0.0...v1.0.1)

## [v1.0.0](https://github.com/fgribreau/mailchecker/tree/v1.0.0) (2014-11-09)

[Full Changelog](https://github.com/fgribreau/mailchecker/compare/v0.2.0...v1.0.0)

## [v0.2.0](https://github.com/fgribreau/mailchecker/tree/v0.2.0) (2014-11-09)

**Implemented enhancements:**

- Add drdrb.com [\#13](https://github.com/FGRibreau/mailchecker/issues/13)

- Detect mailHazard.com [\#10](https://github.com/FGRibreau/mailchecker/issues/10)

- Generator [\#5](https://github.com/FGRibreau/mailchecker/issues/5)

- JavaScript template [\#4](https://github.com/FGRibreau/mailchecker/issues/4)

- PHP template [\#3](https://github.com/FGRibreau/mailchecker/issues/3)

- NodeJS template [\#2](https://github.com/FGRibreau/mailchecker/issues/2)

- Check subdomains [\#1](https://github.com/FGRibreau/mailchecker/issues/1)

**Closed issues:**

- Add mailtothis.com to list.json [\#16](https://github.com/FGRibreau/mailchecker/issues/16)

**Merged pull requests:**

- Added addresses from spamdecoy.net [\#15](https://github.com/FGRibreau/mailchecker/pull/15) ([LuckyDino](https://github.com/LuckyDino))

- I add 4 differents email from guerrillamail [\#12](https://github.com/FGRibreau/mailchecker/pull/12) ([NBruel](https://github.com/NBruel))

- updated with alternate domains from yopmail.com [\#11](https://github.com/FGRibreau/mailchecker/pull/11) ([vikbez](https://github.com/vikbez))

- Avoid false positives \(e.g. hotmail.com\) [\#9](https://github.com/FGRibreau/mailchecker/pull/9) ([sxyuan](https://github.com/sxyuan))

- Added spam domains from http://www.fakemailgenerator.com/ [\#8](https://github.com/FGRibreau/mailchecker/pull/8) ([watadarkstar](https://github.com/watadarkstar))

- update links [\#6](https://github.com/FGRibreau/mailchecker/pull/6) ([vendethiel](https://github.com/vendethiel))

- Avoid false positives [\#14](https://github.com/FGRibreau/mailchecker/pull/14) ([Cerdic](https://github.com/Cerdic))

- Avoid false-positive detection [\#7](https://github.com/FGRibreau/mailchecker/pull/7) ([Cerdic](https://github.com/Cerdic))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,8 @@ Just run (requires NodeJS):
## Donate
[Donate Bitcoins](https://coinbase.com/checkouts/fc3041b9d8116e0b98e7d243c4727a30)

## Changelog
## [Changelog](/CHANGELOG.md)

v1.0.0
- drop support for node 0.6

v0.2.0
- upgrade unsecure deps
- add `mailtothis.com`

v0.1.11

## License
Copyright (c) 2013 Francois-Guillaume Ribreau
Expand Down
3 changes: 3 additions & 0 deletions scripts/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# gem install github_changelog_generator
github_changelog_generator -u fgribreau -p mailchecker

0 comments on commit 632a04d

Please sign in to comment.