Releases: pocka/slack-message-parser
Releases · pocka/slack-message-parser
v3.0.2
Added
- Support for multiline quote without
>>>
. (Issue: #38)
v3.0.1
Fixed
- Fix
package.json#exports
field has default
condition at incorrect place (Issue: #36).
v3.0.0
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
CHANGELOG
Fixed
- Parse bold formatting properly with various punctuation suffixes (PR: #35).
v2.0.1
CHANGELOG
Fixed
- Removed unnecessary files from published tarball (557cf72).
v2.0.0
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
CHANGELOG
Added
- Add
source
property to all node types (9e11a17, Issue: #29).
v1.0.7
CHANGELOG
Fixed
- Add more disallowed characters to emoji regex (PR: #28).
v1.0.6
CHANGELOG
Fixed
- Fix the parser treats other special characters as emoji name (Issue: #22, PR: #23).
v1.0.5
CHANGELOG
Fixed
- Add missing delimiters (Issue: #7, PR: #15).
- Treat spaces as part of URLs (Issue: #13, PR: #14).