Releases: pocka/slack-message-parser
Releases · pocka/slack-message-parser
v3.0.2
02 Jun 15:44
Compare
Sorry, something went wrong.
No results found
Added
Support for multiline quote without >>>. (Issue: #38 )
v3.0.1
15 Apr 07:46
Compare
Sorry, something went wrong.
No results found
Fixed
Fix package.json#exports field has default condition at incorrect place (Issue: #36 ).
v3.0.0
05 Nov 18:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
CHANGELOG
Fixed
Parse bold formatting properly with various punctuation suffixes (PR: #35 ).
v2.0.1
12 Mar 17:52
Compare
Sorry, something went wrong.
No results found
CHANGELOG
Fixed
Removed unnecessary files from published tarball (557cf72 ).
v2.0.0
12 Mar 17:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
CHANGELOG
Added
Add source property to all node types (9e11a17 , Issue: #29 ).
v1.0.7
10 Dec 01:49
Compare
Sorry, something went wrong.
No results found
CHANGELOG
Fixed
Add more disallowed characters to emoji regex (PR: #28 ).
v1.0.6
08 Nov 03:45
Compare
Sorry, something went wrong.
No results found
CHANGELOG
Fixed
Fix the parser treats other special characters as emoji name (Issue: #22 , PR: #23 ).
v1.0.5
28 Aug 17:12
Compare
Sorry, something went wrong.
No results found
CHANGELOG
Fixed
Add missing delimiters (Issue: #7 , PR: #15 ).
Treat spaces as part of URLs (Issue: #13 , PR: #14 ).