• v2.3.1 dd9c838506

    v2.3.1 Stable

    lewismoten released this 2021-11-03 06:17:48 +00:00 | 48 commits to main since this release

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

    Automated Deployment

    Automated deployments are back with v2.3.1 and each subsequently pushed tag.

    The emoji package is deployed multiple repositories

    npm install @lewismoten/emoji@2.3.1 --save-dev

    Downloads
  • 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
  • v2.2.13 6012cbf85f

    v2.2.13 Stable

    lewismoten released this 2021-11-01 08:26:14 +00:00 | 3749 commits to main since this release

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

    Initial debut.

    • Exports an object as name/value pairs
    • Includes scraper to generate list of emoji names and values from unicode.org
    • Demonstration of package in use (see index.html )
    • Live demo https://lewismoten.github.io/emoji/
    • Workflow added to publish to npmjs.org and github package repositories
    Downloads