All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.7.0 - 2024-01-06
- #40 Support for chats with threads enabled.
v2.6.0 - 2022-05-15
- #36 Handle uncaught exceptions.
- Replace sf dependency by custom string templating implementation.
v2.5.0 - 2021-11-9
- #29 Split long messages.
v2.4.1 - 2021-09-26
- Revert back sf dependency to latest version.
v2.4.0 - 2021-09-25
- #27 Pass full data argument to
formatMessage
method.
v2.3.5 - 2021-05-23
- #26 Set
handleExceptions
optiontrue
by default.
v2.3.4 - 2021-04-02
- #25 Winston Transport can only be default-imported using the 'esModuleInterop' flag.
v2.3.3 - 2021-01-24
- #24 Change parseMode prop as optional.
v2.3.2 - 2020-11-08
- Tests fixed.
v2.3.1 - 2020-11-07
- #23 Fixed Typescript definition.
v2.3.0 - 2020-05-31
v2.2.2 - 2019-12-11
- Drop node v6 from Travis CI
v2.2.1 - 2019-12-11
- #16 Use
Buffer.byteLength
to compute theContent-Length
header.
v2.2.0 - 2019-08-06
- #13 Add typescript typings. (@Multivit4min)
- Update dependencies.
v2.1.0 - 2019-06-22
- Replace Request by standard https Node.js lib.
- Fix examples.
v2.0.1 - 2019-04-28
- Code style: ESLint + Standard + Prettier.
- Test coverage.
- Documenting with JSDoc.
- Removed silent callback since Winston >= 3 takes care of it while using silent option.
v2.0.0 - 2019-01-07
winston@3
support.
v1.4.2 - 2019-12-11
- #16 Use
Buffer.byteLength
to compute theContent-Length
header.
v1.4.1 - 2019-06-22
- Fix custom-format example.
- Code refactoring.
v1.4.0 - 2019-05-26
- Fix custom-format example.
- Replace Request by standard https Node.js lib.
v1.3.2 - 2019-05-04
- Code style & JSDoc
v1.3.1 - 2019-01-07
- Update dependencies.
v1.3.0 - 2018-05-03
- #10 Add formatMessage property. (@noveogroup-amorgunov)
v1.2.1 - 2017-07-26
- Update sf library.
v1.2.0 - 2017-06-03
- #8 Add batching of messages sent within a certain interval. (@JustinOng)
v1.1.0 - 2017-05-02
- #7 Use metadata information in messages. (@alberto467)
- #7 Replace built-in format function by sf node module. (@alberto467)
- Update dependencies.
v1.0.0 - 2016-12-05
- Change option properties for matching coding style.
v0.4.0 - 2016-09-26
- #5 Add message template option.
- Update dependencies.
- Remove peer dependecies.
v0.3.0 - 2016-07-17
- #2 Allow multiple transports, send messages silently.
- Update dependencies.
v0.2.1 - 2016-03-30
- Fix typos.
v0.2.0 - 2016-03-08
- #1 Add log level option.
v0.1.0 - 2015-11-12
- First version.