all notable changes to this project will be documented in this file.
the format is based on keep a changelog, and this project adheres to semantic versioning.
- esm build with
.mjs
extension for official nodejs esm import support
emojiCountryCode
named export to convert from flag emoji to country code- more usage info to readme
- typescript types
- export map
countryCodeEmoji
named export
- build to use esbuild instead of rollup
- browser umd build
- travis ci
- commonjs, es module, and umd builds
- single, default export
- throw
TypeError
for any input that isn't a country code string - rollup for cjs, es, and umd builds
- jest for unit testing
- gulp as build tool
- named export
- initial release