• v2.3.0 5359a3e070

    v2.3.0 Stable

    lewismoten released this 2021-11-03 06:02:35 +00:00 | 50 commits to main since this release

    No known key found for this signature in database
    GPG key ID: 7B0F10FE5C0FAF41

    UI Changes

    • Search emoji name
    • Click emoji to copy key name to clipboard
    • Sample code is displayed to write out the last clicked emoji to the console
    • Encoded emoji is displayed
    • Darkened Theme
    • Documentation updated

    Workflow

    • After cleaning up 3600 automated releases triggering itself for a day, workflow is no longer updating the version
    • Added workflow to clean up old versions (2.2.14 - 2.2.3683), and subsequently removed all prior versions as well.
    var emoji = require("@lewismoten/emoji");
    console.log(emoji.familyManWomanGirl);
    // 👨‍👩‍👧 \u{1f468}\u200d\u{1f469}\u200d\u{1f467}
    

    screenshot

    Downloads