Skip to content

Latest commit

 

History

History
212 lines (163 loc) · 7.72 KB

CHANGELOG.md

File metadata and controls

212 lines (163 loc) · 7.72 KB

Changelog

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

Added

  • #40 Support for chats with threads enabled.

v2.6.0 - 2022-05-15

Fixed

  • #36 Handle uncaught exceptions.

Removed

  • Replace sf dependency by custom string templating implementation.

v2.5.0 - 2021-11-9

Added

  • #29 Split long messages.

v2.4.1 - 2021-09-26

Changed

  • Revert back sf dependency to latest version.

v2.4.0 - 2021-09-25

Added

  • #27 Pass full data argument to formatMessage method.

v2.3.5 - 2021-05-23

Changed

  • #26 Set handleExceptions option true by default.

v2.3.4 - 2021-04-02

Fixed

  • #25 Winston Transport can only be default-imported using the 'esModuleInterop' flag.

v2.3.3 - 2021-01-24

Fixed

  • #24 Change parseMode prop as optional.

v2.3.2 - 2020-11-08

Fixed

  • Tests fixed.

v2.3.1 - 2020-11-07

Fixed

  • #23 Fixed Typescript definition.

v2.3.0 - 2020-05-31

Added

  • #17 #19 Parse mode support for messages.

v2.2.2 - 2019-12-11

Removed

  • Drop node v6 from Travis CI

v2.2.1 - 2019-12-11

Fixed

  • #16 Use Buffer.byteLength to compute the Content-Length header.

v2.2.0 - 2019-08-06

Added

Changed

  • Update dependencies.

v2.1.0 - 2019-06-22

Changed

  • Replace Request by standard https Node.js lib.

Fixed

  • Fix examples.

v2.0.1 - 2019-04-28

Added

  • Code style: ESLint + Standard + Prettier.
  • Test coverage.
  • Documenting with JSDoc.

Changed

  • Removed silent callback since Winston >= 3 takes care of it while using silent option.

v2.0.0 - 2019-01-07

Added

  • winston@3 support.

v1.4.2 - 2019-12-11

Fixed

  • #16 Use Buffer.byteLength to compute the Content-Length header.

v1.4.1 - 2019-06-22

Fixed

  • Fix custom-format example.

Changed

  • Code refactoring.

v1.4.0 - 2019-05-26

Fixed

  • Fix custom-format example.

Changed

  • Replace Request by standard https Node.js lib.

v1.3.2 - 2019-05-04

Changed

  • Code style & JSDoc

v1.3.1 - 2019-01-07

Fixed

Changed

  • Update dependencies.

v1.3.0 - 2018-05-03

Added

v1.2.1 - 2017-07-26

Added

  • #9 Add error description in case of error. (@dutu)

Changed

  • Update sf library.

v1.2.0 - 2017-06-03

Added

  • #8 Add batching of messages sent within a certain interval. (@JustinOng)

v1.1.0 - 2017-05-02

Added

Changed

  • #7 Replace built-in format function by sf node module. (@alberto467)
  • Update dependencies.

v1.0.0 - 2016-12-05

Added

  • #6 Add optional handleExceptions param. (@speedone)
  • Node.js coding style.

Changed

  • Change option properties for matching coding style.

v0.4.0 - 2016-09-26

Added

  • #5 Add message template option.

Changed

  • Update dependencies.

Removed

  • Remove peer dependecies.

v0.3.0 - 2016-07-17

Added

  • #2 Allow multiple transports, send messages silently.

Changed

  • Update dependencies.

v0.2.1 - 2016-03-30

Fixed

  • Fix typos.

v0.2.0 - 2016-03-08

Added

  • #1 Add log level option.

v0.1.0 - 2015-11-12

  • First version.