Releases: u-wave/parse-chat-markup
Releases · u-wave/parse-chat-markup
v2.5.0
v2.4.0
- Port to typescript, and provide type definitions.
v2.3.0
v2.2.1
- Use loose compilation in
@babel/preset-env
.
v2.2.0
- Inline url-regex module with some of its features removed. In particular,
remove the 4KB mingz whitelist of top-level domains.
v2.1.0
v2.0.4
- Only allow string inputs. Fixes an issue where passing an array (eg. a
message that was already parsed) would sendu-wave-parse-chat-markup
into
an infinite loop.
v2.0.3
- Fix parsing of mentions ending in punctuation at the very end of a message.
v2.0.2
- Fix parsing of mentions ending in punctuation, like "User[AFK]".
v2.0.1
- fix parsing of emoji shortcodes with + or - signs in them (eg. 👍, 👎)