Skip to content

Releases: mkody/twitch-emoticons

2.9.0: Support renamed 7TV channel emotes

05 Jan 15:38
2.9.0
93e2377
Compare
Choose a tag to compare

When you add a 7TV emote to your channel, the platform gives you the option to use a different name than the one set by the emote uploader.
An oversight led to the library to still use the original name and not the renamed version when fetching the channel's emotes.

For example, the original "fubukiYabe" has been renamed to "YABE" in my chat.
Renamed example
Before: "YABE" would not be parsed, only "fubukiYabe".
Now: "YABE" works. But note that "fubukiYabe" doesn't, which is to be expected!

2.8.10: Dependencies update

24 Dec 19:02
2.8.10
a612284
Compare
Choose a tag to compare

⚠️ Minimal Node version was set to 18.
This is a maintenance release, no changes to the library.

Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.

2.8.9: Dependencies update

09 Oct 14:38
2.8.9
27e884a
Compare
Choose a tag to compare

This is just a maintenance release, no changes to the library.

Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.

2.8.8: Dependencies update

23 Aug 12:44
Compare
Choose a tag to compare

This is just a maintenance release, no changes to the library.

Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.

2.8.7: Dependencies update

18 Mar 14:29
2.8.7
515cba1
Compare
Choose a tag to compare

This release contains a security update for follow-redirects.
See: CVE-2024-28849 ; GHSA-cxjh-pqwp-8mfp

All other deps have been updated too, including Twurple to 7.1.0.
GitHub Actions workflows have been updated too.

Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.

2.8.6: Dependencies update

21 Feb 16:02
2.8.6
c7b9098
Compare
Choose a tag to compare

This is just a maintenance release, no changes to the library.

Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.

2.8.5: Dependencies update

31 Dec 16:30
Compare
Choose a tag to compare

This is just a maintenance release, no changes to the library.
Happy new year!

Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.

2.8.4: Dependencies update

27 Oct 17:30
Compare
Choose a tag to compare

One of our dependencies - Axios - got a security update.
We're releasing 2.8.4 to clear those big red warnings.

Please check out the 2.8.0 release notes for the what's new in 2.8.x and the 2.8.3 release notes about the experimental ESM bundle.

2.8.3: Update dependencies and experimental bundle

03 Oct 15:41
Compare
Choose a tag to compare

This release is pretty much only updates to our dependencies.

The project is also now being tested using the Jest framework!
Better than the custom solution from upstream.

[EXPERIMENTAL] There's also a bundled ESM version available.
Check out this quick POC and its source code: https://s.kdy.ch/twitch-emoticons/

(This is a republishing of 2.8.2 but with a proper .npmignore)

2.8.1: Update typings

03 Aug 09:42
Compare
Choose a tag to compare

The new options parameter in EmoteFetcher wasn't referenced.

This release also includes a now working "contributors" field in package.json, and the json parameter in EmoteFetcher.fromObject() has
been renamed to emotesArray.

Please look at the 2.8.0 release notes for what's new in 2.8.x.