Skip to content

Releases: muratgozel/MIMEText

v3.0.4

05 Apr 12:42
d161f7f
Compare
Choose a tag to compare

imports in build files now has js extension to avoid runtime problems.

v3.0.3

04 Apr 12:11
950ed0f
Compare
Choose a tag to compare

removed #src imports to resolve importing issues in some typescript projects.

v3.0.2

30 Mar 22:53
81a5e1b
Compare
Choose a tag to compare

improved type support for different environments

v3.0.1

27 Mar 14:16
504ab6f
Compare
Choose a tag to compare

documentation link added to readme

v3.0.0: codebase refactor

27 Mar 14:10
f842b51
Compare
Choose a tag to compare

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

12 Jan 17:06
Compare
Choose a tag to compare

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.

31 Dec 13:29
Compare
Choose a tag to compare

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

30 Aug 11:19
Compare
Choose a tag to compare
  • fix missing dist folder. run npm build command.

v2.0.9

30 Aug 11:16
Compare
Choose a tag to compare
  • fix missing dist folder. run npm build command.

v2.0.8: fixed trim usage.

28 Aug 13:52
b64a9d3
Compare
Choose a tag to compare
  • fixed trim usage.
  • updated dependencies.