Releases: muratgozel/MIMEText
v3.0.4
imports in build files now has js extension to avoid runtime problems.
v3.0.3
removed #src imports to resolve importing issues in some typescript projects.
v3.0.2
improved type support for different environments
v3.0.1
documentation link added to readme
v3.0.0: codebase refactor
codebase refactor
types added
more tests added
setMessage is now addMessage and its input format changed
setAttachment is now addAttachment and its input format changed
inline attachment support improved
v2.1.1
Reverted message chunking by lines feature because it breaks html messages, no maximum line length check anymore.
v2.1.0: originator and destination fields now supports utf8 chars.
originator and destination fields now supports utf8 chars.
The To header is optional now.
Headers that longer than 998 chars will raise and error.
dependencies updated.
added type=module to package.json to fully switch to esmodule format.
message content is now chunked to 78 chars per line. this feature cost to two dependencies (runes and underscore:chunk).
v2.0.10
- fix missing dist folder. run npm build command.
v2.0.9
- fix missing dist folder. run npm build command.
v2.0.8: fixed trim usage.
- fixed trim usage.
- updated dependencies.