chore: update changelog links

This commit is contained in:
Zack Schuster 2020-08-01 19:58:48 -07:00
parent 63c3ecec89
commit cc0b46bbb0
1 changed files with 19 additions and 19 deletions

View File

@ -6,51 +6,51 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [3.3.0] - TBD
### Added
- greylist support #202
- greylist support [#202](https://github.com/eleith/emailjs/issues/202)
### Fixed
- check socket is writable before sending #205
- check socket is writable before sending [#205](https://github.com/eleith/emailjs/issues/205)
## [3.2.1] - 2020-06-27
### Fixed
- use correct type for `MessageAttachment.stream` #261
- add missing types in mime functions #262
- use correct type for `MessageAttachment.stream` [#261](https://github.com/eleith/emailjs/issues/261)
- add missing types in mime functions [#262](https://github.com/eleith/emailjs/pull/262)
## [3.2.0] - 2020-06-19
### Added
- `addressparser` API (forked from dropped dependency) #259
- `mimeEncode`/`mimeWordEncode` APIs (forked from dropped dependency) #247
- `addressparser` API (forked from dropped dependency) [#259](https://github.com/eleith/emailjs/issues/259)
- `mimeEncode`/`mimeWordEncode` APIs (forked from dropped dependency) [#247](https://github.com/eleith/emailjs/issues/247)
### Changed
- drop dependency on `addressparser` #259
- drop dependency on `emailjs-mime-codec` #247
- drop dependency on `addressparser` [#259](https://github.com/eleith/emailjs/issues/259)
- drop dependency on `emailjs-mime-codec` [#247](https://github.com/eleith/emailjs/issues/247)
### Fixed
- make `MessageAttachment` interface usable #254
- mend regression in address type validation
- make `MessageAttachment` interface usable [#254](https://github.com/eleith/emailjs/issues/254)
- mend regression in address type validation [#252](https://github.com/eleith/emailjs/pull/252)
## [3.1.0] - 2020-06-19 [YANKED]
## [3.0.0] - 2020-05-28
### Added
- convert source to strict typescript, listed under the `types` field in `package.json`
- support "dual-package" ESM + CJS via [conditional exports](https://nodejs.org/api/esm.html#esm_conditional_exports) & `rollup`-generated bundles
- `SMTPClient#creatMessageStack` API #229
- support "dual-package" ESM + CJS via [conditional exports](https://nodejs.org/docs/latest-v14.x/api/esm.html#esm_conditional_exports) & `rollup`-generated bundles
- `SMTPClient#creatMessageStack` API [#229](https://github.com/eleith/emailjs/issues/229)
- `SMTPError` API
### Changed
- simplify public API #249
- rename `Client` -> `SMTPClient` #249
- rename `SMTPResponse` -> `SMTPResponseMonitor` #249
- simplify public API [#249](https://github.com/eleith/emailjs/issues/249)
- rename `Client` -> `SMTPClient` [#249](https://github.com/eleith/emailjs/issues/249)
- rename `SMTPResponse` -> `SMTPResponseMonitor` [#249](https://github.com/eleith/emailjs/issues/249)
### Removed
- `Message#attach_alternative` API
- `makeSMTPError` API
### Fixed
- filter duplicate message recipients #242
- error when passing `password` without `user` #199
- trim `host` before connecting #136
- filter duplicate message recipients [#242](https://github.com/eleith/emailjs/issues/242)
- error when passing `password` without `user` [#199](https://github.com/eleith/emailjs/issues/199)
- trim `host` before connecting [#136](https://github.com/eleith/emailjs/issues/136)
## [2.2.0] - 2018-07-06
### Added
@ -62,7 +62,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- drop dependency on `starttls`
### Fixed
- ensure timeout is set to default value #225
- ensure timeout is set to default value [#225](https://github.com/eleith/emailjs/issues/225)
## [2.1.0] - 2018-06-09
### Added