MailHog v0.2.1 Release Notes

Release Date: 2016-09-04 // over 7 years ago
    • โšก๏ธ Update .travis.yml to Go 1.6 and tip
    • ๐Ÿ›  Fix builds broken by out of date mgo import path
    • ๐Ÿ“š #82 - fix configuration documentation, thanks @riking
    • #83 - add search query parameter to Swagger JSON, thanks @kkrauth
    • #86 - vendor all dependencies
    • #89 - add missing iso88591_map.js and sjis_map.js
    • ๐Ÿ“š #90 - update broken link in documentation, thanks @espen
    • ๐Ÿฑ #91 - add assets/js/filesize-3.1.2.min.js
    • #93 - starting MailHog as a service using brew, thanks @espen
    • #95 - fix UTF-8 encoding bug in attachment names
    • #97 - fix header case sensitivity bug
    • ๐Ÿ”€ #102 - merge multiple PRs adding WebSocket support, thanks @GREsau
    • mailhog/smtp#2 - use file modification time for Created field, thanks @esiqveland