Skip to content

Releases: pocka/slack-message-parser

v3.0.2

02 Jun 15:44
v3.0.2
93c468a
Compare
Choose a tag to compare

Added

  • Support for multiline quote without >>>. (Issue: #38)

v3.0.1

15 Apr 07:46
v3.0.1
a4fa426
Compare
Choose a tag to compare

Fixed

  • Fix package.json#exports field has default condition at incorrect place (Issue: #36).

v3.0.0

05 Nov 18:06
ce5d604
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: Shipped code has been changed from ES2015 to ES2021. Node.js >=16 is required.

Added

  • ESM builds.
  • Export NodeBase interface.

v2.0.2

30 Oct 16:47
64a7f5b
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Parse bold formatting properly with various punctuation suffixes (PR: #35).

v2.0.1

12 Mar 17:52
2c83f55
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Removed unnecessary files from published tarball (557cf72).

v2.0.0

12 Mar 17:52
ee7842d
Compare
Choose a tag to compare

CHANGELOG

Changed

  • Change TypeScript typing for the return type of parse function from Node to Root. Since Node has been including Root, this is breaking only when you obtain Node interface type by inferencing the return type of parse function. (PR: #27).

v1.1.0

25 May 01:00
c243f92
Compare
Choose a tag to compare

CHANGELOG

Added

  • Add source property to all node types (9e11a17, Issue: #29).

v1.0.7

10 Dec 01:49
1247f45
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Add more disallowed characters to emoji regex (PR: #28).

v1.0.6

08 Nov 03:45
v1.0.6
adaeaed
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Fix the parser treats other special characters as emoji name (Issue: #22, PR: #23).

v1.0.5

28 Aug 17:12
1b1e26c
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Add missing delimiters (Issue: #7, PR: #15).
  • Treat spaces as part of URLs (Issue: #13, PR: #14).