v1.0.0
* change Emojis() class API to static -> Generally `Emojis()` becomes simply `Emojis` (without brackets at the end) * change `Emojis().get` to `Emojis.all`: * remove `any`, `replaceEach`, `hasAny`, `hasEach` and `everyOf` * introduce new `Emoji()` constructor that takes single emoji as parameter * add shortcut methods and getters from package collection * export package collection * add topics and small logo * update CHANGELOG * update README * bump version to 1.0.0