Skip to content

Releases: sefinek/random-emoji

v2.2.0

06 Dec 22:07

Choose a tag to compare

📥・v2.2.0 (06.12.2025)

⚡ Performance

  1. Optimized code with arrow functions and for...of loops.
  2. Refactored Promise handling in getContent().
  3. Added getRandomElement() helper function.

✨ Changes

  1. Updated to node:https protocol.
  2. Improved error handling and JSON parsing.
  3. Rewritten TypeScript definitions with proper CommonJS export structure.
  4. Code quality improvements.

🧪 Testing

  1. Added Jest test suite with 28 tests.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

20 Dec 07:46

Choose a tag to compare

Full Changelog: v2.0.4...v2.1.0

v2.0.4

15 Dec 01:15

Choose a tag to compare

Full Changelog: v2.0.3...v2.0.4

v2.0.3

08 Oct 18:31

Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

v2.0.2

08 Oct 18:26

Choose a tag to compare

Full Changelog: v1.4.6...v2.0.2

v1.4.6

11 Mar 21:25

Choose a tag to compare

Full Changelog: v1.4.5...v1.4.6

v1.4.5

09 Oct 15:17

Choose a tag to compare

Full Changelog: v1.4.4...v1.4.5

v1.4.4

02 Oct 00:56

Choose a tag to compare

Full Changelog: v1.4.3...v1.4.4

v1.4.3

19 Sep 02:50

Choose a tag to compare

Full Changelog: v1.4.2...v1.4.3

  1. Small changes in index.d.ts etc.

v1.4.2

05 Jun 02:25

Choose a tag to compare

Full Changelog: v1.4.1...v1.4.2

  1. Added typings.
  2. Small fixes in README.md and README_PL.md.