Releases: sefinek/random-emoji
Releases · sefinek/random-emoji
v2.2.0
📥・v2.2.0 (06.12.2025)
⚡ Performance
- Optimized code with arrow functions and
for...ofloops. - Refactored Promise handling in
getContent(). - Added
getRandomElement()helper function.
✨ Changes
- Updated to
node:httpsprotocol. - Improved error handling and JSON parsing.
- Rewritten TypeScript definitions with proper CommonJS export structure.
- Code quality improvements.
🧪 Testing
- Added Jest test suite with 28 tests.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Full Changelog: v2.0.4...v2.1.0
v2.0.4
Full Changelog: v2.0.3...v2.0.4
v2.0.3
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Full Changelog: v1.4.6...v2.0.2
v1.4.6
Full Changelog: v1.4.5...v1.4.6
v1.4.5
Full Changelog: v1.4.4...v1.4.5
v1.4.4
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Full Changelog: v1.4.2...v1.4.3
- Small changes in index.d.ts etc.
v1.4.2
Full Changelog: v1.4.1...v1.4.2
- Added typings.
- Small fixes in README.md and README_PL.md.